oh-my-customcodex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +327 -0
- package/dist/cli/index.js +32054 -0
- package/dist/index.js +5469 -0
- package/package.json +89 -0
- package/templates/.claude/agents/arch-documenter.md +38 -0
- package/templates/.claude/agents/arch-speckit-agent.md +66 -0
- package/templates/.claude/agents/be-django-expert.md +47 -0
- package/templates/.claude/agents/be-express-expert.md +31 -0
- package/templates/.claude/agents/be-fastapi-expert.md +45 -0
- package/templates/.claude/agents/be-go-backend-expert.md +45 -0
- package/templates/.claude/agents/be-nestjs-expert.md +29 -0
- package/templates/.claude/agents/be-springboot-expert.md +42 -0
- package/templates/.claude/agents/db-alembic-expert.md +73 -0
- package/templates/.claude/agents/db-postgres-expert.md +38 -0
- package/templates/.claude/agents/db-redis-expert.md +38 -0
- package/templates/.claude/agents/db-supabase-expert.md +37 -0
- package/templates/.claude/agents/de-airflow-expert.md +48 -0
- package/templates/.claude/agents/de-dbt-expert.md +36 -0
- package/templates/.claude/agents/de-kafka-expert.md +83 -0
- package/templates/.claude/agents/de-pipeline-expert.md +34 -0
- package/templates/.claude/agents/de-snowflake-expert.md +38 -0
- package/templates/.claude/agents/de-spark-expert.md +38 -0
- package/templates/.claude/agents/fe-design-expert.md +120 -0
- package/templates/.claude/agents/fe-flutter-agent.md +48 -0
- package/templates/.claude/agents/fe-svelte-agent.md +33 -0
- package/templates/.claude/agents/fe-vercel-agent.md +40 -0
- package/templates/.claude/agents/fe-vuejs-agent.md +34 -0
- package/templates/.claude/agents/infra-aws-expert.md +49 -0
- package/templates/.claude/agents/infra-docker-expert.md +49 -0
- package/templates/.claude/agents/lang-golang-expert.md +46 -0
- package/templates/.claude/agents/lang-java21-expert.md +42 -0
- package/templates/.claude/agents/lang-kotlin-expert.md +45 -0
- package/templates/.claude/agents/lang-python-expert.md +45 -0
- package/templates/.claude/agents/lang-rust-expert.md +45 -0
- package/templates/.claude/agents/lang-typescript-expert.md +45 -0
- package/templates/.claude/agents/mgr-claude-code-bible.md +62 -0
- package/templates/.claude/agents/mgr-creator.md +57 -0
- package/templates/.claude/agents/mgr-gitnerd.md +50 -0
- package/templates/.claude/agents/mgr-sauron.md +163 -0
- package/templates/.claude/agents/mgr-supplier.md +39 -0
- package/templates/.claude/agents/mgr-updater.md +40 -0
- package/templates/.claude/agents/qa-engineer.md +36 -0
- package/templates/.claude/agents/qa-planner.md +78 -0
- package/templates/.claude/agents/qa-writer.md +32 -0
- package/templates/.claude/agents/sec-codeql-expert.md +56 -0
- package/templates/.claude/agents/slack-cli-expert.md +98 -0
- package/templates/.claude/agents/souls/lang-golang-expert.soul.md +21 -0
- package/templates/.claude/agents/sys-memory-keeper.md +123 -0
- package/templates/.claude/agents/sys-naggy.md +76 -0
- package/templates/.claude/agents/tool-bun-expert.md +26 -0
- package/templates/.claude/agents/tool-npm-expert.md +31 -0
- package/templates/.claude/agents/tool-optimizer.md +37 -0
- package/templates/.claude/agents/wiki-curator.md +72 -0
- package/templates/.claude/config/required-plugins.json +30 -0
- package/templates/.claude/contexts/dev.md +20 -0
- package/templates/.claude/contexts/ecomode.md +110 -0
- package/templates/.claude/contexts/index.yaml +41 -0
- package/templates/.claude/contexts/research.md +28 -0
- package/templates/.claude/contexts/review.md +23 -0
- package/templates/.claude/hooks/hooks.json +533 -0
- package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +45 -0
- package/templates/.claude/hooks/scripts/agent-start-recorder.sh +40 -0
- package/templates/.claude/hooks/scripts/agent-teams-advisor.sh +76 -0
- package/templates/.claude/hooks/scripts/audit-log.sh +64 -0
- package/templates/.claude/hooks/scripts/auto-continue-guard.sh +33 -0
- package/templates/.claude/hooks/scripts/content-hash-validator.sh +75 -0
- package/templates/.claude/hooks/scripts/context-budget-advisor.sh +107 -0
- package/templates/.claude/hooks/scripts/cost-cap-advisor.sh +71 -0
- package/templates/.claude/hooks/scripts/cwd-change-detector.sh +36 -0
- package/templates/.claude/hooks/scripts/eval-core-batch-save.sh +46 -0
- package/templates/.claude/hooks/scripts/feedback-collector.sh +92 -0
- package/templates/.claude/hooks/scripts/file-change-validator.sh +26 -0
- package/templates/.claude/hooks/scripts/git-delegation-guard.sh +57 -0
- package/templates/.claude/hooks/scripts/model-escalation-advisor.sh +106 -0
- package/templates/.claude/hooks/scripts/omcodex-auto-update.sh +4 -0
- package/templates/.claude/hooks/scripts/omcustom-auto-update.sh +177 -0
- package/templates/.claude/hooks/scripts/rtk-intercept.sh +77 -0
- package/templates/.claude/hooks/scripts/rule-deletion-guard.sh +60 -0
- package/templates/.claude/hooks/scripts/schema-validator.sh +106 -0
- package/templates/.claude/hooks/scripts/secret-filter.sh +100 -0
- package/templates/.claude/hooks/scripts/session-autofix-prompt.sh +34 -0
- package/templates/.claude/hooks/scripts/session-autofix.sh +146 -0
- package/templates/.claude/hooks/scripts/session-env-check.sh +254 -0
- package/templates/.claude/hooks/scripts/skill-extractor-analyzer.sh +49 -0
- package/templates/.claude/hooks/scripts/stage-blocker.sh +16 -0
- package/templates/.claude/hooks/scripts/stale-todo-scanner.sh +91 -0
- package/templates/.claude/hooks/scripts/stall-detection-advisor.sh +112 -0
- package/templates/.claude/hooks/scripts/stop-console-audit.sh +46 -0
- package/templates/.claude/hooks/scripts/stuck-detector.sh +199 -0
- package/templates/.claude/hooks/scripts/task-outcome-recorder.sh +119 -0
- package/templates/.claude/hooks/scripts/task-state-precompact.sh +58 -0
- package/templates/.claude/hooks/scripts/user-prompt-preprocessor.sh +32 -0
- package/templates/.claude/hooks/skill-count-reminder.sh +34 -0
- package/templates/.claude/install-hooks.sh +100 -0
- package/templates/.claude/ontology/agents.yaml +546 -0
- package/templates/.claude/ontology/graphs/agent-skill.json +102 -0
- package/templates/.claude/ontology/graphs/full-graph.json +629 -0
- package/templates/.claude/ontology/graphs/routing.json +112 -0
- package/templates/.claude/ontology/graphs/skill-rule.json +78 -0
- package/templates/.claude/ontology/rules.yaml +251 -0
- package/templates/.claude/ontology/schema.yaml +144 -0
- package/templates/.claude/ontology/skills.yaml +575 -0
- package/templates/.claude/rules/MAY-optimization.md +42 -0
- package/templates/.claude/rules/MUST-agent-design.md +340 -0
- package/templates/.claude/rules/MUST-agent-identification.md +77 -0
- package/templates/.claude/rules/MUST-agent-teams.md +293 -0
- package/templates/.claude/rules/MUST-completion-verification.md +112 -0
- package/templates/.claude/rules/MUST-continuous-improvement.md +69 -0
- package/templates/.claude/rules/MUST-enforcement-policy.md +50 -0
- package/templates/.claude/rules/MUST-intent-transparency.md +74 -0
- package/templates/.claude/rules/MUST-language-policy.md +28 -0
- package/templates/.claude/rules/MUST-orchestrator-coordination.md +399 -0
- package/templates/.claude/rules/MUST-parallel-execution.md +184 -0
- package/templates/.claude/rules/MUST-permissions.md +32 -0
- package/templates/.claude/rules/MUST-safety.md +23 -0
- package/templates/.claude/rules/MUST-sync-verification.md +145 -0
- package/templates/.claude/rules/MUST-tool-identification.md +97 -0
- package/templates/.claude/rules/SHOULD-ecomode.md +123 -0
- package/templates/.claude/rules/SHOULD-error-handling.md +33 -0
- package/templates/.claude/rules/SHOULD-hud-statusline.md +51 -0
- package/templates/.claude/rules/SHOULD-interaction.md +77 -0
- package/templates/.claude/rules/SHOULD-memory-integration.md +371 -0
- package/templates/.claude/rules/SHOULD-ontology-rag-routing.md +49 -0
- package/templates/.claude/rules/SHOULD-wiki-sync.md +73 -0
- package/templates/.claude/rules/index.yaml +141 -0
- package/templates/.claude/schemas/tool-inputs.json +62 -0
- package/templates/.claude/skills/action-validator/SKILL.md +89 -0
- package/templates/.claude/skills/adaptive-harness/SKILL.md +335 -0
- package/templates/.claude/skills/adversarial-review/SKILL.md +80 -0
- package/templates/.claude/skills/agora/SKILL.md +194 -0
- package/templates/.claude/skills/airflow-best-practices/SKILL.md +94 -0
- package/templates/.claude/skills/alembic-best-practices/SKILL.md +295 -0
- package/templates/.claude/skills/ambiguity-gate/SKILL.md +94 -0
- package/templates/.claude/skills/analysis/SKILL.md +223 -0
- package/templates/.claude/skills/audit-agents/SKILL.md +118 -0
- package/templates/.claude/skills/aws-best-practices/SKILL.md +281 -0
- package/templates/.claude/skills/claude-code-bible/SKILL.md +93 -0
- package/templates/.claude/skills/claude-code-bible/scripts/fetch-docs.js +244 -0
- package/templates/.claude/skills/claude-native/SKILL.md +215 -0
- package/templates/.claude/skills/codex-exec/SKILL.md +206 -0
- package/templates/.claude/skills/codex-exec/scripts/codex-wrapper.cjs +430 -0
- package/templates/.claude/skills/create-agent/SKILL.md +94 -0
- package/templates/.claude/skills/cve-triage/SKILL.md +91 -0
- package/templates/.claude/skills/dag-orchestration/SKILL.md +201 -0
- package/templates/.claude/skills/dbt-best-practices/SKILL.md +55 -0
- package/templates/.claude/skills/de-lead-routing/SKILL.md +230 -0
- package/templates/.claude/skills/deep-plan/SKILL.md +344 -0
- package/templates/.claude/skills/deep-verify/SKILL.md +111 -0
- package/templates/.claude/skills/dev-lead-routing/SKILL.md +161 -0
- package/templates/.claude/skills/dev-refactor/SKILL.md +234 -0
- package/templates/.claude/skills/dev-review/SKILL.md +172 -0
- package/templates/.claude/skills/django-best-practices/SKILL.md +334 -0
- package/templates/.claude/skills/docker-best-practices/SKILL.md +276 -0
- package/templates/.claude/skills/evaluator-optimizer/SKILL.md +421 -0
- package/templates/.claude/skills/fastapi-best-practices/SKILL.md +271 -0
- package/templates/.claude/skills/fix-refs/SKILL.md +109 -0
- package/templates/.claude/skills/flutter-best-practices/SKILL.md +325 -0
- package/templates/.claude/skills/gemini-exec/SKILL.md +215 -0
- package/templates/.claude/skills/gemini-exec/scripts/gemini-wrapper.cjs +485 -0
- package/templates/.claude/skills/go-backend-best-practices/SKILL.md +135 -0
- package/templates/.claude/skills/go-best-practices/SKILL.md +204 -0
- package/templates/.claude/skills/hada-scout/SKILL.md +92 -0
- package/templates/.claude/skills/harness-eval/SKILL.md +95 -0
- package/templates/.claude/skills/harness-synthesizer/SKILL.md +145 -0
- package/templates/.claude/skills/help/SKILL.md +127 -0
- package/templates/.claude/skills/idea/SKILL.md +88 -0
- package/templates/.claude/skills/impeccable-design/SKILL.md +173 -0
- package/templates/.claude/skills/intent-detection/SKILL.md +293 -0
- package/templates/.claude/skills/intent-detection/patterns/agent-triggers.yaml +438 -0
- package/templates/.claude/skills/java21-best-practices/SKILL.md +190 -0
- package/templates/.claude/skills/jinja2-prompts/SKILL.md +86 -0
- package/templates/.claude/skills/kafka-best-practices/SKILL.md +53 -0
- package/templates/.claude/skills/kotlin-best-practices/SKILL.md +257 -0
- package/templates/.claude/skills/lists/SKILL.md +80 -0
- package/templates/.claude/skills/memory-management/SKILL.md +196 -0
- package/templates/.claude/skills/memory-recall/SKILL.md +172 -0
- package/templates/.claude/skills/memory-save/SKILL.md +128 -0
- package/templates/.claude/skills/model-escalation/SKILL.md +62 -0
- package/templates/.claude/skills/monitoring-setup/SKILL.md +215 -0
- package/templates/.claude/skills/multi-model-verification/SKILL.md +130 -0
- package/templates/.claude/skills/npm-audit/SKILL.md +74 -0
- package/templates/.claude/skills/npm-publish/SKILL.md +65 -0
- package/templates/.claude/skills/npm-version/SKILL.md +104 -0
- package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +136 -0
- package/templates/.claude/skills/omcodex-feedback/SKILL.md +205 -0
- package/templates/.claude/skills/omcodex-improve-report/SKILL.md +65 -0
- package/templates/.claude/skills/omcodex-loop/SKILL.md +45 -0
- package/templates/.claude/skills/omcodex-release-notes/SKILL.md +117 -0
- package/templates/.claude/skills/omcodex-takeover/SKILL.md +115 -0
- package/templates/.claude/skills/omcodex-web/SKILL.md +95 -0
- package/templates/.claude/skills/optimize-analyze/SKILL.md +57 -0
- package/templates/.claude/skills/optimize-bundle/SKILL.md +69 -0
- package/templates/.claude/skills/optimize-report/SKILL.md +76 -0
- package/templates/.claude/skills/peer-messaging/SKILL.md +59 -0
- package/templates/.claude/skills/pipeline/SKILL.md +103 -0
- package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +84 -0
- package/templates/.claude/skills/pipeline-guards/SKILL.md +173 -0
- package/templates/.claude/skills/post-release-followup/SKILL.md +134 -0
- package/templates/.claude/skills/postgres-best-practices/SKILL.md +67 -0
- package/templates/.claude/skills/pr-auto-improve/SKILL.md +129 -0
- package/templates/.claude/skills/professor-triage/SKILL.md +321 -0
- package/templates/.claude/skills/python-best-practices/SKILL.md +223 -0
- package/templates/.claude/skills/qa-lead-routing/SKILL.md +104 -0
- package/templates/.claude/skills/react-best-practices/SKILL.md +102 -0
- package/templates/.claude/skills/reasoning-sandwich/SKILL.md +64 -0
- package/templates/.claude/skills/redis-best-practices/SKILL.md +84 -0
- package/templates/.claude/skills/release-plan/SKILL.md +207 -0
- package/templates/.claude/skills/research/SKILL.md +493 -0
- package/templates/.claude/skills/result-aggregation/SKILL.md +165 -0
- package/templates/.claude/skills/rtk-exec/SKILL.md +199 -0
- package/templates/.claude/skills/rtk-exec/scripts/rtk-wrapper.cjs +377 -0
- package/templates/.claude/skills/rust-best-practices/SKILL.md +268 -0
- package/templates/.claude/skills/sauron-watch/SKILL.md +239 -0
- package/templates/.claude/skills/scout/SKILL.md +250 -0
- package/templates/.claude/skills/sdd/SKILL.md +24 -0
- package/templates/.claude/skills/sdd-dev/SKILL.md +257 -0
- package/templates/.claude/skills/sdd-development/SKILL.md +24 -0
- package/templates/.claude/skills/secretary-routing/SKILL.md +132 -0
- package/templates/.claude/skills/skill-extractor/SKILL.md +155 -0
- package/templates/.claude/skills/skills-sh-search/SKILL.md +210 -0
- package/templates/.claude/skills/snowflake-best-practices/SKILL.md +66 -0
- package/templates/.claude/skills/spark-best-practices/SKILL.md +53 -0
- package/templates/.claude/skills/springboot-best-practices/SKILL.md +74 -0
- package/templates/.claude/skills/springboot-best-practices/examples/config-properties-example.java +22 -0
- package/templates/.claude/skills/springboot-best-practices/examples/controller-example.java +28 -0
- package/templates/.claude/skills/springboot-best-practices/examples/controller-test-example.java +33 -0
- package/templates/.claude/skills/springboot-best-practices/examples/entity-example.java +22 -0
- package/templates/.claude/skills/springboot-best-practices/examples/exception-handler-example.java +30 -0
- package/templates/.claude/skills/springboot-best-practices/examples/repository-example.java +17 -0
- package/templates/.claude/skills/springboot-best-practices/examples/repository-test-example.java +23 -0
- package/templates/.claude/skills/springboot-best-practices/examples/security-config-example.java +27 -0
- package/templates/.claude/skills/springboot-best-practices/examples/service-example.java +33 -0
- package/templates/.claude/skills/status/SKILL.md +155 -0
- package/templates/.claude/skills/structured-dev-cycle/SKILL.md +200 -0
- package/templates/.claude/skills/stuck-recovery/SKILL.md +80 -0
- package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +100 -0
- package/templates/.claude/skills/systematic-debugging/SKILL.md +288 -0
- package/templates/.claude/skills/systematic-debugging/condition-based-waiting-example.ts +278 -0
- package/templates/.claude/skills/systematic-debugging/condition-based-waiting.md +240 -0
- package/templates/.claude/skills/systematic-debugging/defense-in-depth.md +252 -0
- package/templates/.claude/skills/systematic-debugging/find-polluter.sh +147 -0
- package/templates/.claude/skills/systematic-debugging/root-cause-tracing.md +87 -0
- package/templates/.claude/skills/task-decomposition/SKILL.md +197 -0
- package/templates/.claude/skills/typescript-best-practices/SKILL.md +322 -0
- package/templates/.claude/skills/update-docs/SKILL.md +142 -0
- package/templates/.claude/skills/update-external/SKILL.md +169 -0
- package/templates/.claude/skills/vercel-deploy/SKILL.md +75 -0
- package/templates/.claude/skills/web-design-guidelines/SKILL.md +119 -0
- package/templates/.claude/skills/wiki/SKILL.md +426 -0
- package/templates/.claude/skills/wiki-rag/SKILL.md +154 -0
- package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +165 -0
- package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +66 -0
- package/templates/.claude/statusline.sh +380 -0
- package/templates/.claude/uninstall-hooks.sh +52 -0
- package/templates/.github/workflows/wiki-sync.yml +132 -0
- package/templates/AGENTS.md.en +255 -0
- package/templates/AGENTS.md.ko +255 -0
- package/templates/CLAUDE.md +263 -0
- package/templates/CLAUDE.md.en +256 -0
- package/templates/CLAUDE.md.ko +256 -0
- package/templates/deprecated-files.json +10 -0
- package/templates/guides/agents-md-quality/README.md +110 -0
- package/templates/guides/airflow/README.md +47 -0
- package/templates/guides/alembic/README.md +438 -0
- package/templates/guides/aws/common-patterns.md +169 -0
- package/templates/guides/aws/index.yaml +26 -0
- package/templates/guides/aws/well-architected.md +143 -0
- package/templates/guides/cc-token-saver/README.md +97 -0
- package/templates/guides/claude-code/01-overview.md +42 -0
- package/templates/guides/claude-code/03-tools.md +107 -0
- package/templates/guides/claude-code/04-agent-skills.md +90 -0
- package/templates/guides/claude-code/05-agent-sdk.md +129 -0
- package/templates/guides/claude-code/06-mcp.md +165 -0
- package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
- package/templates/guides/claude-code/08-testing.md +56 -0
- package/templates/guides/claude-code/09-guardrails.md +78 -0
- package/templates/guides/claude-code/10-monitoring.md +87 -0
- package/templates/guides/claude-code/11-sub-agents.md +159 -0
- package/templates/guides/claude-code/12-workflow-patterns.md +182 -0
- package/templates/guides/claude-code/13-cli-flags.md +151 -0
- package/templates/guides/claude-code/index.yaml +61 -0
- package/templates/guides/dbt/README.md +32 -0
- package/templates/guides/django-best-practices/README.md +476 -0
- package/templates/guides/docker/compose-best-practices.md +284 -0
- package/templates/guides/docker/dockerfile-best-practices.md +262 -0
- package/templates/guides/docker/index.yaml +26 -0
- package/templates/guides/drizzle-orm/README.md +69 -0
- package/templates/guides/elements-of-style/elements-of-style.html +2609 -0
- package/templates/guides/fastapi/best-practices.md +232 -0
- package/templates/guides/fastapi/index.yaml +21 -0
- package/templates/guides/flutter/architecture.md +141 -0
- package/templates/guides/flutter/fundamentals.md +119 -0
- package/templates/guides/flutter/index.yaml +44 -0
- package/templates/guides/flutter/performance.md +119 -0
- package/templates/guides/flutter/security.md +120 -0
- package/templates/guides/flutter/state-management.md +144 -0
- package/templates/guides/flutter/testing.md +155 -0
- package/templates/guides/git-worktree-workflow/README.md +138 -0
- package/templates/guides/go-backend/index.yaml +26 -0
- package/templates/guides/go-backend/project-layout.md +243 -0
- package/templates/guides/go-backend/uber-style.md +212 -0
- package/templates/guides/golang/concurrency.md +282 -0
- package/templates/guides/golang/effective-go.md +309 -0
- package/templates/guides/golang/error-handling.md +250 -0
- package/templates/guides/golang/index.yaml +27 -0
- package/templates/guides/hook-data-flow/README.md +135 -0
- package/templates/guides/iceberg/README.md +49 -0
- package/templates/guides/impeccable-design/color-and-contrast.md +278 -0
- package/templates/guides/impeccable-design/index.yaml +12 -0
- package/templates/guides/impeccable-design/motion-design.md +390 -0
- package/templates/guides/impeccable-design/typography.md +386 -0
- package/templates/guides/impeccable-design/ux-writing.md +400 -0
- package/templates/guides/index.yaml +265 -0
- package/templates/guides/java21/index.yaml +29 -0
- package/templates/guides/java21/java-style-guide.md +248 -0
- package/templates/guides/java21/modern-java21.md +303 -0
- package/templates/guides/kafka/README.md +32 -0
- package/templates/guides/kotlin/coding-conventions.md +247 -0
- package/templates/guides/kotlin/idioms.md +234 -0
- package/templates/guides/kotlin/index.yaml +26 -0
- package/templates/guides/multi-model-routing/README.md +101 -0
- package/templates/guides/multi-provider-exec/README.md +83 -0
- package/templates/guides/postgres/README.md +58 -0
- package/templates/guides/python/index.yaml +26 -0
- package/templates/guides/python/pep8-style-guide.md +202 -0
- package/templates/guides/python/zen-of-python.md +79 -0
- package/templates/guides/redis/README.md +50 -0
- package/templates/guides/rust/error-handling.md +262 -0
- package/templates/guides/rust/index.yaml +26 -0
- package/templates/guides/rust/ownership.md +180 -0
- package/templates/guides/skill-bundle-design/README.md +106 -0
- package/templates/guides/slack-cli/README.md +145 -0
- package/templates/guides/snowflake/README.md +32 -0
- package/templates/guides/spark/README.md +32 -0
- package/templates/guides/springboot/best-practices.md +361 -0
- package/templates/guides/springboot/index.yaml +22 -0
- package/templates/guides/supabase-postgres/README.md +32 -0
- package/templates/guides/supabase-postgres/index.yaml +19 -0
- package/templates/guides/typescript/advanced-types.md +225 -0
- package/templates/guides/typescript/index.yaml +26 -0
- package/templates/guides/typescript/type-system.md +219 -0
- package/templates/guides/web-design/accessibility.md +66 -0
- package/templates/guides/web-design/index.yaml +20 -0
- package/templates/guides/web-design/performance.md +102 -0
- package/templates/guides/web-scraping/README.md +926 -0
- package/templates/guides/web-scraping/index.yaml +19 -0
- package/templates/guides/worktree-lifecycle/README.md +104 -0
- package/templates/index.yaml +18 -0
- package/templates/manifest.json +49 -0
- package/templates/workflows/auto-dev.yaml +46 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Routing skill to Agent mapping",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"routes": {
|
|
5
|
+
"secretary-routing": {
|
|
6
|
+
"agents": [
|
|
7
|
+
"mgr-creator",
|
|
8
|
+
"mgr-updater",
|
|
9
|
+
"mgr-supplier",
|
|
10
|
+
"mgr-gitnerd",
|
|
11
|
+
"mgr-sauron",
|
|
12
|
+
"mgr-claude-code-bible",
|
|
13
|
+
"sys-memory-keeper",
|
|
14
|
+
"sys-naggy"
|
|
15
|
+
],
|
|
16
|
+
"description": "Routes agent management tasks to appropriate manager agents"
|
|
17
|
+
},
|
|
18
|
+
"dev-lead-routing": {
|
|
19
|
+
"agents": [
|
|
20
|
+
"lang-golang-expert",
|
|
21
|
+
"lang-python-expert",
|
|
22
|
+
"lang-rust-expert",
|
|
23
|
+
"lang-kotlin-expert",
|
|
24
|
+
"lang-typescript-expert",
|
|
25
|
+
"lang-java21-expert",
|
|
26
|
+
"fe-vercel-agent",
|
|
27
|
+
"fe-vuejs-agent",
|
|
28
|
+
"fe-svelte-agent",
|
|
29
|
+
"fe-flutter-agent",
|
|
30
|
+
"be-fastapi-expert",
|
|
31
|
+
"be-springboot-expert",
|
|
32
|
+
"be-go-backend-expert",
|
|
33
|
+
"be-nestjs-expert",
|
|
34
|
+
"be-express-expert",
|
|
35
|
+
"tool-npm-expert",
|
|
36
|
+
"tool-optimizer",
|
|
37
|
+
"tool-bun-expert",
|
|
38
|
+
"db-supabase-expert",
|
|
39
|
+
"db-postgres-expert",
|
|
40
|
+
"db-redis-expert",
|
|
41
|
+
"arch-documenter",
|
|
42
|
+
"arch-speckit-agent",
|
|
43
|
+
"infra-docker-expert",
|
|
44
|
+
"infra-aws-expert"
|
|
45
|
+
],
|
|
46
|
+
"description": "Routes development tasks to appropriate language or framework expert agents"
|
|
47
|
+
},
|
|
48
|
+
"de-lead-routing": {
|
|
49
|
+
"agents": [
|
|
50
|
+
"de-airflow-expert",
|
|
51
|
+
"de-dbt-expert",
|
|
52
|
+
"de-spark-expert",
|
|
53
|
+
"de-kafka-expert",
|
|
54
|
+
"de-snowflake-expert",
|
|
55
|
+
"de-pipeline-expert"
|
|
56
|
+
],
|
|
57
|
+
"description": "Routes data engineering tasks to the correct DE expert agent"
|
|
58
|
+
},
|
|
59
|
+
"qa-lead-routing": {
|
|
60
|
+
"agents": [
|
|
61
|
+
"qa-planner",
|
|
62
|
+
"qa-writer",
|
|
63
|
+
"qa-engineer"
|
|
64
|
+
],
|
|
65
|
+
"description": "Coordinates QA team activities by routing tasks to qa-planner, qa-writer, and qa-engineer"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"agent_to_router": {
|
|
69
|
+
"mgr-creator": "secretary-routing",
|
|
70
|
+
"mgr-updater": "secretary-routing",
|
|
71
|
+
"mgr-supplier": "secretary-routing",
|
|
72
|
+
"mgr-gitnerd": "secretary-routing",
|
|
73
|
+
"mgr-sauron": "secretary-routing",
|
|
74
|
+
"mgr-claude-code-bible": "secretary-routing",
|
|
75
|
+
"sys-memory-keeper": "secretary-routing",
|
|
76
|
+
"sys-naggy": "secretary-routing",
|
|
77
|
+
"lang-golang-expert": "dev-lead-routing",
|
|
78
|
+
"lang-python-expert": "dev-lead-routing",
|
|
79
|
+
"lang-rust-expert": "dev-lead-routing",
|
|
80
|
+
"lang-kotlin-expert": "dev-lead-routing",
|
|
81
|
+
"lang-typescript-expert": "dev-lead-routing",
|
|
82
|
+
"lang-java21-expert": "dev-lead-routing",
|
|
83
|
+
"fe-vercel-agent": "dev-lead-routing",
|
|
84
|
+
"fe-vuejs-agent": "dev-lead-routing",
|
|
85
|
+
"fe-svelte-agent": "dev-lead-routing",
|
|
86
|
+
"fe-flutter-agent": "dev-lead-routing",
|
|
87
|
+
"be-fastapi-expert": "dev-lead-routing",
|
|
88
|
+
"be-springboot-expert": "dev-lead-routing",
|
|
89
|
+
"be-go-backend-expert": "dev-lead-routing",
|
|
90
|
+
"be-nestjs-expert": "dev-lead-routing",
|
|
91
|
+
"be-express-expert": "dev-lead-routing",
|
|
92
|
+
"tool-npm-expert": "dev-lead-routing",
|
|
93
|
+
"tool-optimizer": "dev-lead-routing",
|
|
94
|
+
"tool-bun-expert": "dev-lead-routing",
|
|
95
|
+
"db-supabase-expert": "dev-lead-routing",
|
|
96
|
+
"db-postgres-expert": "dev-lead-routing",
|
|
97
|
+
"db-redis-expert": "dev-lead-routing",
|
|
98
|
+
"arch-documenter": "dev-lead-routing",
|
|
99
|
+
"arch-speckit-agent": "dev-lead-routing",
|
|
100
|
+
"infra-docker-expert": "dev-lead-routing",
|
|
101
|
+
"infra-aws-expert": "dev-lead-routing",
|
|
102
|
+
"de-airflow-expert": "de-lead-routing",
|
|
103
|
+
"de-dbt-expert": "de-lead-routing",
|
|
104
|
+
"de-spark-expert": "de-lead-routing",
|
|
105
|
+
"de-kafka-expert": "de-lead-routing",
|
|
106
|
+
"de-snowflake-expert": "de-lead-routing",
|
|
107
|
+
"de-pipeline-expert": "de-lead-routing",
|
|
108
|
+
"qa-planner": "qa-lead-routing",
|
|
109
|
+
"qa-writer": "qa-lead-routing",
|
|
110
|
+
"qa-engineer": "qa-lead-routing"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Skill to Rule dependency mapping",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"edges": {
|
|
5
|
+
"airflow-best-practices": [],
|
|
6
|
+
"audit-agents": [],
|
|
7
|
+
"aws-best-practices": [],
|
|
8
|
+
"claude-code-bible": [],
|
|
9
|
+
"create-agent": [],
|
|
10
|
+
"dbt-best-practices": [],
|
|
11
|
+
"de-lead-routing": ["R009"],
|
|
12
|
+
"dev-lead-routing": [],
|
|
13
|
+
"dev-refactor": [],
|
|
14
|
+
"dev-review": [],
|
|
15
|
+
"docker-best-practices": [],
|
|
16
|
+
"fastapi-best-practices": [],
|
|
17
|
+
"fix-refs": [],
|
|
18
|
+
"flutter-best-practices": [],
|
|
19
|
+
"go-backend-best-practices": [],
|
|
20
|
+
"go-best-practices": [],
|
|
21
|
+
"help": [],
|
|
22
|
+
"intent-detection": ["R015"],
|
|
23
|
+
"kafka-best-practices": [],
|
|
24
|
+
"kotlin-best-practices": [],
|
|
25
|
+
"lists": [],
|
|
26
|
+
"memory-management": ["R011"],
|
|
27
|
+
"memory-recall": ["R011"],
|
|
28
|
+
"memory-save": ["R011"],
|
|
29
|
+
"monitoring-setup": [],
|
|
30
|
+
"npm-audit": [],
|
|
31
|
+
"npm-publish": [],
|
|
32
|
+
"npm-version": [],
|
|
33
|
+
"optimize-analyze": [],
|
|
34
|
+
"optimize-bundle": [],
|
|
35
|
+
"optimize-report": [],
|
|
36
|
+
"pipeline-architecture-patterns": [],
|
|
37
|
+
"postgres-best-practices": [],
|
|
38
|
+
"python-best-practices": [],
|
|
39
|
+
"qa-lead-routing": [],
|
|
40
|
+
"react-best-practices": [],
|
|
41
|
+
"redis-best-practices": [],
|
|
42
|
+
"result-aggregation": ["R009", "R013"],
|
|
43
|
+
"rust-best-practices": [],
|
|
44
|
+
"sauron-watch": ["R017"],
|
|
45
|
+
"secretary-routing": [],
|
|
46
|
+
"snowflake-best-practices": [],
|
|
47
|
+
"spark-best-practices": [],
|
|
48
|
+
"springboot-best-practices": [],
|
|
49
|
+
"status": [],
|
|
50
|
+
"supabase-postgres-best-practices": [],
|
|
51
|
+
"typescript-best-practices": [],
|
|
52
|
+
"update-docs": [],
|
|
53
|
+
"update-external": [],
|
|
54
|
+
"vercel-deploy": [],
|
|
55
|
+
"web-design-guidelines": [],
|
|
56
|
+
"writing-clearly-and-concisely": []
|
|
57
|
+
},
|
|
58
|
+
"reverse": {
|
|
59
|
+
"R009": ["de-lead-routing", "result-aggregation"],
|
|
60
|
+
"R011": ["memory-management", "memory-recall", "memory-save"],
|
|
61
|
+
"R013": ["result-aggregation"],
|
|
62
|
+
"R015": ["intent-detection"],
|
|
63
|
+
"R017": ["sauron-watch"],
|
|
64
|
+
"R000": [],
|
|
65
|
+
"R001": [],
|
|
66
|
+
"R002": [],
|
|
67
|
+
"R003": [],
|
|
68
|
+
"R004": [],
|
|
69
|
+
"R005": [],
|
|
70
|
+
"R006": [],
|
|
71
|
+
"R007": [],
|
|
72
|
+
"R008": [],
|
|
73
|
+
"R010": [],
|
|
74
|
+
"R012": [],
|
|
75
|
+
"R016": [],
|
|
76
|
+
"R018": []
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
# Auto-generated from templates/.claude/rules/
|
|
2
|
+
# Do not edit manually — regenerate with: omcustom ontology build
|
|
3
|
+
version: "1.0.0"
|
|
4
|
+
generated_at: "2026-02-12T00:00:00Z"
|
|
5
|
+
|
|
6
|
+
# Rule priority classes
|
|
7
|
+
classes:
|
|
8
|
+
MustRule:
|
|
9
|
+
rules: [R000, R001, R002, R006, R007, R008, R009, R010, R015, R016, R017, R018]
|
|
10
|
+
description: "Mandatory rules - violation requires immediate correction"
|
|
11
|
+
ShouldRule:
|
|
12
|
+
rules: [R003, R004, R011, R012, R013]
|
|
13
|
+
description: "Recommended rules - strong guidance"
|
|
14
|
+
MayRule:
|
|
15
|
+
rules: [R005]
|
|
16
|
+
description: "Optional rules - use when beneficial"
|
|
17
|
+
|
|
18
|
+
# Rule categories (semantic grouping)
|
|
19
|
+
categories:
|
|
20
|
+
safety:
|
|
21
|
+
rules: [R001, R002]
|
|
22
|
+
summary: "Security, permissions, and prohibited actions"
|
|
23
|
+
keywords: [safety, security, permissions, prohibited, dangerous]
|
|
24
|
+
agent-design:
|
|
25
|
+
rules: [R006, R007, R008]
|
|
26
|
+
summary: "Agent structure, identification, and tool usage"
|
|
27
|
+
keywords: [agent, identification, tool, frontmatter, design]
|
|
28
|
+
execution:
|
|
29
|
+
rules: [R009, R010]
|
|
30
|
+
summary: "Parallel execution and orchestrator coordination"
|
|
31
|
+
keywords: [parallel, orchestrator, delegation, task, spawn]
|
|
32
|
+
quality:
|
|
33
|
+
rules: [R016, R017]
|
|
34
|
+
summary: "Continuous improvement and sync verification"
|
|
35
|
+
keywords: [verification, sync, improvement, sauron, commit]
|
|
36
|
+
interaction:
|
|
37
|
+
rules: [R000, R003, R015]
|
|
38
|
+
summary: "Language policy, response format, intent transparency"
|
|
39
|
+
keywords: [language, korean, response, intent, transparency]
|
|
40
|
+
memory:
|
|
41
|
+
rules: [R011]
|
|
42
|
+
summary: "Memory integration and persistence"
|
|
43
|
+
keywords: [memory, persistence, claude-mem, session]
|
|
44
|
+
display:
|
|
45
|
+
rules: [R012]
|
|
46
|
+
summary: "HUD and status display"
|
|
47
|
+
keywords: [hud, statusline, display, progress]
|
|
48
|
+
efficiency:
|
|
49
|
+
rules: [R005, R013]
|
|
50
|
+
summary: "Optimization and token efficiency"
|
|
51
|
+
keywords: [optimization, token, ecomode, batch, efficiency]
|
|
52
|
+
error-handling:
|
|
53
|
+
rules: [R004]
|
|
54
|
+
summary: "Error classification and recovery"
|
|
55
|
+
keywords: [error, warning, critical, retry, recovery]
|
|
56
|
+
teams:
|
|
57
|
+
rules: [R018]
|
|
58
|
+
summary: "Agent teams coordination"
|
|
59
|
+
keywords: [team, agent-teams, coordination, broadcast, message]
|
|
60
|
+
|
|
61
|
+
# Rule instances
|
|
62
|
+
rules:
|
|
63
|
+
R000:
|
|
64
|
+
class: MustRule
|
|
65
|
+
categories: [interaction]
|
|
66
|
+
title: "Language & Delegation Policy"
|
|
67
|
+
filename: "MUST-language-policy.md"
|
|
68
|
+
summary: "Korean I/O for users, English for code/files. User delegates all file ops to agent."
|
|
69
|
+
keywords: [language, korean, english, delegation, file-operations]
|
|
70
|
+
token_estimate: 138
|
|
71
|
+
applies_to: [all]
|
|
72
|
+
|
|
73
|
+
R001:
|
|
74
|
+
class: MustRule
|
|
75
|
+
categories: [safety]
|
|
76
|
+
title: "Safety Rules"
|
|
77
|
+
filename: "MUST-safety.md"
|
|
78
|
+
summary: "Prohibited actions: expose secrets, modify system files, destructive commands. Verify before destructive ops."
|
|
79
|
+
keywords: [safety, prohibited, secrets, system-files, destructive, api-keys, pii, rm-rf, sudo]
|
|
80
|
+
token_estimate: 160
|
|
81
|
+
applies_to: [all]
|
|
82
|
+
|
|
83
|
+
R002:
|
|
84
|
+
class: MustRule
|
|
85
|
+
categories: [safety]
|
|
86
|
+
title: "Permission Rules"
|
|
87
|
+
filename: "MUST-permissions.md"
|
|
88
|
+
summary: "Tool permission tiers: Always (Read/Glob/Grep), Default (Write/Edit), Approval (Bash/Web), Explicit (Task)."
|
|
89
|
+
keywords: [permissions, tools, tiers, approval, file-access, read, write, bash]
|
|
90
|
+
token_estimate: 207
|
|
91
|
+
applies_to: [all]
|
|
92
|
+
|
|
93
|
+
R003:
|
|
94
|
+
class: ShouldRule
|
|
95
|
+
categories: [interaction]
|
|
96
|
+
title: "Interaction Rules"
|
|
97
|
+
filename: "SHOULD-interaction.md"
|
|
98
|
+
summary: "Response principles: brevity, clarity, transparency. Status format for task progress reporting."
|
|
99
|
+
keywords: [response, brevity, clarity, transparency, status, task-progress]
|
|
100
|
+
token_estimate: 203
|
|
101
|
+
applies_to: [all]
|
|
102
|
+
|
|
103
|
+
R004:
|
|
104
|
+
class: ShouldRule
|
|
105
|
+
categories: [error-handling]
|
|
106
|
+
title: "Error Handling Rules"
|
|
107
|
+
filename: "SHOULD-error-handling.md"
|
|
108
|
+
summary: "Error classification (Warning/Error/Critical), retry strategies, validation checks before/after actions."
|
|
109
|
+
keywords: [error, warning, critical, retry, backoff, validation, recovery, rollback]
|
|
110
|
+
token_estimate: 213
|
|
111
|
+
applies_to: [all]
|
|
112
|
+
|
|
113
|
+
R005:
|
|
114
|
+
class: MayRule
|
|
115
|
+
categories: [efficiency]
|
|
116
|
+
title: "Optimization Guide"
|
|
117
|
+
filename: "MAY-optimization.md"
|
|
118
|
+
summary: "Optional optimization strategies: parallel I/O, caching, lazy loading, token optimization, batching."
|
|
119
|
+
keywords: [optimization, parallel, caching, lazy-loading, token, batch, incremental]
|
|
120
|
+
token_estimate: 178
|
|
121
|
+
applies_to: [all]
|
|
122
|
+
|
|
123
|
+
R006:
|
|
124
|
+
class: MustRule
|
|
125
|
+
categories: [agent-design]
|
|
126
|
+
title: "Agent Design Rules"
|
|
127
|
+
filename: "MUST-agent-design.md"
|
|
128
|
+
summary: "Agent file format with required frontmatter (name/description/model/tools), memory scopes, separation of concerns."
|
|
129
|
+
keywords: [agent, frontmatter, memory, scope, user, project, local, separation, skills]
|
|
130
|
+
token_estimate: 300
|
|
131
|
+
applies_to: [agent-creation, agent-modification]
|
|
132
|
+
|
|
133
|
+
R007:
|
|
134
|
+
class: MustRule
|
|
135
|
+
categories: [agent-design, interaction]
|
|
136
|
+
title: "Agent Identification Rules"
|
|
137
|
+
filename: "MUST-agent-identification.md"
|
|
138
|
+
summary: "Every response MUST start with agent identification header showing agent name, type, skill, and task."
|
|
139
|
+
keywords: [identification, agent-header, agent-name, skill-name, task-description]
|
|
140
|
+
token_estimate: 134
|
|
141
|
+
applies_to: [all]
|
|
142
|
+
|
|
143
|
+
R008:
|
|
144
|
+
class: MustRule
|
|
145
|
+
categories: [agent-design]
|
|
146
|
+
title: "Tool Usage Identification Rules"
|
|
147
|
+
filename: "MUST-tool-identification.md"
|
|
148
|
+
summary: "Every tool call MUST be prefixed with [agent-name][model] → Tool/Target identification."
|
|
149
|
+
keywords: [tool, identification, agent-name, model, opus, sonnet, haiku, prefix]
|
|
150
|
+
token_estimate: 363
|
|
151
|
+
applies_to: [all]
|
|
152
|
+
|
|
153
|
+
R009:
|
|
154
|
+
class: MustRule
|
|
155
|
+
categories: [execution]
|
|
156
|
+
title: "Parallel Execution Rules"
|
|
157
|
+
filename: "MUST-parallel-execution.md"
|
|
158
|
+
summary: "2+ independent tasks MUST execute in parallel. Max 4 concurrent instances. Sequential execution is violation."
|
|
159
|
+
keywords: [parallel, concurrent, independent, task, spawn, bottleneck, batch]
|
|
160
|
+
token_estimate: 527
|
|
161
|
+
applies_to: [all]
|
|
162
|
+
|
|
163
|
+
R010:
|
|
164
|
+
class: MustRule
|
|
165
|
+
categories: [execution]
|
|
166
|
+
title: "Orchestrator Coordination Rules"
|
|
167
|
+
filename: "MUST-orchestrator-coordination.md"
|
|
168
|
+
summary: "Main conversation is sole orchestrator. Uses routing skills to delegate to subagents. Flat architecture, no hierarchy."
|
|
169
|
+
keywords: [orchestrator, routing, delegation, task-tool, subagent, git, mgr-gitnerd, model-selection]
|
|
170
|
+
token_estimate: 696
|
|
171
|
+
applies_to: [all]
|
|
172
|
+
|
|
173
|
+
R011:
|
|
174
|
+
class: ShouldRule
|
|
175
|
+
categories: [memory]
|
|
176
|
+
title: "Memory Integration Rules"
|
|
177
|
+
filename: "SHOULD-memory-integration.md"
|
|
178
|
+
summary: "Primary: Native auto memory (frontmatter). Supplementary: claude-mem MCP for cross-session search."
|
|
179
|
+
keywords: [memory, native, claude-mem, persistence, session, temporal, cross-agent]
|
|
180
|
+
token_estimate: 248
|
|
181
|
+
applies_to: [agents-with-memory, memory-operations]
|
|
182
|
+
|
|
183
|
+
R012:
|
|
184
|
+
class: ShouldRule
|
|
185
|
+
categories: [display]
|
|
186
|
+
title: "HUD Statusline Rules"
|
|
187
|
+
filename: "SHOULD-hud-statusline.md"
|
|
188
|
+
summary: "Display statusline for multi-step tasks, parallel execution. Format: Agent | Progress | Parallel count."
|
|
189
|
+
keywords: [hud, statusline, progress, parallel, display, hooks]
|
|
190
|
+
token_estimate: 126
|
|
191
|
+
applies_to: [multi-step-tasks, parallel-execution]
|
|
192
|
+
|
|
193
|
+
R013:
|
|
194
|
+
class: ShouldRule
|
|
195
|
+
categories: [efficiency]
|
|
196
|
+
title: "Ecomode Rules"
|
|
197
|
+
filename: "SHOULD-ecomode.md"
|
|
198
|
+
summary: "Auto-activates for 4+ parallel tasks or 80%+ context. Compact output, aggregation format, compression."
|
|
199
|
+
keywords: [ecomode, compact, token-efficiency, batch, aggregation, compression]
|
|
200
|
+
token_estimate: 165
|
|
201
|
+
applies_to: [batch-operations, high-token-usage]
|
|
202
|
+
|
|
203
|
+
R015:
|
|
204
|
+
class: MustRule
|
|
205
|
+
categories: [interaction]
|
|
206
|
+
title: "Intent Transparency Rules"
|
|
207
|
+
filename: "MUST-intent-transparency.md"
|
|
208
|
+
summary: "Display reasoning when routing to agents. Show confidence score, agent selection, and override options."
|
|
209
|
+
keywords: [intent, transparency, routing, confidence, detection, agent-selection, override]
|
|
210
|
+
token_estimate: 217
|
|
211
|
+
applies_to: [orchestrator, routing-decisions]
|
|
212
|
+
|
|
213
|
+
R016:
|
|
214
|
+
class: MustRule
|
|
215
|
+
categories: [quality]
|
|
216
|
+
title: "Continuous Improvement Rules"
|
|
217
|
+
filename: "MUST-continuous-improvement.md"
|
|
218
|
+
summary: "When user points out violation: STOP → UPDATE rule → COMMIT → continue task. Don't just apologize."
|
|
219
|
+
keywords: [improvement, violation, update, commit, feedback, iteration]
|
|
220
|
+
token_estimate: 159
|
|
221
|
+
applies_to: [all]
|
|
222
|
+
|
|
223
|
+
R017:
|
|
224
|
+
class: MustRule
|
|
225
|
+
categories: [quality]
|
|
226
|
+
title: "Sync Verification Rules"
|
|
227
|
+
filename: "MUST-sync-verification.md"
|
|
228
|
+
summary: "Full verification before commit/push: mgr-sauron:watch mandatory. 5 rounds manager verification + 3 rounds deep review."
|
|
229
|
+
keywords: [verification, sync, sauron, commit, push, validation, frontmatter, routing]
|
|
230
|
+
token_estimate: 817
|
|
231
|
+
applies_to: [agent-modification, skill-modification, guide-modification, rules-modification]
|
|
232
|
+
|
|
233
|
+
R018:
|
|
234
|
+
class: MustRule
|
|
235
|
+
categories: [teams]
|
|
236
|
+
title: "Agent Teams Rules (Conditional)"
|
|
237
|
+
filename: "MUST-agent-teams.md"
|
|
238
|
+
summary: "When Agent Teams enabled, MANDATORY for 3+ agent coordinated tasks with shared state or review cycles. Task tool fallback when disabled."
|
|
239
|
+
keywords: [agent-teams, coordination, shared-state, task-tool, broadcast, message, cost, mandatory]
|
|
240
|
+
token_estimate: 850
|
|
241
|
+
applies_to: [multi-agent-coordination, complex-research]
|
|
242
|
+
|
|
243
|
+
# Metadata
|
|
244
|
+
metadata:
|
|
245
|
+
total_rules: 18
|
|
246
|
+
must_rules: 12
|
|
247
|
+
should_rules: 5
|
|
248
|
+
may_rules: 1
|
|
249
|
+
total_tokens_estimate: 5901
|
|
250
|
+
source_directory: "templates/.claude/rules/"
|
|
251
|
+
generated_by: "claude (default)"
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
# Ontology Schema for oh-my-customcode
|
|
2
|
+
# Defines class hierarchies and relations between entities
|
|
3
|
+
version: "1.0.0"
|
|
4
|
+
|
|
5
|
+
# Entity types
|
|
6
|
+
entity_types:
|
|
7
|
+
Agent:
|
|
8
|
+
description: "AI agent that performs specialized tasks"
|
|
9
|
+
subclasses:
|
|
10
|
+
LanguageExpert:
|
|
11
|
+
description: "Programming language specialists"
|
|
12
|
+
prefix: "lang-"
|
|
13
|
+
BackendExpert:
|
|
14
|
+
description: "Backend framework specialists"
|
|
15
|
+
prefix: "be-"
|
|
16
|
+
FrontendExpert:
|
|
17
|
+
description: "Frontend framework specialists"
|
|
18
|
+
prefix: "fe-"
|
|
19
|
+
DataEngineer:
|
|
20
|
+
description: "Data engineering specialists"
|
|
21
|
+
prefix: "de-"
|
|
22
|
+
DatabaseExpert:
|
|
23
|
+
description: "Database specialists"
|
|
24
|
+
prefix: "db-"
|
|
25
|
+
ToolingExpert:
|
|
26
|
+
description: "Tooling specialists"
|
|
27
|
+
prefix: "tool-"
|
|
28
|
+
Architect:
|
|
29
|
+
description: "Architecture and documentation"
|
|
30
|
+
prefix: "arch-"
|
|
31
|
+
InfraEngineer:
|
|
32
|
+
description: "Infrastructure specialists"
|
|
33
|
+
prefix: "infra-"
|
|
34
|
+
QAAgent:
|
|
35
|
+
description: "QA and testing"
|
|
36
|
+
prefix: "qa-"
|
|
37
|
+
ManagerAgent:
|
|
38
|
+
description: "System management agents"
|
|
39
|
+
prefix: "mgr-"
|
|
40
|
+
SystemAgent:
|
|
41
|
+
description: "System utility agents"
|
|
42
|
+
prefix: "sys-"
|
|
43
|
+
properties:
|
|
44
|
+
name: { type: string, required: true }
|
|
45
|
+
description: { type: string, required: true }
|
|
46
|
+
model: { type: enum, values: [opus, sonnet, haiku], required: true }
|
|
47
|
+
memory: { type: enum, values: [project, user, local], required: false }
|
|
48
|
+
effort: { type: enum, values: [low, medium, high], required: false }
|
|
49
|
+
tools: { type: "list[string]", required: true }
|
|
50
|
+
|
|
51
|
+
Skill:
|
|
52
|
+
description: "Reusable capability or knowledge module"
|
|
53
|
+
subclasses:
|
|
54
|
+
RoutingSkill: { description: "Route tasks to agents" }
|
|
55
|
+
BestPracticeSkill: { description: "Language/framework patterns" }
|
|
56
|
+
ManagementSkill: { description: "Agent/project management" }
|
|
57
|
+
DevelopmentSkill: { description: "Code review and refactoring" }
|
|
58
|
+
OptimizationSkill: { description: "Performance optimization" }
|
|
59
|
+
MemorySkill: { description: "Memory persistence" }
|
|
60
|
+
PackageSkill: { description: "Package management" }
|
|
61
|
+
SystemSkill: { description: "System utilities" }
|
|
62
|
+
VerificationSkill: { description: "Compliance verification" }
|
|
63
|
+
IntentSkill: { description: "Intent analysis" }
|
|
64
|
+
DeploymentSkill: { description: "Deployment automation" }
|
|
65
|
+
WritingSkill: { description: "Writing quality" }
|
|
66
|
+
MonitoringSkill: { description: "Monitoring" }
|
|
67
|
+
properties:
|
|
68
|
+
name: { type: string, required: true }
|
|
69
|
+
description: { type: string, required: true }
|
|
70
|
+
user-invocable: { type: boolean, default: true }
|
|
71
|
+
model_invocable: { type: boolean, default: true }
|
|
72
|
+
|
|
73
|
+
Rule:
|
|
74
|
+
description: "Governance rule for agent behavior"
|
|
75
|
+
subclasses:
|
|
76
|
+
MustRule: { description: "Mandatory - violation requires correction", enforced: true }
|
|
77
|
+
ShouldRule: { description: "Recommended - strong guidance", enforced: false }
|
|
78
|
+
MayRule: { description: "Optional - beneficial when applied", enforced: false }
|
|
79
|
+
properties:
|
|
80
|
+
id: { type: string, pattern: "R\\d{3}", required: true }
|
|
81
|
+
title: { type: string, required: true }
|
|
82
|
+
priority: { type: enum, values: [MUST, SHOULD, MAY], required: true }
|
|
83
|
+
token_estimate: { type: integer, required: true }
|
|
84
|
+
|
|
85
|
+
# Relations between entities
|
|
86
|
+
relations:
|
|
87
|
+
requires:
|
|
88
|
+
description: "Agent requires a skill to perform its work"
|
|
89
|
+
source: Agent
|
|
90
|
+
target: Skill
|
|
91
|
+
cardinality: "many-to-many"
|
|
92
|
+
|
|
93
|
+
must_follow:
|
|
94
|
+
description: "Agent must follow this rule"
|
|
95
|
+
source: Agent
|
|
96
|
+
target: MustRule
|
|
97
|
+
cardinality: "many-to-many"
|
|
98
|
+
|
|
99
|
+
should_follow:
|
|
100
|
+
description: "Agent should follow this rule"
|
|
101
|
+
source: Agent
|
|
102
|
+
target: ShouldRule
|
|
103
|
+
cardinality: "many-to-many"
|
|
104
|
+
|
|
105
|
+
depends_on:
|
|
106
|
+
description: "Skill depends on a rule for its operation"
|
|
107
|
+
source: Skill
|
|
108
|
+
target: Rule
|
|
109
|
+
cardinality: "many-to-many"
|
|
110
|
+
|
|
111
|
+
routes_to:
|
|
112
|
+
description: "Routing skill routes to an agent"
|
|
113
|
+
source: RoutingSkill
|
|
114
|
+
target: Agent
|
|
115
|
+
cardinality: "one-to-many"
|
|
116
|
+
|
|
117
|
+
references:
|
|
118
|
+
description: "Skill references a guide for documentation"
|
|
119
|
+
source: Skill
|
|
120
|
+
target: Guide
|
|
121
|
+
cardinality: "many-to-many"
|
|
122
|
+
|
|
123
|
+
# Context loading levels
|
|
124
|
+
loading_levels:
|
|
125
|
+
level_0:
|
|
126
|
+
description: "Category summaries only"
|
|
127
|
+
target_tokens: 500
|
|
128
|
+
content: "Rule categories + agent class list"
|
|
129
|
+
level_1:
|
|
130
|
+
description: "Relevant entity summaries"
|
|
131
|
+
target_tokens: 800
|
|
132
|
+
content: "Matched rules/skills/agents summaries"
|
|
133
|
+
level_2:
|
|
134
|
+
description: "Selected entity full content"
|
|
135
|
+
target_tokens: 1500
|
|
136
|
+
content: "Top-3 rules full text"
|
|
137
|
+
level_3:
|
|
138
|
+
description: "Skill details"
|
|
139
|
+
target_tokens: 600
|
|
140
|
+
content: "Matched skill summaries"
|
|
141
|
+
level_4:
|
|
142
|
+
description: "Full skill content (on-demand)"
|
|
143
|
+
target_tokens: 2000
|
|
144
|
+
content: "Full skill instructions"
|