Skip to content

Commit 9ff6d21

Browse files
ericyangpanclaude
andcommitted
chore: reorganize collections metadata
- Move ccusage from "Developer Tools" to "Productivity Tools" (生产力工具) - Remove "Anthropic Skills" entry from collections - Update collection item names to match manifest changes (MCP, Slash Commands) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent eba2791 commit 9ff6d21

File tree

1 file changed

+15
-27
lines changed

1 file changed

+15
-27
lines changed

src/lib/generated/metadata.ts

Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -411,17 +411,6 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
411411
description:
412412
'Toolkit for Spec-Driven Development that generates working implementations from executable specifications',
413413
},
414-
{
415-
translations: {
416-
'zh-Hans': {
417-
name: 'ccusage',
418-
description: 'Claude Code 使用跟踪和分析工具',
419-
},
420-
},
421-
name: 'ccusage',
422-
url: 'https://github.com/ryoppippi/ccusage',
423-
description: 'Claude Code usage tracking and analytics tool',
424-
},
425414
{
426415
translations: {
427416
'zh-Hans': {
@@ -435,19 +424,6 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
435424
description:
436425
'Breakthrough Method for Agile AI-Driven Development with specialized AI agents for planning, architecture, and implementation',
437426
},
438-
{
439-
translations: {
440-
'zh-Hans': {
441-
name: 'Anthropic Skills',
442-
description:
443-
'示例技能集合,教授 Claude 如何完成专门任务,包括创意应用、技术任务和企业工作流',
444-
},
445-
},
446-
name: 'Anthropic Skills',
447-
url: 'https://github.com/anthropics/skills',
448-
description:
449-
'Collection of example skills that teach Claude how to complete specialized tasks, including creative applications, technical tasks, and enterprise workflows',
450-
},
451427
],
452428
},
453429
{
@@ -457,7 +433,19 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
457433
title: '生产力工具',
458434
},
459435
},
460-
items: [],
436+
items: [
437+
{
438+
translations: {
439+
'zh-Hans': {
440+
name: 'ccusage',
441+
description: 'Claude Code 使用跟踪和分析工具',
442+
},
443+
},
444+
name: 'ccusage',
445+
url: 'https://github.com/ryoppippi/ccusage',
446+
description: 'Claude Code usage tracking and analytics tool',
447+
},
448+
],
461449
},
462450
],
463451
},
@@ -480,7 +468,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
480468
},
481469
items: [
482470
{
483-
name: 'MCP',
471+
name: 'Model Context Protocol (MCP)',
484472
url: 'https://modelcontextprotocol.io',
485473
description:
486474
'Open standard connecting AI applications to external systems like data sources, tools, and workflows',
@@ -527,7 +515,7 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
527515
},
528516
},
529517
{
530-
name: 'Commands',
518+
name: 'Slash Commands',
531519
url: 'https://cursor.com/docs/agent/chat/commands',
532520
description:
533521
'Custom commands that create reusable workflows triggered with a `/` prefix in the chat input, stored as Markdown files in project, global, or team locations',

0 commit comments

Comments
 (0)