2026-03-14 12:55:25 -07:00
{
"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"
]
},
2026-05-11 19:22:19 -04:00
{
"id" : "framework:angular" ,
"family" : "framework" ,
"description" : "Angular-focused engineering guidance and rules. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-03-14 12:55:25 -07:00
{
"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"
]
},
2026-05-11 21:49:36 -04:00
{
"id" : "framework:quarkus" ,
"family" : "framework" ,
"description" : "Quarkus-focused engineering guidance for REST, Panache, security, testing, and verification." ,
"modules" : [
"framework-language" ,
"security"
]
},
2026-03-14 12:55:25 -07:00
{
"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" ,
2026-04-01 19:41:03 -07:00
"description" : "Business, writing, market, investor communication, and reusable voice-system skills." ,
2026-03-14 12:55:25 -07:00
"modules" : [
"business-content"
]
},
2026-04-01 02:37:42 -07:00
{
"id" : "capability:operators" ,
"family" : "capability" ,
2026-04-01 19:41:03 -07:00
"description" : "Connected-app operator workflows for setup audits, billing operations, program tracking, Google Workspace, and network optimization." ,
2026-04-01 02:37:42 -07:00
"modules" : [
"operator-workflows"
]
},
2026-03-14 12:55:25 -07:00
{
"id" : "capability:social" ,
"family" : "capability" ,
"description" : "Social publishing and distribution skills." ,
"modules" : [
"social-distribution"
]
},
{
"id" : "capability:media" ,
"family" : "capability" ,
2026-04-01 19:41:03 -07:00
"description" : "Media generation, technical explainers, and AI-assisted editing skills." ,
2026-03-14 12:55:25 -07:00
"modules" : [
"media-generation"
]
},
{
"id" : "capability:orchestration" ,
"family" : "capability" ,
"description" : "Worktree and tmux orchestration runtime and workflow docs." ,
"modules" : [
"orchestration"
]
2026-03-16 13:50:08 -07:00
},
{
"id" : "lang:swift" ,
"family" : "language" ,
"description" : "Swift, SwiftUI, and Apple platform engineering guidance." ,
"modules" : [
"swift-apple"
]
},
{
"id" : "lang:cpp" ,
"family" : "language" ,
"description" : "C++ coding standards and testing guidance. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-04-08 15:42:49 -07:00
{
"id" : "lang:c" ,
"family" : "language" ,
"description" : "C engineering guidance using the shared C/C++ standards and testing stack. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-03-16 13:50:08 -07:00
{
"id" : "lang:kotlin" ,
"family" : "language" ,
"description" : "Kotlin, Ktor, Exposed, Coroutines, and Compose Multiplatform guidance. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-05-11 21:16:05 -04:00
{
"id" : "lang:arkts" ,
"family" : "language" ,
"description" : "HarmonyOS, ArkTS, and ArkUI development guidance including V2 state management, Navigation routing, and HarmonyOS API best practices." ,
"modules" : [
"framework-language"
]
},
2026-03-16 13:50:08 -07:00
{
"id" : "lang:perl" ,
"family" : "language" ,
"description" : "Modern Perl patterns, testing, and security guidance. Currently resolves through framework-language and security modules." ,
"modules" : [
"framework-language" ,
"security"
]
},
{
"id" : "lang:rust" ,
"family" : "language" ,
"description" : "Rust patterns and testing guidance. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-03-23 06:39:27 +08:00
{
"id" : "lang:csharp" ,
"family" : "language" ,
"description" : "C# coding standards and patterns guidance. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-05-11 21:34:30 -04:00
{
"id" : "lang:fsharp" ,
"family" : "language" ,
"description" : "F# functional patterns and testing guidance. Currently resolves through the shared framework-language module." ,
"modules" : [
"framework-language"
]
},
2026-03-16 13:50:08 -07:00
{
"id" : "framework:laravel" ,
"family" : "framework" ,
"description" : "Laravel patterns, TDD, verification, and security guidance. Resolves through framework-language and security modules." ,
"modules" : [
"framework-language" ,
"security"
]
},
{
"id" : "capability:agentic" ,
"family" : "capability" ,
"description" : "Agentic engineering, autonomous loops, and LLM pipeline optimization." ,
"modules" : [
"agentic-patterns"
]
},
{
"id" : "capability:devops" ,
"family" : "capability" ,
"description" : "Deployment, Docker, and infrastructure patterns." ,
"modules" : [
"devops-infra"
]
},
2026-05-01 20:19:25 -05:00
{
"id" : "capability:machine-learning" ,
"family" : "capability" ,
"description" : "Production machine-learning engineering workflows for data contracts, reproducible training, evaluation, deployment, monitoring, and rollback." ,
"modules" : [
"machine-learning"
]
},
2026-03-16 13:50:08 -07:00
{
"id" : "capability:supply-chain" ,
"family" : "capability" ,
"description" : "Supply chain, logistics, procurement, and manufacturing domain skills." ,
"modules" : [
"supply-chain-domain"
]
},
{
"id" : "capability:documents" ,
"family" : "capability" ,
"description" : "Document processing, conversion, and translation skills." ,
"modules" : [
"document-processing"
]
2026-03-20 00:43:32 -07:00
},
{
"id" : "agent:architect" ,
"family" : "agent" ,
"description" : "System design and architecture agent." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:code-reviewer" ,
"family" : "agent" ,
"description" : "Code review agent for quality and security checks." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:security-reviewer" ,
"family" : "agent" ,
"description" : "Security vulnerability analysis agent." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:tdd-guide" ,
"family" : "agent" ,
"description" : "Test-driven development guidance agent." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:planner" ,
"family" : "agent" ,
"description" : "Feature implementation planning agent." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:build-error-resolver" ,
"family" : "agent" ,
"description" : "Build error resolution agent." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:e2e-runner" ,
"family" : "agent" ,
"description" : "Playwright E2E testing agent." ,
"modules" : [
"agents-core"
]
},
2026-05-11 21:16:05 -04:00
{
"id" : "agent:harmonyos-app-resolver" ,
"family" : "agent" ,
"description" : "HarmonyOS application development expert agent." ,
"modules" : [
"agents-core"
]
},
2026-05-11 21:34:30 -04:00
{
"id" : "agent:fsharp-reviewer" ,
"family" : "agent" ,
"description" : "F# code review agent for functional idioms, type safety, and .NET testing." ,
"modules" : [
"agents-core"
]
},
2026-03-20 00:43:32 -07:00
{
"id" : "agent:refactor-cleaner" ,
"family" : "agent" ,
"description" : "Dead code cleanup and refactoring agent." ,
"modules" : [
"agents-core"
]
},
{
"id" : "agent:doc-updater" ,
"family" : "agent" ,
"description" : "Documentation update agent." ,
"modules" : [
"agents-core"
]
},
2026-05-01 20:19:25 -05:00
{
"id" : "agent:mle-reviewer" ,
"family" : "agent" ,
"description" : "Production machine-learning engineering reviewer for ML pipelines, evals, serving, monitoring, and rollback." ,
"modules" : [
"agents-core"
]
},
2026-03-20 00:43:32 -07:00
{
"id" : "skill:tdd-workflow" ,
"family" : "skill" ,
"description" : "Test-driven development workflow skill." ,
"modules" : [
"workflow-quality"
]
},
{
"id" : "skill:continuous-learning" ,
"family" : "skill" ,
2026-04-08 16:31:58 -07:00
"description" : "Legacy v1 Stop-hook session pattern extraction skill; prefer continuous-learning-v2 for new installs." ,
2026-03-20 00:43:32 -07:00
"modules" : [
"workflow-quality"
]
},
{
"id" : "skill:eval-harness" ,
"family" : "skill" ,
"description" : "Evaluation harness for AI regression testing." ,
"modules" : [
"workflow-quality"
]
},
{
"id" : "skill:verification-loop" ,
"family" : "skill" ,
"description" : "Verification loop for code quality assurance." ,
"modules" : [
"workflow-quality"
]
},
2026-05-11 18:55:50 -04:00
{
"id" : "skill:windows-desktop-e2e" ,
"family" : "skill" ,
"description" : "E2E testing for Windows native desktop apps with pywinauto and Windows UI Automation." ,
"modules" : [
"workflow-quality"
]
},
2026-03-20 00:43:32 -07:00
{
"id" : "skill:strategic-compact" ,
"family" : "skill" ,
"description" : "Strategic context compaction for long sessions." ,
"modules" : [
"workflow-quality"
]
},
{
"id" : "skill:coding-standards" ,
"family" : "skill" ,
"description" : "Language-agnostic coding standards and best practices." ,
"modules" : [
"framework-language"
]
},
{
"id" : "skill:frontend-patterns" ,
"family" : "skill" ,
"description" : "React and frontend engineering patterns." ,
"modules" : [
"framework-language"
]
},
{
"id" : "skill:backend-patterns" ,
"family" : "skill" ,
"description" : "API design, database, and backend engineering patterns." ,
"modules" : [
"framework-language"
]
},
{
"id" : "skill:security-review" ,
"family" : "skill" ,
"description" : "Security review checklist and vulnerability analysis." ,
"modules" : [
"security"
]
},
{
"id" : "skill:deep-research" ,
"family" : "skill" ,
"description" : "Deep research and investigation workflows." ,
"modules" : [
"research-apis"
]
2026-05-01 20:19:25 -05:00
},
{
"id" : "skill:mle-workflow" ,
"family" : "skill" ,
"description" : "Production machine-learning engineering workflow for data contracts, reproducible training, evaluation, deployment, monitoring, and rollback." ,
"modules" : [
"machine-learning"
]
2026-03-14 12:55:25 -07:00
}
]
}