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.
Files changed (351) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +327 -0
  3. package/dist/cli/index.js +32054 -0
  4. package/dist/index.js +5469 -0
  5. package/package.json +89 -0
  6. package/templates/.claude/agents/arch-documenter.md +38 -0
  7. package/templates/.claude/agents/arch-speckit-agent.md +66 -0
  8. package/templates/.claude/agents/be-django-expert.md +47 -0
  9. package/templates/.claude/agents/be-express-expert.md +31 -0
  10. package/templates/.claude/agents/be-fastapi-expert.md +45 -0
  11. package/templates/.claude/agents/be-go-backend-expert.md +45 -0
  12. package/templates/.claude/agents/be-nestjs-expert.md +29 -0
  13. package/templates/.claude/agents/be-springboot-expert.md +42 -0
  14. package/templates/.claude/agents/db-alembic-expert.md +73 -0
  15. package/templates/.claude/agents/db-postgres-expert.md +38 -0
  16. package/templates/.claude/agents/db-redis-expert.md +38 -0
  17. package/templates/.claude/agents/db-supabase-expert.md +37 -0
  18. package/templates/.claude/agents/de-airflow-expert.md +48 -0
  19. package/templates/.claude/agents/de-dbt-expert.md +36 -0
  20. package/templates/.claude/agents/de-kafka-expert.md +83 -0
  21. package/templates/.claude/agents/de-pipeline-expert.md +34 -0
  22. package/templates/.claude/agents/de-snowflake-expert.md +38 -0
  23. package/templates/.claude/agents/de-spark-expert.md +38 -0
  24. package/templates/.claude/agents/fe-design-expert.md +120 -0
  25. package/templates/.claude/agents/fe-flutter-agent.md +48 -0
  26. package/templates/.claude/agents/fe-svelte-agent.md +33 -0
  27. package/templates/.claude/agents/fe-vercel-agent.md +40 -0
  28. package/templates/.claude/agents/fe-vuejs-agent.md +34 -0
  29. package/templates/.claude/agents/infra-aws-expert.md +49 -0
  30. package/templates/.claude/agents/infra-docker-expert.md +49 -0
  31. package/templates/.claude/agents/lang-golang-expert.md +46 -0
  32. package/templates/.claude/agents/lang-java21-expert.md +42 -0
  33. package/templates/.claude/agents/lang-kotlin-expert.md +45 -0
  34. package/templates/.claude/agents/lang-python-expert.md +45 -0
  35. package/templates/.claude/agents/lang-rust-expert.md +45 -0
  36. package/templates/.claude/agents/lang-typescript-expert.md +45 -0
  37. package/templates/.claude/agents/mgr-claude-code-bible.md +62 -0
  38. package/templates/.claude/agents/mgr-creator.md +57 -0
  39. package/templates/.claude/agents/mgr-gitnerd.md +50 -0
  40. package/templates/.claude/agents/mgr-sauron.md +163 -0
  41. package/templates/.claude/agents/mgr-supplier.md +39 -0
  42. package/templates/.claude/agents/mgr-updater.md +40 -0
  43. package/templates/.claude/agents/qa-engineer.md +36 -0
  44. package/templates/.claude/agents/qa-planner.md +78 -0
  45. package/templates/.claude/agents/qa-writer.md +32 -0
  46. package/templates/.claude/agents/sec-codeql-expert.md +56 -0
  47. package/templates/.claude/agents/slack-cli-expert.md +98 -0
  48. package/templates/.claude/agents/souls/lang-golang-expert.soul.md +21 -0
  49. package/templates/.claude/agents/sys-memory-keeper.md +123 -0
  50. package/templates/.claude/agents/sys-naggy.md +76 -0
  51. package/templates/.claude/agents/tool-bun-expert.md +26 -0
  52. package/templates/.claude/agents/tool-npm-expert.md +31 -0
  53. package/templates/.claude/agents/tool-optimizer.md +37 -0
  54. package/templates/.claude/agents/wiki-curator.md +72 -0
  55. package/templates/.claude/config/required-plugins.json +30 -0
  56. package/templates/.claude/contexts/dev.md +20 -0
  57. package/templates/.claude/contexts/ecomode.md +110 -0
  58. package/templates/.claude/contexts/index.yaml +41 -0
  59. package/templates/.claude/contexts/research.md +28 -0
  60. package/templates/.claude/contexts/review.md +23 -0
  61. package/templates/.claude/hooks/hooks.json +533 -0
  62. package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +45 -0
  63. package/templates/.claude/hooks/scripts/agent-start-recorder.sh +40 -0
  64. package/templates/.claude/hooks/scripts/agent-teams-advisor.sh +76 -0
  65. package/templates/.claude/hooks/scripts/audit-log.sh +64 -0
  66. package/templates/.claude/hooks/scripts/auto-continue-guard.sh +33 -0
  67. package/templates/.claude/hooks/scripts/content-hash-validator.sh +75 -0
  68. package/templates/.claude/hooks/scripts/context-budget-advisor.sh +107 -0
  69. package/templates/.claude/hooks/scripts/cost-cap-advisor.sh +71 -0
  70. package/templates/.claude/hooks/scripts/cwd-change-detector.sh +36 -0
  71. package/templates/.claude/hooks/scripts/eval-core-batch-save.sh +46 -0
  72. package/templates/.claude/hooks/scripts/feedback-collector.sh +92 -0
  73. package/templates/.claude/hooks/scripts/file-change-validator.sh +26 -0
  74. package/templates/.claude/hooks/scripts/git-delegation-guard.sh +57 -0
  75. package/templates/.claude/hooks/scripts/model-escalation-advisor.sh +106 -0
  76. package/templates/.claude/hooks/scripts/omcodex-auto-update.sh +4 -0
  77. package/templates/.claude/hooks/scripts/omcustom-auto-update.sh +177 -0
  78. package/templates/.claude/hooks/scripts/rtk-intercept.sh +77 -0
  79. package/templates/.claude/hooks/scripts/rule-deletion-guard.sh +60 -0
  80. package/templates/.claude/hooks/scripts/schema-validator.sh +106 -0
  81. package/templates/.claude/hooks/scripts/secret-filter.sh +100 -0
  82. package/templates/.claude/hooks/scripts/session-autofix-prompt.sh +34 -0
  83. package/templates/.claude/hooks/scripts/session-autofix.sh +146 -0
  84. package/templates/.claude/hooks/scripts/session-env-check.sh +254 -0
  85. package/templates/.claude/hooks/scripts/skill-extractor-analyzer.sh +49 -0
  86. package/templates/.claude/hooks/scripts/stage-blocker.sh +16 -0
  87. package/templates/.claude/hooks/scripts/stale-todo-scanner.sh +91 -0
  88. package/templates/.claude/hooks/scripts/stall-detection-advisor.sh +112 -0
  89. package/templates/.claude/hooks/scripts/stop-console-audit.sh +46 -0
  90. package/templates/.claude/hooks/scripts/stuck-detector.sh +199 -0
  91. package/templates/.claude/hooks/scripts/task-outcome-recorder.sh +119 -0
  92. package/templates/.claude/hooks/scripts/task-state-precompact.sh +58 -0
  93. package/templates/.claude/hooks/scripts/user-prompt-preprocessor.sh +32 -0
  94. package/templates/.claude/hooks/skill-count-reminder.sh +34 -0
  95. package/templates/.claude/install-hooks.sh +100 -0
  96. package/templates/.claude/ontology/agents.yaml +546 -0
  97. package/templates/.claude/ontology/graphs/agent-skill.json +102 -0
  98. package/templates/.claude/ontology/graphs/full-graph.json +629 -0
  99. package/templates/.claude/ontology/graphs/routing.json +112 -0
  100. package/templates/.claude/ontology/graphs/skill-rule.json +78 -0
  101. package/templates/.claude/ontology/rules.yaml +251 -0
  102. package/templates/.claude/ontology/schema.yaml +144 -0
  103. package/templates/.claude/ontology/skills.yaml +575 -0
  104. package/templates/.claude/rules/MAY-optimization.md +42 -0
  105. package/templates/.claude/rules/MUST-agent-design.md +340 -0
  106. package/templates/.claude/rules/MUST-agent-identification.md +77 -0
  107. package/templates/.claude/rules/MUST-agent-teams.md +293 -0
  108. package/templates/.claude/rules/MUST-completion-verification.md +112 -0
  109. package/templates/.claude/rules/MUST-continuous-improvement.md +69 -0
  110. package/templates/.claude/rules/MUST-enforcement-policy.md +50 -0
  111. package/templates/.claude/rules/MUST-intent-transparency.md +74 -0
  112. package/templates/.claude/rules/MUST-language-policy.md +28 -0
  113. package/templates/.claude/rules/MUST-orchestrator-coordination.md +399 -0
  114. package/templates/.claude/rules/MUST-parallel-execution.md +184 -0
  115. package/templates/.claude/rules/MUST-permissions.md +32 -0
  116. package/templates/.claude/rules/MUST-safety.md +23 -0
  117. package/templates/.claude/rules/MUST-sync-verification.md +145 -0
  118. package/templates/.claude/rules/MUST-tool-identification.md +97 -0
  119. package/templates/.claude/rules/SHOULD-ecomode.md +123 -0
  120. package/templates/.claude/rules/SHOULD-error-handling.md +33 -0
  121. package/templates/.claude/rules/SHOULD-hud-statusline.md +51 -0
  122. package/templates/.claude/rules/SHOULD-interaction.md +77 -0
  123. package/templates/.claude/rules/SHOULD-memory-integration.md +371 -0
  124. package/templates/.claude/rules/SHOULD-ontology-rag-routing.md +49 -0
  125. package/templates/.claude/rules/SHOULD-wiki-sync.md +73 -0
  126. package/templates/.claude/rules/index.yaml +141 -0
  127. package/templates/.claude/schemas/tool-inputs.json +62 -0
  128. package/templates/.claude/skills/action-validator/SKILL.md +89 -0
  129. package/templates/.claude/skills/adaptive-harness/SKILL.md +335 -0
  130. package/templates/.claude/skills/adversarial-review/SKILL.md +80 -0
  131. package/templates/.claude/skills/agora/SKILL.md +194 -0
  132. package/templates/.claude/skills/airflow-best-practices/SKILL.md +94 -0
  133. package/templates/.claude/skills/alembic-best-practices/SKILL.md +295 -0
  134. package/templates/.claude/skills/ambiguity-gate/SKILL.md +94 -0
  135. package/templates/.claude/skills/analysis/SKILL.md +223 -0
  136. package/templates/.claude/skills/audit-agents/SKILL.md +118 -0
  137. package/templates/.claude/skills/aws-best-practices/SKILL.md +281 -0
  138. package/templates/.claude/skills/claude-code-bible/SKILL.md +93 -0
  139. package/templates/.claude/skills/claude-code-bible/scripts/fetch-docs.js +244 -0
  140. package/templates/.claude/skills/claude-native/SKILL.md +215 -0
  141. package/templates/.claude/skills/codex-exec/SKILL.md +206 -0
  142. package/templates/.claude/skills/codex-exec/scripts/codex-wrapper.cjs +430 -0
  143. package/templates/.claude/skills/create-agent/SKILL.md +94 -0
  144. package/templates/.claude/skills/cve-triage/SKILL.md +91 -0
  145. package/templates/.claude/skills/dag-orchestration/SKILL.md +201 -0
  146. package/templates/.claude/skills/dbt-best-practices/SKILL.md +55 -0
  147. package/templates/.claude/skills/de-lead-routing/SKILL.md +230 -0
  148. package/templates/.claude/skills/deep-plan/SKILL.md +344 -0
  149. package/templates/.claude/skills/deep-verify/SKILL.md +111 -0
  150. package/templates/.claude/skills/dev-lead-routing/SKILL.md +161 -0
  151. package/templates/.claude/skills/dev-refactor/SKILL.md +234 -0
  152. package/templates/.claude/skills/dev-review/SKILL.md +172 -0
  153. package/templates/.claude/skills/django-best-practices/SKILL.md +334 -0
  154. package/templates/.claude/skills/docker-best-practices/SKILL.md +276 -0
  155. package/templates/.claude/skills/evaluator-optimizer/SKILL.md +421 -0
  156. package/templates/.claude/skills/fastapi-best-practices/SKILL.md +271 -0
  157. package/templates/.claude/skills/fix-refs/SKILL.md +109 -0
  158. package/templates/.claude/skills/flutter-best-practices/SKILL.md +325 -0
  159. package/templates/.claude/skills/gemini-exec/SKILL.md +215 -0
  160. package/templates/.claude/skills/gemini-exec/scripts/gemini-wrapper.cjs +485 -0
  161. package/templates/.claude/skills/go-backend-best-practices/SKILL.md +135 -0
  162. package/templates/.claude/skills/go-best-practices/SKILL.md +204 -0
  163. package/templates/.claude/skills/hada-scout/SKILL.md +92 -0
  164. package/templates/.claude/skills/harness-eval/SKILL.md +95 -0
  165. package/templates/.claude/skills/harness-synthesizer/SKILL.md +145 -0
  166. package/templates/.claude/skills/help/SKILL.md +127 -0
  167. package/templates/.claude/skills/idea/SKILL.md +88 -0
  168. package/templates/.claude/skills/impeccable-design/SKILL.md +173 -0
  169. package/templates/.claude/skills/intent-detection/SKILL.md +293 -0
  170. package/templates/.claude/skills/intent-detection/patterns/agent-triggers.yaml +438 -0
  171. package/templates/.claude/skills/java21-best-practices/SKILL.md +190 -0
  172. package/templates/.claude/skills/jinja2-prompts/SKILL.md +86 -0
  173. package/templates/.claude/skills/kafka-best-practices/SKILL.md +53 -0
  174. package/templates/.claude/skills/kotlin-best-practices/SKILL.md +257 -0
  175. package/templates/.claude/skills/lists/SKILL.md +80 -0
  176. package/templates/.claude/skills/memory-management/SKILL.md +196 -0
  177. package/templates/.claude/skills/memory-recall/SKILL.md +172 -0
  178. package/templates/.claude/skills/memory-save/SKILL.md +128 -0
  179. package/templates/.claude/skills/model-escalation/SKILL.md +62 -0
  180. package/templates/.claude/skills/monitoring-setup/SKILL.md +215 -0
  181. package/templates/.claude/skills/multi-model-verification/SKILL.md +130 -0
  182. package/templates/.claude/skills/npm-audit/SKILL.md +74 -0
  183. package/templates/.claude/skills/npm-publish/SKILL.md +65 -0
  184. package/templates/.claude/skills/npm-version/SKILL.md +104 -0
  185. package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +136 -0
  186. package/templates/.claude/skills/omcodex-feedback/SKILL.md +205 -0
  187. package/templates/.claude/skills/omcodex-improve-report/SKILL.md +65 -0
  188. package/templates/.claude/skills/omcodex-loop/SKILL.md +45 -0
  189. package/templates/.claude/skills/omcodex-release-notes/SKILL.md +117 -0
  190. package/templates/.claude/skills/omcodex-takeover/SKILL.md +115 -0
  191. package/templates/.claude/skills/omcodex-web/SKILL.md +95 -0
  192. package/templates/.claude/skills/optimize-analyze/SKILL.md +57 -0
  193. package/templates/.claude/skills/optimize-bundle/SKILL.md +69 -0
  194. package/templates/.claude/skills/optimize-report/SKILL.md +76 -0
  195. package/templates/.claude/skills/peer-messaging/SKILL.md +59 -0
  196. package/templates/.claude/skills/pipeline/SKILL.md +103 -0
  197. package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +84 -0
  198. package/templates/.claude/skills/pipeline-guards/SKILL.md +173 -0
  199. package/templates/.claude/skills/post-release-followup/SKILL.md +134 -0
  200. package/templates/.claude/skills/postgres-best-practices/SKILL.md +67 -0
  201. package/templates/.claude/skills/pr-auto-improve/SKILL.md +129 -0
  202. package/templates/.claude/skills/professor-triage/SKILL.md +321 -0
  203. package/templates/.claude/skills/python-best-practices/SKILL.md +223 -0
  204. package/templates/.claude/skills/qa-lead-routing/SKILL.md +104 -0
  205. package/templates/.claude/skills/react-best-practices/SKILL.md +102 -0
  206. package/templates/.claude/skills/reasoning-sandwich/SKILL.md +64 -0
  207. package/templates/.claude/skills/redis-best-practices/SKILL.md +84 -0
  208. package/templates/.claude/skills/release-plan/SKILL.md +207 -0
  209. package/templates/.claude/skills/research/SKILL.md +493 -0
  210. package/templates/.claude/skills/result-aggregation/SKILL.md +165 -0
  211. package/templates/.claude/skills/rtk-exec/SKILL.md +199 -0
  212. package/templates/.claude/skills/rtk-exec/scripts/rtk-wrapper.cjs +377 -0
  213. package/templates/.claude/skills/rust-best-practices/SKILL.md +268 -0
  214. package/templates/.claude/skills/sauron-watch/SKILL.md +239 -0
  215. package/templates/.claude/skills/scout/SKILL.md +250 -0
  216. package/templates/.claude/skills/sdd/SKILL.md +24 -0
  217. package/templates/.claude/skills/sdd-dev/SKILL.md +257 -0
  218. package/templates/.claude/skills/sdd-development/SKILL.md +24 -0
  219. package/templates/.claude/skills/secretary-routing/SKILL.md +132 -0
  220. package/templates/.claude/skills/skill-extractor/SKILL.md +155 -0
  221. package/templates/.claude/skills/skills-sh-search/SKILL.md +210 -0
  222. package/templates/.claude/skills/snowflake-best-practices/SKILL.md +66 -0
  223. package/templates/.claude/skills/spark-best-practices/SKILL.md +53 -0
  224. package/templates/.claude/skills/springboot-best-practices/SKILL.md +74 -0
  225. package/templates/.claude/skills/springboot-best-practices/examples/config-properties-example.java +22 -0
  226. package/templates/.claude/skills/springboot-best-practices/examples/controller-example.java +28 -0
  227. package/templates/.claude/skills/springboot-best-practices/examples/controller-test-example.java +33 -0
  228. package/templates/.claude/skills/springboot-best-practices/examples/entity-example.java +22 -0
  229. package/templates/.claude/skills/springboot-best-practices/examples/exception-handler-example.java +30 -0
  230. package/templates/.claude/skills/springboot-best-practices/examples/repository-example.java +17 -0
  231. package/templates/.claude/skills/springboot-best-practices/examples/repository-test-example.java +23 -0
  232. package/templates/.claude/skills/springboot-best-practices/examples/security-config-example.java +27 -0
  233. package/templates/.claude/skills/springboot-best-practices/examples/service-example.java +33 -0
  234. package/templates/.claude/skills/status/SKILL.md +155 -0
  235. package/templates/.claude/skills/structured-dev-cycle/SKILL.md +200 -0
  236. package/templates/.claude/skills/stuck-recovery/SKILL.md +80 -0
  237. package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +100 -0
  238. package/templates/.claude/skills/systematic-debugging/SKILL.md +288 -0
  239. package/templates/.claude/skills/systematic-debugging/condition-based-waiting-example.ts +278 -0
  240. package/templates/.claude/skills/systematic-debugging/condition-based-waiting.md +240 -0
  241. package/templates/.claude/skills/systematic-debugging/defense-in-depth.md +252 -0
  242. package/templates/.claude/skills/systematic-debugging/find-polluter.sh +147 -0
  243. package/templates/.claude/skills/systematic-debugging/root-cause-tracing.md +87 -0
  244. package/templates/.claude/skills/task-decomposition/SKILL.md +197 -0
  245. package/templates/.claude/skills/typescript-best-practices/SKILL.md +322 -0
  246. package/templates/.claude/skills/update-docs/SKILL.md +142 -0
  247. package/templates/.claude/skills/update-external/SKILL.md +169 -0
  248. package/templates/.claude/skills/vercel-deploy/SKILL.md +75 -0
  249. package/templates/.claude/skills/web-design-guidelines/SKILL.md +119 -0
  250. package/templates/.claude/skills/wiki/SKILL.md +426 -0
  251. package/templates/.claude/skills/wiki-rag/SKILL.md +154 -0
  252. package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +165 -0
  253. package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +66 -0
  254. package/templates/.claude/statusline.sh +380 -0
  255. package/templates/.claude/uninstall-hooks.sh +52 -0
  256. package/templates/.github/workflows/wiki-sync.yml +132 -0
  257. package/templates/AGENTS.md.en +255 -0
  258. package/templates/AGENTS.md.ko +255 -0
  259. package/templates/CLAUDE.md +263 -0
  260. package/templates/CLAUDE.md.en +256 -0
  261. package/templates/CLAUDE.md.ko +256 -0
  262. package/templates/deprecated-files.json +10 -0
  263. package/templates/guides/agents-md-quality/README.md +110 -0
  264. package/templates/guides/airflow/README.md +47 -0
  265. package/templates/guides/alembic/README.md +438 -0
  266. package/templates/guides/aws/common-patterns.md +169 -0
  267. package/templates/guides/aws/index.yaml +26 -0
  268. package/templates/guides/aws/well-architected.md +143 -0
  269. package/templates/guides/cc-token-saver/README.md +97 -0
  270. package/templates/guides/claude-code/01-overview.md +42 -0
  271. package/templates/guides/claude-code/03-tools.md +107 -0
  272. package/templates/guides/claude-code/04-agent-skills.md +90 -0
  273. package/templates/guides/claude-code/05-agent-sdk.md +129 -0
  274. package/templates/guides/claude-code/06-mcp.md +165 -0
  275. package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
  276. package/templates/guides/claude-code/08-testing.md +56 -0
  277. package/templates/guides/claude-code/09-guardrails.md +78 -0
  278. package/templates/guides/claude-code/10-monitoring.md +87 -0
  279. package/templates/guides/claude-code/11-sub-agents.md +159 -0
  280. package/templates/guides/claude-code/12-workflow-patterns.md +182 -0
  281. package/templates/guides/claude-code/13-cli-flags.md +151 -0
  282. package/templates/guides/claude-code/index.yaml +61 -0
  283. package/templates/guides/dbt/README.md +32 -0
  284. package/templates/guides/django-best-practices/README.md +476 -0
  285. package/templates/guides/docker/compose-best-practices.md +284 -0
  286. package/templates/guides/docker/dockerfile-best-practices.md +262 -0
  287. package/templates/guides/docker/index.yaml +26 -0
  288. package/templates/guides/drizzle-orm/README.md +69 -0
  289. package/templates/guides/elements-of-style/elements-of-style.html +2609 -0
  290. package/templates/guides/fastapi/best-practices.md +232 -0
  291. package/templates/guides/fastapi/index.yaml +21 -0
  292. package/templates/guides/flutter/architecture.md +141 -0
  293. package/templates/guides/flutter/fundamentals.md +119 -0
  294. package/templates/guides/flutter/index.yaml +44 -0
  295. package/templates/guides/flutter/performance.md +119 -0
  296. package/templates/guides/flutter/security.md +120 -0
  297. package/templates/guides/flutter/state-management.md +144 -0
  298. package/templates/guides/flutter/testing.md +155 -0
  299. package/templates/guides/git-worktree-workflow/README.md +138 -0
  300. package/templates/guides/go-backend/index.yaml +26 -0
  301. package/templates/guides/go-backend/project-layout.md +243 -0
  302. package/templates/guides/go-backend/uber-style.md +212 -0
  303. package/templates/guides/golang/concurrency.md +282 -0
  304. package/templates/guides/golang/effective-go.md +309 -0
  305. package/templates/guides/golang/error-handling.md +250 -0
  306. package/templates/guides/golang/index.yaml +27 -0
  307. package/templates/guides/hook-data-flow/README.md +135 -0
  308. package/templates/guides/iceberg/README.md +49 -0
  309. package/templates/guides/impeccable-design/color-and-contrast.md +278 -0
  310. package/templates/guides/impeccable-design/index.yaml +12 -0
  311. package/templates/guides/impeccable-design/motion-design.md +390 -0
  312. package/templates/guides/impeccable-design/typography.md +386 -0
  313. package/templates/guides/impeccable-design/ux-writing.md +400 -0
  314. package/templates/guides/index.yaml +265 -0
  315. package/templates/guides/java21/index.yaml +29 -0
  316. package/templates/guides/java21/java-style-guide.md +248 -0
  317. package/templates/guides/java21/modern-java21.md +303 -0
  318. package/templates/guides/kafka/README.md +32 -0
  319. package/templates/guides/kotlin/coding-conventions.md +247 -0
  320. package/templates/guides/kotlin/idioms.md +234 -0
  321. package/templates/guides/kotlin/index.yaml +26 -0
  322. package/templates/guides/multi-model-routing/README.md +101 -0
  323. package/templates/guides/multi-provider-exec/README.md +83 -0
  324. package/templates/guides/postgres/README.md +58 -0
  325. package/templates/guides/python/index.yaml +26 -0
  326. package/templates/guides/python/pep8-style-guide.md +202 -0
  327. package/templates/guides/python/zen-of-python.md +79 -0
  328. package/templates/guides/redis/README.md +50 -0
  329. package/templates/guides/rust/error-handling.md +262 -0
  330. package/templates/guides/rust/index.yaml +26 -0
  331. package/templates/guides/rust/ownership.md +180 -0
  332. package/templates/guides/skill-bundle-design/README.md +106 -0
  333. package/templates/guides/slack-cli/README.md +145 -0
  334. package/templates/guides/snowflake/README.md +32 -0
  335. package/templates/guides/spark/README.md +32 -0
  336. package/templates/guides/springboot/best-practices.md +361 -0
  337. package/templates/guides/springboot/index.yaml +22 -0
  338. package/templates/guides/supabase-postgres/README.md +32 -0
  339. package/templates/guides/supabase-postgres/index.yaml +19 -0
  340. package/templates/guides/typescript/advanced-types.md +225 -0
  341. package/templates/guides/typescript/index.yaml +26 -0
  342. package/templates/guides/typescript/type-system.md +219 -0
  343. package/templates/guides/web-design/accessibility.md +66 -0
  344. package/templates/guides/web-design/index.yaml +20 -0
  345. package/templates/guides/web-design/performance.md +102 -0
  346. package/templates/guides/web-scraping/README.md +926 -0
  347. package/templates/guides/web-scraping/index.yaml +19 -0
  348. package/templates/guides/worktree-lifecycle/README.md +104 -0
  349. package/templates/index.yaml +18 -0
  350. package/templates/manifest.json +49 -0
  351. package/templates/workflows/auto-dev.yaml +46 -0
