mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
174 lines
4.7 KiB
JSON
174 lines
4.7 KiB
JSON
{
|
|
"version": 1,
|
|
"components": [
|
|
{
|
|
"id": "baseline:rules",
|
|
"family": "baseline",
|
|
"description": "Core shared rules and supported language rule packs.",
|
|
"modules": [
|
|
"rules-core"
|
|
]
|
|
},
|
|
{
|
|
"id": "baseline:agents",
|
|
"family": "baseline",
|
|
"description": "Baseline agent definitions and shared AGENTS guidance.",
|
|
"modules": [
|
|
"agents-core"
|
|
]
|
|
},
|
|
{
|
|
"id": "baseline:commands",
|
|
"family": "baseline",
|
|
"description": "Core command library and workflow command docs.",
|
|
"modules": [
|
|
"commands-core"
|
|
]
|
|
},
|
|
{
|
|
"id": "baseline:hooks",
|
|
"family": "baseline",
|
|
"description": "Hook runtime configs and hook helper scripts.",
|
|
"modules": [
|
|
"hooks-runtime"
|
|
]
|
|
},
|
|
{
|
|
"id": "baseline:platform",
|
|
"family": "baseline",
|
|
"description": "Platform configs, package-manager setup, and MCP catalog defaults.",
|
|
"modules": [
|
|
"platform-configs"
|
|
]
|
|
},
|
|
{
|
|
"id": "baseline:workflow",
|
|
"family": "baseline",
|
|
"description": "Evaluation, TDD, verification, and compaction workflow support.",
|
|
"modules": [
|
|
"workflow-quality"
|
|
]
|
|
},
|
|
{
|
|
"id": "lang:typescript",
|
|
"family": "language",
|
|
"description": "TypeScript and frontend/backend application-engineering guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "lang:python",
|
|
"family": "language",
|
|
"description": "Python and Django-oriented engineering guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "lang:go",
|
|
"family": "language",
|
|
"description": "Go-focused coding and testing guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "lang:java",
|
|
"family": "language",
|
|
"description": "Java and Spring application guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "framework:react",
|
|
"family": "framework",
|
|
"description": "React-focused engineering guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "framework:nextjs",
|
|
"family": "framework",
|
|
"description": "Next.js-focused engineering guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "framework:django",
|
|
"family": "framework",
|
|
"description": "Django-focused engineering guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "framework:springboot",
|
|
"family": "framework",
|
|
"description": "Spring Boot-focused engineering guidance. Currently resolves through the shared framework-language module.",
|
|
"modules": [
|
|
"framework-language"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:database",
|
|
"family": "capability",
|
|
"description": "Database and persistence-oriented skills.",
|
|
"modules": [
|
|
"database"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:security",
|
|
"family": "capability",
|
|
"description": "Security review and security-focused framework guidance.",
|
|
"modules": [
|
|
"security"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:research",
|
|
"family": "capability",
|
|
"description": "Research and API-integration skills for deep investigations and external tooling.",
|
|
"modules": [
|
|
"research-apis"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:content",
|
|
"family": "capability",
|
|
"description": "Business, writing, market, and investor communication skills.",
|
|
"modules": [
|
|
"business-content"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:social",
|
|
"family": "capability",
|
|
"description": "Social publishing and distribution skills.",
|
|
"modules": [
|
|
"social-distribution"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:media",
|
|
"family": "capability",
|
|
"description": "Media generation and AI-assisted editing skills.",
|
|
"modules": [
|
|
"media-generation"
|
|
]
|
|
},
|
|
{
|
|
"id": "capability:orchestration",
|
|
"family": "capability",
|
|
"description": "Worktree and tmux orchestration runtime and workflow docs.",
|
|
"modules": [
|
|
"orchestration"
|
|
]
|
|
}
|
|
]
|
|
}
|