@@ -0,0 +1,575 @@
1
+ # Auto-generated from templates/.claude/skills/
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
+ # Skill class hierarchy
7
+ classes:
8
+ RoutingSkill:
9
+ skills: [secretary-routing, dev-lead-routing, de-lead-routing, qa-lead-routing]
10
+ description: "Route tasks to appropriate agents"
11
+
12
+ BestPracticeSkill:
13
+ skills: [
14
+ go-best-practices, python-best-practices, rust-best-practices,
15
+ kotlin-best-practices, typescript-best-practices, react-best-practices,
16
+ flutter-best-practices, fastapi-best-practices, springboot-best-practices,
17
+ go-backend-best-practices, docker-best-practices, aws-best-practices,
18
+ postgres-best-practices, redis-best-practices, supabase-postgres-best-practices,
19
+ airflow-best-practices, dbt-best-practices, kafka-best-practices,
20
+ spark-best-practices, snowflake-best-practices, pipeline-architecture-patterns
21
+ ]
22
+ description: "Language/framework best practices and architecture patterns"
23
+
24
+ ManagementSkill:
25
+ skills: [create-agent, update-docs, update-external, audit-agents, fix-refs, claude-code-bible]
26
+ description: "Agent and project management"
27
+
28
+ OptimizationSkill:
29
+ skills: [optimize-analyze, optimize-bundle, optimize-report]
30
+ description: "Performance optimization"
31
+
32
+ MemorySkill:
33
+ skills: [memory-save, memory-recall, memory-management]
34
+ description: "Memory persistence operations"
35
+
36
+ PackageSkill:
37
+ skills: [npm-publish, npm-version, npm-audit]
38
+ description: "Package management"
39
+
40
+ DevelopmentSkill:
41
+ skills: [dev-review, dev-refactor]
42
+ description: "Code review and refactoring"
43
+
44
+ SystemSkill:
45
+ skills: [status, help, lists]
46
+ description: "System information and utilities"
47
+
48
+ VerificationSkill:
49
+ skills: [sauron-watch]
50
+ description: "Verification and compliance"
51
+
52
+ IntentSkill:
53
+ skills: [intent-detection, result-aggregation]
54
+ description: "Intent analysis and result processing"
55
+
56
+ DeploymentSkill:
57
+ skills: [vercel-deploy]
58
+ description: "Deployment automation"
59
+
60
+ WritingSkill:
61
+ skills: [writing-clearly-and-concisely, web-design-guidelines]
62
+ description: "Writing quality and UI/UX guidelines"
63
+
64
+ MonitoringSkill:
65
+ skills: [monitoring-setup]
66
+ description: "Monitoring configuration"
67
+
68
+ ExternalSkillSourceSkill:
69
+ skills: [skills-sh-search]
70
+ description: "External skill marketplace discovery and installation"
71
+
72
+ # Skill instances
73
+ skills:
74
+ airflow-best-practices:
75
+ class: BestPracticeSkill
76
+ description: "Apache Airflow best practices for DAG authoring, testing, and production deployment"
77
+ user_invocable: false
78
+ model_invocable: true
79
+ summary: "Best practices for Airflow DAG authoring, scheduling, testing, and production deployment"
80
+ keywords: [airflow, dag, scheduling, orchestration, testing, performance]
81
+ rule_references: []
82
+
83
+ audit-agents:
84
+ class: ManagementSkill
85
+ description: "Audit agent dependencies and references"
86
+ user_invocable: true
87
+ model_invocable: true
88
+ scope: harness
89
+ summary: "Audit agent dependencies to ensure all skill and guide references are valid"
90
+ keywords: [audit, dependencies, validation, references]
91
+ rule_references: []
92
+
93
+ aws-best-practices:
94
+ class: BestPracticeSkill
95
+ description: "AWS patterns from Well-Architected Framework"
96
+ user_invocable: false
97
+ model_invocable: true
98
+ summary: "AWS Well-Architected Framework patterns for scalable, secure cloud infrastructure"
99
+ keywords: [aws, cloud, well-architected, security, performance, cost]
100
+ rule_references: []
101
+
102
+ claude-code-bible:
103
+ class: ManagementSkill
104
+ description: "Fetch and verify Claude Code official documentation. Use when checking official spec compliance or updating local reference docs."
105
+ user_invocable: true
106
+ model_invocable: false
107
+ scope: harness
108
+ summary: "Maintain up-to-date local copies of Claude Code official documentation"
109
+ keywords: [claude-code, documentation, spec, compliance, verification]
110
+ rule_references: []
111
+
112
+ create-agent:
113
+ class: ManagementSkill
114
+ description: "Create a new agent with complete structure"
115
+ user_invocable: true
116
+ model_invocable: false
117
+ scope: harness
118
+ summary: "Create a new agent with complete directory structure and validation"
119
+ keywords: [create, agent, structure, validation]
120
+ rule_references: []
121
+
122
+ dbt-best-practices:
123
+ class: BestPracticeSkill
124
+ description: "dbt best practices for SQL modeling, testing, and analytics engineering workflows"
125
+ user_invocable: false
126
+ model_invocable: true
127
+ summary: "Best practices for dbt project structure, modeling, testing, and documentation"
128
+ keywords: [dbt, sql, modeling, testing, analytics-engineering]
129
+ rule_references: []
130
+
131
+ de-lead-routing:
132
+ class: RoutingSkill
133
+ description: "Routes data engineering tasks to the correct DE expert agent. Use when user requests data pipeline design, DAG authoring, SQL modeling, stream processing, or warehouse optimization."
134
+ user_invocable: false
135
+ model_invocable: true
136
+ summary: "Routes data engineering tasks to appropriate DE expert agents"
137
+ keywords: [routing, data-engineering, pipeline, airflow, dbt, spark, kafka, snowflake]
138
+ routes_to: [de-airflow-expert, de-dbt-expert, de-spark-expert, de-kafka-expert, de-snowflake-expert, de-pipeline-expert]
139
+ rule_references: [R009]
140
+
141
+ dev-lead-routing:
142
+ class: RoutingSkill
143
+ description: "Routes development tasks to the correct language or framework expert agent. Use when user requests code review, implementation, refactoring, or debugging."
144
+ user_invocable: false
145
+ model_invocable: true
146
+ summary: "Routes development tasks to appropriate language or framework expert agents"
147
+ keywords: [routing, development, code-review, implementation, refactoring]
148
+ routes_to: [
149
+ lang-golang-expert, lang-python-expert, lang-rust-expert, lang-kotlin-expert,
150
+ lang-typescript-expert, lang-java21-expert, fe-vercel-agent, fe-vuejs-agent,
151
+ fe-svelte-agent, fe-flutter-agent, be-fastapi-expert, be-springboot-expert,
152
+ be-go-backend-expert, be-nestjs-expert, be-express-expert, tool-npm-expert,
153
+ tool-optimizer, tool-bun-expert, db-supabase-expert, db-postgres-expert,
154
+ db-redis-expert, arch-documenter, arch-speckit-agent, infra-docker-expert,
155
+ infra-aws-expert
156
+ ]
157
+ rule_references: []
158
+
159
+ dev-refactor:
160
+ class: DevelopmentSkill
161
+ description: "Refactor code for better structure and patterns"
162
+ user_invocable: true
163
+ model_invocable: true
164
+ summary: "Refactor code using language-specific expert agents for better structure and patterns"
165
+ keywords: [refactor, structure, patterns, naming, complexity]
166
+ rule_references: []
167
+
168
+ dev-review:
169
+ class: DevelopmentSkill
170
+ description: "Review code against language-specific best practices"
171
+ user_invocable: true
172
+ model_invocable: true
173
+ summary: "Review code for best practices using language-specific expert agents"
174
+ keywords: [review, code-review, best-practices, quality]
175
+ rule_references: []
176
+
177
+ docker-best-practices:
178
+ class: BestPracticeSkill
179
+ description: "Docker patterns for optimized containerization"
180
+ user_invocable: false
181
+ model_invocable: true
182
+ summary: "Docker patterns for building optimized and secure container images"
183
+ keywords: [docker, container, multi-stage, security, optimization]
184
+ rule_references: []
185
+
186
+ fastapi-best-practices:
187
+ class: BestPracticeSkill
188
+ description: "FastAPI patterns for high-performance async APIs"
189
+ user_invocable: false
190
+ model_invocable: true
191
+ summary: "FastAPI patterns for building high-performance async APIs with Python"
192
+ keywords: [fastapi, python, async, api, performance]
193
+ rule_references: []
194
+
195
+ flutter-best-practices:
196
+ class: BestPracticeSkill
197
+ description: "Flutter/Dart best practices for widget composition, state management (Riverpod, BLoC), and cross-platform performance optimization"
198
+ user_invocable: false
199
+ model_invocable: true
200
+ summary: "Flutter/Dart best practices for widget composition, state management, and cross-platform mobile/desktop development"
201
+ keywords: [flutter, dart, riverpod, bloc, widget, cross-platform, mobile, performance]
202
+ rule_references: []
203
+
204
+ fix-refs:
205
+ class: ManagementSkill
206
+ description: "Fix broken agent references and symlinks"
207
+ user_invocable: true
208
+ model_invocable: false
209
+ scope: harness
210
+ summary: "Fix broken references, missing symlinks, and agent dependency issues"
211
+ keywords: [fix, references, symlinks, dependencies]
212
+ rule_references: []
213
+
214
+ go-backend-best-practices:
215
+ class: BestPracticeSkill
216
+ description: "Go backend patterns from Uber style and standard layout"
217
+ user_invocable: false
218
+ model_invocable: true
219
+ summary: "Go backend patterns for building production-ready services"
220
+ keywords: [go, golang, backend, uber-style, standard-layout]
221
+ rule_references: []
222
+
223
+ go-best-practices:
224
+ class: BestPracticeSkill
225
+ description: "Idiomatic Go patterns from Effective Go"
226
+ user_invocable: false
227
+ model_invocable: true
228
+ summary: "Idiomatic Go patterns and best practices from official documentation"
229
+ keywords: [go, golang, effective-go, formatting, naming, concurrency]
230
+ rule_references: []
231
+
232
+ help:
233
+ class: SystemSkill
234
+ description: "Show help information for commands and system"
235
+ user_invocable: true
236
+ model_invocable: true
237
+ scope: harness
238
+ summary: "Show help information for commands, agents, and system rules"
239
+ keywords: [help, documentation, commands, agents, rules]
240
+ rule_references: []
241
+
242
+ intent-detection:
243
+ class: IntentSkill
244
+ description: "Automatically detect user intent and route to appropriate agent"
245
+ user_invocable: false
246
+ model_invocable: true
247
+ summary: "Detect user intent and route to appropriate agent with transparency"
248
+ keywords: [intent, detection, routing, confidence, transparency]
249
+ rule_references: [R015]
250
+
251
+ kafka-best-practices:
252
+ class: BestPracticeSkill
253
+ description: "Apache Kafka best practices for event streaming, topic design, and producer-consumer patterns"
254
+ user_invocable: false
255
+ model_invocable: true
256
+ summary: "Best practices for Kafka producer-consumer patterns, topic design, and performance"
257
+ keywords: [kafka, streaming, event, producer, consumer, performance]
258
+ rule_references: []
259
+
260
+ kotlin-best-practices:
261
+ class: BestPracticeSkill
262
+ description: "Idiomatic Kotlin patterns from JetBrains conventions"
263
+ user_invocable: false
264
+ model_invocable: true
265
+ summary: "Idiomatic Kotlin patterns and best practices from official JetBrains documentation"
266
+ keywords: [kotlin, jetbrains, naming, null-safety, coroutines]
267
+ rule_references: []
268
+
269
+ lists:
270
+ class: SystemSkill
271
+ description: "Show all available commands"
272
+ user_invocable: true
273
+ model_invocable: true
274
+ scope: harness
275
+ summary: "Show all available commands with optional filtering and detailed information"
276
+ keywords: [lists, commands, categories, system]
277
+ rule_references: []
278
+
279
+ memory-management:
280
+ class: MemorySkill
281
+ description: "Memory persistence operations using claude-mem"
282
+ user_invocable: false
283
+ model_invocable: true
284
+ summary: "Provide memory persistence operations using claude-mem for session context"
285
+ keywords: [memory, claude-mem, persistence, session, context]
286
+ rule_references: [R011]
287
+
288
+ memory-recall:
289
+ class: MemorySkill
290
+ description: "Search and recall memories from claude-mem"
291
+ user_invocable: true
292
+ model_invocable: true
293
+ summary: "Search and recall relevant memories from claude-mem using semantic search"
294
+ keywords: [memory, recall, search, semantic, claude-mem]
295
+ rule_references: [R011]
296
+
297
+ memory-save:
298
+ class: MemorySkill
299
+ description: "Save current session context to claude-mem"
300
+ user_invocable: true
301
+ model_invocable: false
302
+ summary: "Save current session context to claude-mem for persistence across compaction"
303
+ keywords: [memory, save, session, context, claude-mem]
304
+ rule_references: [R011]
305
+
306
+ monitoring-setup:
307
+ class: MonitoringSkill
308
+ description: "Enable/disable OpenTelemetry console monitoring for Claude Code usage tracking"
309
+ user_invocable: true
310
+ model_invocable: true
311
+ scope: package
312
+ summary: "Enable or disable OpenTelemetry console monitoring for usage metrics"
313
+ keywords: [monitoring, telemetry, otel, metrics, usage]
314
+ rule_references: []
315
+
316
+ npm-audit:
317
+ class: PackageSkill
318
+ description: "Audit npm dependencies for security and updates"
319
+ user_invocable: true
320
+ model_invocable: true
321
+ scope: package
322
+ summary: "Audit npm dependencies for security vulnerabilities and outdated packages"
323
+ keywords: [npm, audit, security, dependencies, vulnerabilities]
324
+ rule_references: []
325
+
326
+ npm-publish:
327
+ class: PackageSkill
328
+ description: "Publish package to npm registry with pre-checks"
329
+ user_invocable: true
330
+ model_invocable: false
331
+ scope: package
332
+ summary: "Publish package to npm registry with comprehensive pre-publish checks"
333
+ keywords: [npm, publish, package, registry, validation]
334
+ rule_references: []
335
+
336
+ npm-version:
337
+ class: PackageSkill
338
+ description: "Manage semantic versions for npm packages"
339
+ user_invocable: true
340
+ model_invocable: false
341
+ scope: package
342
+ summary: "Manage semantic versions for npm packages with changelog and git integration"
343
+ keywords: [npm, version, semantic, changelog, git]
344
+ rule_references: []
345
+
346
+ optimize-analyze:
347
+ class: OptimizationSkill
348
+ description: "Analyze bundle size and performance metrics"
349
+ user_invocable: true
350
+ model_invocable: true
351
+ summary: "Analyze bundle size and performance metrics for web applications"
352
+ keywords: [optimize, analyze, bundle, performance, metrics]
353
+ rule_references: []
354
+
355
+ optimize-bundle:
356
+ class: OptimizationSkill
357
+ description: "Apply bundle size optimizations"
358
+ user_invocable: true
359
+ model_invocable: false
360
+ summary: "Apply bundle size optimizations to reduce build output and improve performance"
361
+ keywords: [optimize, bundle, size, performance, build]
362
+ rule_references: []
363
+
364
+ optimize-report:
365
+ class: OptimizationSkill
366
+ description: "Generate comprehensive optimization report"
367
+ user_invocable: true
368
+ model_invocable: true
369
+ summary: "Generate comprehensive optimization report with analysis, metrics, and recommendations"
370
+ keywords: [optimize, report, analysis, metrics, recommendations]
371
+ rule_references: []
372
+
373
+ pipeline-architecture-patterns:
374
+ class: BestPracticeSkill
375
+ description: "Data pipeline architecture patterns for ETL/ELT design, orchestration, and data quality frameworks"
376
+ user_invocable: false
377
+ model_invocable: true
378
+ summary: "Architecture patterns for ETL/ELT pipelines, orchestration, and data quality"
379
+ keywords: [pipeline, architecture, etl, elt, orchestration, data-quality]
380
+ rule_references: []
381
+
382
+ postgres-best-practices:
383
+ class: BestPracticeSkill
384
+ description: "PostgreSQL best practices for database design, query optimization, and performance tuning"
385
+ user_invocable: false
386
+ model_invocable: true
387
+ summary: "PostgreSQL best practices for query optimization, indexing, and performance tuning"
388
+ keywords: [postgres, postgresql, database, optimization, performance]
389
+ rule_references: []
390
+
391
+ python-best-practices:
392
+ class: BestPracticeSkill
393
+ description: "Pythonic patterns from PEP 8 and PEP 20"
394
+ user_invocable: false
395
+ model_invocable: true
396
+ summary: "Idiomatic Python patterns and best practices from official Python documentation"
397
+ keywords: [python, pep8, pep20, zen, idioms]
398
+ rule_references: []
399
+
400
+ qa-lead-routing:
401
+ class: RoutingSkill
402
+ description: "Coordinates QA workflow across planning, writing, and execution agents. Use when user requests testing, quality assurance, or test documentation."
403
+ user_invocable: false
404
+ model_invocable: true
405
+ summary: "Coordinates QA team activities by routing tasks to qa-planner, qa-writer, and qa-engineer"
406
+ keywords: [routing, qa, testing, quality-assurance, coordination]
407
+ routes_to: [qa-planner, qa-writer, qa-engineer]
408
+ rule_references: []
409
+
410
+ react-best-practices:
411
+ class: BestPracticeSkill
412
+ description: "React/Next.js performance optimization with 40+ rules in 8 categories"
413
+ user_invocable: false
414
+ model_invocable: true
415
+ summary: "React/Next.js performance optimization patterns and best practices"
416
+ keywords: [react, nextjs, performance, optimization, bundle]
417
+ rule_references: []
418
+
419
+ redis-best-practices:
420
+ class: BestPracticeSkill
421
+ description: "Redis best practices for caching, data structures, and in-memory data architecture"
422
+ user_invocable: false
423
+ model_invocable: true
424
+ summary: "Redis best practices for caching patterns, data structures, and performance"
425
+ keywords: [redis, cache, data-structures, in-memory, performance]
426
+ rule_references: []
427
+
428
+ result-aggregation:
429
+ class: IntentSkill
430
+ description: "Aggregate parallel agent results into concise output"
431
+ user_invocable: false
432
+ model_invocable: true
433
+ summary: "Aggregate and format results from multiple parallel agent executions"
434
+ keywords: [aggregation, parallel, batch, results, ecomode]
435
+ rule_references: [R009, R013]
436
+
437
+ rust-best-practices:
438
+ class: BestPracticeSkill
439
+ description: "Idiomatic Rust patterns from official guidelines"
440
+ user_invocable: false
441
+ model_invocable: true
442
+ summary: "Idiomatic Rust patterns and best practices from official documentation"
443
+ keywords: [rust, ownership, borrowing, safety, concurrency]
444
+ rule_references: []
445
+
446
+ skills-sh-search:
447
+ class: ExternalSkillSourceSkill
448
+ description: "Search and install skills from skills.sh marketplace when internal skills are insufficient"
449
+ user_invocable: true
450
+ model_invocable: true
451
+ summary: "Search skills.sh marketplace for external skills and install them into the project"
452
+ keywords: [skills-sh, marketplace, external, install, search, discover, npx]
453
+ rule_references: [R003, R006]
454
+
455
+ sauron-watch:
456
+ class: VerificationSkill
457
+ description: "Full R017 verification (5+3 rounds) before commit"
458
+ user_invocable: true
459
+ model_invocable: false
460
+ scope: harness
461
+ summary: "Execute full R017 verification with 5 rounds of manager verification and 3 rounds of deep review"
462
+ keywords: [verification, r017, sync, validation, compliance]
463
+ rule_references: [R017]
464
+
465
+ secretary-routing:
466
+ class: RoutingSkill
467
+ description: "Routes agent management tasks to the correct manager agent. Use when user requests agent creation, updates, audits, git operations, sync checks, or verification."
468
+ user_invocable: false
469
+ model_invocable: true
470
+ summary: "Routes agent management tasks to appropriate manager agents"
471
+ keywords: [routing, management, agent-creation, git, memory, verification]
472
+ routes_to: [mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sauron, mgr-claude-code-bible, sys-memory-keeper, sys-naggy]
473
+ rule_references: []
474
+
475
+ snowflake-best-practices:
476
+ class: BestPracticeSkill
477
+ description: "Snowflake best practices for cloud data warehouse design, query optimization, and cost management"
478
+ user_invocable: false
479
+ model_invocable: true
480
+ summary: "Snowflake best practices for warehouse design, query optimization, and cost management"
481
+ keywords: [snowflake, warehouse, clustering, optimization, cost]
482
+ rule_references: []
483
+
484
+ spark-best-practices:
485
+ class: BestPracticeSkill
486
+ description: "Apache Spark best practices for PySpark and Scala distributed data processing"
487
+ user_invocable: false
488
+ model_invocable: true
489
+ summary: "Apache Spark best practices for performance optimization and resource management"
490
+ keywords: [spark, pyspark, distributed, performance, optimization]
491
+ rule_references: []
492
+
493
+ springboot-best-practices:
494
+ class: BestPracticeSkill
495
+ description: "Spring Boot patterns for enterprise Java applications"
496
+ user_invocable: false
497
+ model_invocable: true
498
+ summary: "Spring Boot patterns for enterprise Java applications with layered architecture"
499
+ keywords: [springboot, java, enterprise, dependency-injection, rest]
500
+ rule_references: []
501
+
502
+ status:
503
+ class: SystemSkill
504
+ description: "Show system status and health checks"
505
+ user_invocable: true
506
+ model_invocable: true
507
+ scope: harness
508
+ summary: "Show comprehensive system status including agents, skills, guides, and health checks"
509
+ keywords: [status, health, system, agents, skills]
510
+ rule_references: []
511
+
512
+ supabase-postgres-best-practices:
513
+ class: BestPracticeSkill
514
+ description: "PostgreSQL performance optimization guidelines from Supabase. Apply when writing SQL, designing schemas, configuring RLS, or optimizing database performance."
515
+ user_invocable: false
516
+ model_invocable: true
517
+ summary: "Supabase PostgreSQL best practices for query performance, RLS, and schema design"
518
+ keywords: [supabase, postgres, postgresql, rls, performance, security]
519
+ rule_references: []
520
+
521
+ typescript-best-practices:
522
+ class: BestPracticeSkill
523
+ description: "Type-safe TypeScript patterns from industry standards"
524
+ user_invocable: false
525
+ model_invocable: true
526
+ summary: "Type-safe TypeScript patterns and best practices from industry standards"
527
+ keywords: [typescript, type-safety, strict-mode, interfaces, generics]
528
+ rule_references: []
529
+
530
+ update-docs:
531
+ class: ManagementSkill
532
+ description: "Sync documentation with project structure"
533
+ user_invocable: true
534
+ model_invocable: false
535
+ scope: harness
536
+ summary: "Ensure documentation accurately reflects current project state and agents work together"
537
+ keywords: [update, documentation, sync, validation, consistency]
538
+ rule_references: []
539
+
540
+ update-external:
541
+ class: ManagementSkill
542
+ description: "Update agents from external sources (GitHub, docs, etc.)"
543
+ user_invocable: true
544
+ model_invocable: false
545
+ scope: harness
546
+ summary: "Update agents, skills, and guides from external sources to latest versions"
547
+ keywords: [update, external, github, sources, versioning]
548
+ rule_references: []
549
+
550
+ vercel-deploy:
551
+ class: DeploymentSkill
552
+ description: "Deploy applications to Vercel with auto-detection and preview URLs"
553
+ user_invocable: true
554
+ model_invocable: true
555
+ summary: "Deploy applications to Vercel with framework auto-detection and preview URLs"
556
+ keywords: [vercel, deploy, deployment, preview, framework]
557
+ rule_references: []
558
+
559
+ web-design-guidelines:
560
+ class: WritingSkill
561
+ description: "UI code review with 100+ rules for accessibility, performance, and UX"
562
+ user_invocable: false
563
+ model_invocable: true
564
+ summary: "UI code review guidelines for accessibility, performance, and UX best practices"
565
+ keywords: [ui, accessibility, ux, performance, design]
566
+ rule_references: []
567
+
568
+ writing-clearly-and-concisely:
569
+ class: WritingSkill
570
+ description: "Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional."
571
+ user_invocable: true
572
+ model_invocable: true
573
+ summary: "Apply Strunk's Elements of Style rules to improve clarity and conciseness in writing"
574
+ keywords: [writing, clarity, conciseness, elements-of-style, strunk]
575
+ rule_references: []
@@ -0,0 +1,42 @@
1
+ # [MAY] Optimization Guide
2
+
3
+ > **Priority**: MAY | **ID**: R005
4
+
5
+ ## Efficiency
6
+
7
+ | Strategy | When | Example |
8
+ |----------|------|---------|
9
+ | Parallel | 3+ independent I/O tasks | Read multiple files simultaneously |
10
+ | Caching | Same data accessed repeatedly | Cache file contents, reuse search results |
11
+ | Lazy Loading | Large datasets, partial use | Read only needed files, stream results |
12
+
13
+ ## Token Optimization
14
+
15
+ - Include only necessary info, remove duplicates, use summaries
16
+ - Concise expressions, minimize code blocks, no unnecessary repetition
17
+
18
+ ## Task Optimization
19
+
20
+ - **Batch**: Group similar tasks (edit 10 files at once)
21
+ - **Incremental**: Process only changed parts
22
+
23
+ ## When to Optimize
24
+
25
+ | Do | Don't |
26
+ |----|-------|
27
+ | Repetitive tasks, clear bottleneck, measurable gain | One-time tasks, already fast, complexity > benefit |
28
+
29
+ Readability > Optimization. No optimization without measurement.
30
+
31
+ ## Context Optimization via HTML Comments (v2.1.72+)
32
+
33
+ HTML comments in all auto-injected .md files (AGENTS.md and rules/*.md) are hidden from the model during auto-injection but visible via Read tool.
34
+
35
+ | Use Case | Example |
36
+ |----------|---------|
37
+ | Metadata tags | `<!-- agents: 44, skills: 74 -->` in AGENTS.md |
38
+ | Validation checksums | `<!-- validate-docs: hash=abc123 -->` in AGENTS.md |
39
+ | Conditional context | `<!-- detailed-architecture: see guides/architecture/ -->` in AGENTS.md |
40
+ | Rule detail hiding | `<!-- DETAIL: Self-Check ... -->` in rules/*.md |
41
+
42
+ **Rule**: Move model-unnecessary metadata into HTML comments to reduce context token usage. Keep actionable instructions as visible text.