codeforge-dev 1.13.0 → 1.14.2

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 (148) hide show
  1. package/.devcontainer/CHANGELOG.md +146 -4
  2. package/.devcontainer/CLAUDE.md +61 -276
  3. package/.devcontainer/README.md +1 -1
  4. package/.devcontainer/config/defaults/ccstatusline-settings.json +147 -0
  5. package/.devcontainer/config/defaults/main-system-prompt.md +6 -1
  6. package/.devcontainer/config/defaults/rules/spec-workflow.md +1 -55
  7. package/.devcontainer/config/file-manifest.json +14 -0
  8. package/.devcontainer/devcontainer.json +19 -1
  9. package/.devcontainer/docs/optional-features.md +0 -65
  10. package/.devcontainer/docs/plugins.md +38 -23
  11. package/.devcontainer/features/ast-grep/devcontainer-feature.json +0 -1
  12. package/.devcontainer/features/biome/install.sh +13 -0
  13. package/.devcontainer/features/ccburn/devcontainer-feature.json +0 -6
  14. package/.devcontainer/features/ccms/devcontainer-feature.json +0 -1
  15. package/.devcontainer/features/ccms/install.sh +1 -1
  16. package/.devcontainer/features/ccstatusline/devcontainer-feature.json +0 -1
  17. package/.devcontainer/features/ccstatusline/install.sh +17 -115
  18. package/.devcontainer/features/ccusage/devcontainer-feature.json +0 -6
  19. package/.devcontainer/features/chromaterm/README.md +42 -0
  20. package/.devcontainer/features/chromaterm/chromaterm.yml +35 -0
  21. package/.devcontainer/features/chromaterm/devcontainer-feature.json +22 -0
  22. package/.devcontainer/features/chromaterm/install.sh +113 -0
  23. package/.devcontainer/features/claude-monitor/devcontainer-feature.json +0 -6
  24. package/.devcontainer/features/claude-session-dashboard/README.md +2 -2
  25. package/.devcontainer/features/claude-session-dashboard/devcontainer-feature.json +2 -4
  26. package/.devcontainer/features/claude-session-dashboard/install.sh +2 -2
  27. package/.devcontainer/features/kitty-terminfo/README.md +32 -0
  28. package/.devcontainer/features/kitty-terminfo/devcontainer-feature.json +13 -0
  29. package/.devcontainer/features/kitty-terminfo/install.sh +72 -0
  30. package/.devcontainer/features/lsp-servers/devcontainer-feature.json +0 -1
  31. package/.devcontainer/features/mcp-qdrant/devcontainer-feature.json +0 -7
  32. package/.devcontainer/features/shellcheck/install.sh +6 -2
  33. package/.devcontainer/features/tree-sitter/devcontainer-feature.json +0 -7
  34. package/.devcontainer/plugins/devs-marketplace/.claude-plugin/marketplace.json +37 -69
  35. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/.claude-plugin/plugin.json +0 -1
  36. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/README.md +197 -0
  37. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/architect.md +3 -1
  38. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/bash-exec.md +3 -0
  39. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/claude-guide.md +4 -1
  40. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/debug-logs.md +6 -1
  41. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/dependency-analyst.md +5 -1
  42. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/doc-writer.md +4 -1
  43. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/explorer.md +3 -1
  44. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/generalist.md +9 -1
  45. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/git-archaeologist.md +3 -0
  46. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/migrator.md +4 -1
  47. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/perf-profiler.md +4 -1
  48. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/refactorer.md +5 -1
  49. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/researcher.md +5 -1
  50. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/security-auditor.md +4 -1
  51. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/spec-writer.md +3 -1
  52. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/statusline-config.md +4 -1
  53. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/agents/test-writer.md +4 -1
  54. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/hooks/hooks.json +23 -1
  55. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/guard-readonly-bash.py +2 -2
  56. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/inject-cwd.py +7 -4
  57. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/task-completed-check.py +166 -0
  58. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/teammate-idle-check.py +81 -0
  59. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/verify-no-regression.py +14 -10
  60. package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/scripts/verify-tests-pass.py +2 -14
  61. package/.devcontainer/plugins/devs-marketplace/plugins/auto-code-quality/README.md +17 -31
  62. package/.devcontainer/plugins/devs-marketplace/plugins/auto-code-quality/hooks/hooks.json +5 -1
  63. package/.devcontainer/plugins/devs-marketplace/plugins/auto-code-quality/scripts/advisory-test-runner.py +9 -8
  64. package/.devcontainer/plugins/devs-marketplace/plugins/codeforge-lsp/README.md +28 -0
  65. package/.devcontainer/plugins/devs-marketplace/plugins/dangerous-command-blocker/README.md +28 -0
  66. package/.devcontainer/plugins/devs-marketplace/plugins/dangerous-command-blocker/scripts/block-dangerous.py +2 -2
  67. package/.devcontainer/plugins/devs-marketplace/plugins/notify-hook/README.md +28 -0
  68. package/.devcontainer/plugins/devs-marketplace/plugins/notify-hook/hooks/hooks.json +0 -1
  69. package/.devcontainer/plugins/devs-marketplace/plugins/protected-files-guard/README.md +28 -0
  70. package/.devcontainer/plugins/devs-marketplace/plugins/protected-files-guard/scripts/guard-protected-bash.py +1 -1
  71. package/.devcontainer/plugins/devs-marketplace/plugins/protected-files-guard/scripts/guard-protected.py +2 -2
  72. package/.devcontainer/plugins/devs-marketplace/plugins/session-context/.claude-plugin/plugin.json +0 -1
  73. package/.devcontainer/plugins/devs-marketplace/plugins/session-context/README.md +140 -0
  74. package/.devcontainer/plugins/devs-marketplace/plugins/session-context/hooks/hooks.json +0 -1
  75. package/.devcontainer/plugins/devs-marketplace/plugins/session-context/scripts/commit-reminder.py +3 -2
  76. package/.devcontainer/plugins/devs-marketplace/plugins/session-context/scripts/git-state-injector.py +18 -2
  77. package/.devcontainer/plugins/devs-marketplace/plugins/session-context/scripts/todo-harvester.py +9 -1
  78. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/.claude-plugin/plugin.json +0 -1
  79. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/README.md +158 -0
  80. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/hooks/hooks.json +1 -14
  81. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/scripts/skill-suggester.py +189 -100
  82. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/api-design/SKILL.md +9 -6
  83. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/ast-grep-patterns/SKILL.md +7 -6
  84. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/claude-agent-sdk/SKILL.md +8 -8
  85. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/claude-code-headless/SKILL.md +8 -9
  86. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/debugging/SKILL.md +11 -7
  87. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/dependency-management/SKILL.md +10 -6
  88. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/docker/SKILL.md +8 -8
  89. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/docker-py/SKILL.md +9 -7
  90. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/documentation-patterns/SKILL.md +7 -6
  91. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/fastapi/SKILL.md +9 -8
  92. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/git-forensics/SKILL.md +11 -9
  93. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/migration-patterns/SKILL.md +7 -6
  94. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/performance-profiling/SKILL.md +10 -8
  95. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/pydantic-ai/SKILL.md +8 -7
  96. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/refactoring-patterns/SKILL.md +9 -8
  97. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/security-checklist/SKILL.md +9 -8
  98. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/skill-building/SKILL.md +7 -7
  99. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/sqlite/SKILL.md +9 -7
  100. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/svelte5/SKILL.md +7 -8
  101. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/team/SKILL.md +71 -5
  102. package/.devcontainer/plugins/devs-marketplace/plugins/skill-engine/skills/testing/SKILL.md +10 -7
  103. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/.claude-plugin/plugin.json +0 -1
  104. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/README.md +192 -0
  105. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/hooks/hooks.json +0 -1
  106. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/scripts/spec-reminder.py +3 -2
  107. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-build/SKILL.md +9 -6
  108. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-check/SKILL.md +10 -5
  109. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-init/SKILL.md +8 -4
  110. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-new/SKILL.md +8 -4
  111. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-refine/SKILL.md +10 -7
  112. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-review/SKILL.md +10 -6
  113. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/spec-update/SKILL.md +10 -5
  114. package/.devcontainer/plugins/devs-marketplace/plugins/spec-workflow/skills/specification-writing/SKILL.md +9 -9
  115. package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/.claude-plugin/plugin.json +1 -2
  116. package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/README.md +28 -0
  117. package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/hooks/hooks.json +0 -1
  118. package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/scripts/ticket-linker.py +9 -1
  119. package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/README.md +104 -32
  120. package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/hooks/hooks.json +49 -3
  121. package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/scripts/guard-workspace-scope.py +269 -56
  122. package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/scripts/inject-workspace-cwd.py +44 -0
  123. package/.devcontainer/scripts/setup-aliases.sh +13 -5
  124. package/.devcontainer/scripts/setup-config.sh +1 -0
  125. package/README.md +5 -5
  126. package/package.json +6 -2
  127. package/setup.js +3 -2
  128. package/.devcontainer/.env +0 -33
  129. package/.devcontainer/features/README.md +0 -126
  130. package/.devcontainer/plugins/devs-marketplace/plugins/auto-formatter/.claude-plugin/plugin.json +0 -7
  131. package/.devcontainer/plugins/devs-marketplace/plugins/auto-formatter/README.md +0 -81
  132. package/.devcontainer/plugins/devs-marketplace/plugins/auto-formatter/hooks/hooks.json +0 -17
  133. package/.devcontainer/plugins/devs-marketplace/plugins/auto-formatter/scripts/__pycache__/format-on-stop.cpython-314.pyc +0 -0
  134. package/.devcontainer/plugins/devs-marketplace/plugins/auto-formatter/scripts/format-on-stop.py +0 -297
  135. package/.devcontainer/plugins/devs-marketplace/plugins/auto-linter/.claude-plugin/plugin.json +0 -7
  136. package/.devcontainer/plugins/devs-marketplace/plugins/auto-linter/README.md +0 -92
  137. package/.devcontainer/plugins/devs-marketplace/plugins/auto-linter/hooks/hooks.json +0 -17
  138. package/.devcontainer/plugins/devs-marketplace/plugins/auto-linter/scripts/__pycache__/lint-file.cpython-314.pyc +0 -0
  139. package/.devcontainer/plugins/devs-marketplace/plugins/auto-linter/scripts/lint-file.py +0 -536
  140. package/.devcontainer/plugins/devs-marketplace/plugins/dangerous-command-blocker/scripts/__pycache__/block-dangerous.cpython-314.pyc +0 -0
  141. package/.devcontainer/plugins/devs-marketplace/plugins/protected-files-guard/scripts/__pycache__/guard-protected.cpython-314.pyc +0 -0
  142. package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/.claude-plugin/system-prompt.md +0 -184
  143. package/.devcontainer/plugins/devs-marketplace/plugins/workspace-scope-guard/scripts/__pycache__/guard-workspace-scope.cpython-314.pyc +0 -0
  144. /package/.devcontainer/plugins/devs-marketplace/plugins/agent-system/{.claude-plugin/commands/debug.md → skills/debug/SKILL.md} +0 -0
  145. /package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/{.claude-plugin/commands/ticket/357/200/272create-pr.md" → skills/ticketcreate-pr/SKILL.md} +0 -0
  146. /package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/{.claude-plugin/commands/ticket/357/200/272new.md" → skills/ticketnew/SKILL.md} +0 -0
  147. /package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/{.claude-plugin/commands/ticket/357/200/272review-commit.md" → skills/ticketreview-commit/SKILL.md} +0 -0
  148. /package/.devcontainer/plugins/devs-marketplace/plugins/ticket-workflow/{.claude-plugin/commands/ticket/357/200/272work.md" → skills/ticketwork/SKILL.md} +0 -0
@@ -1,14 +1,14 @@
1
1
  ---
2
2
  name: docker
3
3
  description: >-
4
- This skill should be used when the user asks to "write a Dockerfile",
5
- "set up Docker Compose", "create a multi-stage Docker build",
6
- "add health checks to Docker Compose", "use Docker Compose watch for development",
7
- "configure Docker networking", "optimize Docker image size",
8
- "add secrets to Docker Compose", or discusses Dockerfile best practices,
9
- Compose service orchestration, container networking, volume management,
10
- build caching, resource limits, or development workflows with containers.
11
- version: 0.1.0
4
+ Guides Dockerfile authoring and Docker Compose orchestration with multi-stage
5
+ builds, health checks, and dev watch mode. USE WHEN the user asks to "write
6
+ a Dockerfile", "set up Docker Compose", "create a multi-stage build", "add
7
+ health checks", "use Docker Compose watch", "optimize Docker image size",
8
+ or works with compose.yaml, docker compose, BuildKit, Compose profiles.
9
+ DO NOT USE for programmatic container management from Python — use
10
+ docker-py instead.
11
+ version: 0.2.0
12
12
  ---
13
13
 
14
14
  # Docker & Docker Compose
@@ -1,13 +1,15 @@
1
1
  ---
2
2
  name: docker-py
3
3
  description: >-
4
- This skill should be used when the user asks to "manage Docker containers from Python",
5
- "create containers programmatically", "stream Docker container logs",
6
- "execute commands in a running container", "manage Docker volumes from code",
7
- "build images with the Docker SDK", "use docker-py for container lifecycle",
8
- "monitor container health from Python", or discusses docker-py,
9
- aiodocker, programmatic container management, or Docker Engine API.
10
- version: 0.1.0
4
+ Provides patterns for programmatic Docker container management using the
5
+ Docker SDK for Python and aiodocker. USE WHEN the user asks to "manage Docker
6
+ containers from Python", "create containers programmatically", "stream
7
+ container logs", "execute commands in a running container", "build images
8
+ with docker-py", "monitor container health from Python", or works with
9
+ docker-py, aiodocker, DockerClient, Docker Engine API, container lifecycle.
10
+ DO NOT USE for writing Dockerfiles or Docker Compose files — use the docker
11
+ skill instead.
12
+ version: 0.2.0
11
13
  ---
12
14
 
13
15
  # Docker SDK for Python
@@ -1,12 +1,13 @@
1
1
  ---
2
2
  name: documentation-patterns
3
3
  description: >-
4
- This skill should be used when the user asks to "write a README",
5
- "write documentation", "add docstrings", "add JSDoc", "document the API",
6
- "create architecture docs", "documentation template", "update the docs",
7
- or discusses docstring formats, README structure, API documentation,
8
- inline comments, or technical writing patterns.
9
- version: 0.1.0
4
+ Guides documentation authoring including README structure, docstring formats,
5
+ API references, and architecture docs. USE WHEN the user asks to "write a
6
+ README", "add docstrings", "add JSDoc", "document the API", "create
7
+ architecture docs", "write documentation", "update the docs", or works with
8
+ Google-style docstrings, Sphinx, rustdoc, TSDoc, OpenAPI annotations.
9
+ DO NOT USE for writing code, fixing bugs, or generating changelogs.
10
+ version: 0.2.0
10
11
  ---
11
12
 
12
13
  # Documentation Patterns
@@ -1,14 +1,15 @@
1
1
  ---
2
2
  name: fastapi
3
3
  description: >-
4
- This skill should be used when the user asks to "build a FastAPI app",
5
- "create a REST API with FastAPI", "add SSE streaming to FastAPI",
6
- "use dependency injection in FastAPI", "define Pydantic models for an API",
7
- "stream LLM responses with FastAPI", "add middleware to FastAPI",
8
- "handle background tasks in FastAPI", or discusses FastAPI routing,
9
- Pydantic v2 models, dependency injection, server-sent events,
10
- or ASGI middleware.
11
- version: 0.1.0
4
+ Teaches modern FastAPI development including REST APIs, Pydantic v2 models,
5
+ SSE streaming, and ASGI middleware patterns. USE WHEN the user asks to "build
6
+ a FastAPI app", "create a REST API with FastAPI", "add SSE streaming", "use
7
+ dependency injection in FastAPI", "define Pydantic models", "stream LLM
8
+ responses", "add middleware to FastAPI", or works with FastAPI routing,
9
+ Pydantic v2, sse-starlette, EventSourceResponse, APIRouter, BackgroundTasks.
10
+ DO NOT USE for general Python web frameworks like Flask or Django, or for
11
+ frontend development.
12
+ version: 0.2.0
12
13
  ---
13
14
 
14
15
  # FastAPI Development
@@ -1,14 +1,16 @@
1
1
  ---
2
2
  name: git-forensics
3
3
  description: >-
4
- This skill should be used when the user asks to "find who changed this line",
5
- "search git history for a deleted function", "bisect a regression",
6
- "recover a lost commit", "investigate when a bug was introduced",
7
- "trace the history of a file", "search commit messages",
8
- "find when code was removed", "check git blame", "use git reflog",
9
- or discusses git archaeology, git bisect, git log search, pickaxe,
10
- blame analysis, reflog recovery, or commit history investigation.
11
- version: 0.1.0
4
+ Provides git history investigation techniques including blame analysis,
5
+ bisect workflows, pickaxe search, and reflog recovery for tracing code
6
+ changes and recovering lost work. USE WHEN the user asks to "find who
7
+ changed this line", "bisect a regression", "recover a lost commit",
8
+ "search git history", "find when code was removed", "check git blame",
9
+ "use git reflog", or "trace the history of a file", or works with git
10
+ log -S, git bisect run, or .git-blame-ignore-revs. DO NOT USE for
11
+ routine git operations like committing, branching, or merging.
12
+ version: 0.2.0
13
+ allowed-tools: Bash, Read, Grep
12
14
  ---
13
15
 
14
16
  # Git Forensics
@@ -103,7 +105,7 @@ Track a file across renames. Without `--follow`, history stops at the rename:
103
105
  # Follow a file through renames
104
106
  git log --follow --oneline -- path/to/current_name.py
105
107
 
106
- # Blame through renames
108
+ # Show patch history through renames
107
109
  git log --follow -p -- path/to/file.py
108
110
  ```
109
111
 
@@ -1,12 +1,13 @@
1
1
  ---
2
2
  name: migration-patterns
3
3
  description: >-
4
- This skill should be used when the user asks to "migrate from X to Y",
5
- "upgrade to version N", "bump Python version", "upgrade pydantic",
6
- "migrate express to fastify", "framework migration", "version upgrade",
7
- "modernize the codebase", or discusses code migration, framework upgrades,
8
- API version bumps, or dependency migration strategies.
9
- version: 0.1.0
4
+ Guides incremental, rollback-safe framework upgrades and dependency
5
+ migrations with step-by-step verification. USE WHEN the user asks to
6
+ "migrate from X to Y", "upgrade to version N", "bump Python version",
7
+ "upgrade pydantic", "migrate express to fastify", "modernize the codebase",
8
+ or works with Pydantic v1-to-v2, Django upgrades, CommonJS to ESM.
9
+ DO NOT USE for routine dependency updates without API changes.
10
+ version: 0.2.0
10
11
  ---
11
12
 
12
13
  # Migration Patterns
@@ -1,14 +1,16 @@
1
1
  ---
2
2
  name: performance-profiling
3
3
  description: >-
4
- This skill should be used when the user asks to "profile this code",
5
- "find the bottleneck", "optimize performance", "measure execution time",
6
- "check memory usage", "create a flamegraph", "benchmark this function",
7
- "find memory leaks", "reduce latency", "run a performance test",
8
- or discusses profiling tools, flamegraphs, benchmarking methodology,
9
- cProfile, py-spy, scalene, Chrome DevTools performance,
10
- memory profiling, or hot path analysis.
11
- version: 0.1.0
4
+ Guides measure-first performance investigation using CPU profilers, memory
5
+ analyzers, flamegraphs, and reproducible benchmarking across Python and
6
+ Node.js. USE WHEN the user asks to "profile this code", "find the
7
+ bottleneck", "create a flamegraph", "benchmark this function", "find
8
+ memory leaks", "check memory usage", "reduce latency", or "measure
9
+ execution time", or works with cProfile, py-spy, scalene, clinic.js,
10
+ Chrome DevTools, hyperfine, or pytest-benchmark. DO NOT USE for security
11
+ auditing, dependency management, or code refactoring.
12
+ version: 0.2.0
13
+ allowed-tools: Bash, Read, Glob, Grep
12
14
  ---
13
15
 
14
16
  # Performance Profiling
@@ -1,13 +1,14 @@
1
1
  ---
2
2
  name: pydantic-ai
3
3
  description: >-
4
- This skill should be used when the user asks to "build a PydanticAI agent",
5
- "create an AI agent with PydanticAI", "add tools to a PydanticAI agent",
6
- "stream responses with PydanticAI", "test a PydanticAI agent",
7
- "connect PydanticAI to a Svelte frontend", "use RunContext for dependency injection",
8
- "configure model fallbacks in PydanticAI", or discusses PydanticAI agents,
9
- tool decorators, structured output, agent testing, or VercelAIAdapter.
10
- version: 0.1.0
4
+ Teaches PydanticAI agent development with tool decorators, RunContext
5
+ dependency injection, streaming, and VercelAIAdapter. USE WHEN the user
6
+ asks to "build a PydanticAI agent", "add tools to an agent", "stream
7
+ responses with PydanticAI", "test a PydanticAI agent", "connect PydanticAI
8
+ to Svelte", "configure model fallbacks", or works with pydantic-ai, Agent,
9
+ RunContext, TestModel, FallbackModel, VercelAIAdapter. DO NOT USE for Claude
10
+ Agent SDK TypeScript agents or general LLM API calls.
11
+ version: 0.2.0
11
12
  ---
12
13
 
13
14
  # PydanticAI Agent Development
@@ -1,14 +1,15 @@
1
1
  ---
2
2
  name: refactoring-patterns
3
3
  description: >-
4
- This skill should be used when the user asks to "refactor this code",
5
- "clean up this function", "extract a method", "reduce code duplication",
6
- "fix code smells", "simplify this class", "break up this large function",
7
- "apply design patterns", "remove dead code", "improve code structure",
8
- or discusses code smells, refactoring techniques, extract function,
9
- inline variable, feature envy, god class, or behavior-preserving
10
- transformations.
11
- version: 0.1.0
4
+ Teaches behavior-preserving code transformations with a smell-detect,
5
+ transform, verify cycle and language-specific idioms for Python and
6
+ TypeScript. USE WHEN the user asks to "refactor this code", "extract a
7
+ method", "fix code smells", "reduce code duplication", "simplify this
8
+ class", "break up this large function", "clean up this function", or
9
+ "remove dead code", or works with god class, feature envy, data clump,
10
+ primitive obsession, or inline variable. DO NOT USE for adding new
11
+ features, fixing bugs, or performance optimization.
12
+ version: 0.2.0
12
13
  ---
13
14
 
14
15
  # Refactoring Patterns
@@ -1,14 +1,15 @@
1
1
  ---
2
2
  name: security-checklist
3
3
  description: >-
4
- This skill should be used when the user asks to "check for security issues",
5
- "audit this code for vulnerabilities", "scan for secrets", "review for
6
- injection attacks", "check OWASP compliance", "find security bugs",
7
- "detect hardcoded credentials", "review authentication logic",
8
- "check for XSS", "audit dependencies for vulnerabilities",
9
- or discusses security review, vulnerability scanning, OWASP Top 10,
10
- secrets detection, SQL injection, command injection, or dependency auditing.
11
- version: 0.1.0
4
+ Provides defense-in-depth security review covering OWASP Top 10, secrets
5
+ detection, and dependency CVE scanning. USE WHEN the user asks to "check
6
+ for security issues", "scan for secrets", "audit dependencies for
7
+ vulnerabilities", "review for injection attacks", "check OWASP compliance",
8
+ "detect hardcoded credentials", or works with SQL injection, command
9
+ injection, pip-audit, npm audit, trivy, gitleaks. DO NOT USE for performance
10
+ profiling or general code quality reviews.
11
+ version: 0.2.0
12
+ allowed-tools: Bash, Read, Glob, Grep
12
13
  ---
13
14
 
14
15
  # Security Checklist
@@ -1,13 +1,13 @@
1
1
  ---
2
2
  name: skill-building
3
3
  description: >-
4
- This skill should be used when the user asks to "build a skill", "write a
5
- SKILL.md", "create a Claude Code skill", "design skill instructions",
6
- "improve a skill description", "optimize skill content", "write effective
7
- prompts for skills", or discusses skill authoring best practices, progressive
8
- disclosure, or cross-vendor prompt engineering principles for Claude Code
9
- plugins.
10
- version: 0.1.0
4
+ Guides Claude Code plugin skill creation covering SKILL.md structure,
5
+ description optimization, and progressive disclosure. USE WHEN the user
6
+ asks to "build a skill", "write a SKILL.md", "create a Claude Code skill",
7
+ "improve a skill description", "optimize skill content", "design skill
8
+ instructions", or works with skill authoring patterns or plugin directory
9
+ structure. DO NOT USE for application code or general prompt engineering.
10
+ version: 0.2.0
11
11
  ---
12
12
 
13
13
  # Skill Building for Claude Code Plugins
@@ -1,13 +1,15 @@
1
1
  ---
2
2
  name: sqlite
3
3
  description: >-
4
- This skill should be used when the user asks to "set up a SQLite database",
5
- "use WAL mode in SQLite", "query SQLite with Python", "use better-sqlite3",
6
- "add full-text search with FTS5", "store JSON in SQLite",
7
- "use SQLite with Cloudflare D1", "write CTEs or window functions in SQLite",
8
- or discusses SQLite pragmas, schema design, JSON1 extension, FTS5,
9
- aiosqlite, or embedded database patterns.
10
- version: 0.1.0
4
+ Teaches SQLite development including WAL mode, FTS5 full-text search, JSON1
5
+ queries, and async Python integration with aiosqlite. USE WHEN the user asks
6
+ to "set up a SQLite database", "use WAL mode", "add full-text search with
7
+ FTS5", "store JSON in SQLite", "query SQLite with Python", "use
8
+ better-sqlite3", "use Cloudflare D1", "write CTEs or window functions", or
9
+ works with aiosqlite, better-sqlite3, PRAGMA configuration, STRICT tables,
10
+ expression indexes. DO NOT USE for PostgreSQL, MySQL, or other client-server
11
+ database systems.
12
+ version: 0.2.0
11
13
  ---
12
14
 
13
15
  # SQLite Development
@@ -1,14 +1,13 @@
1
1
  ---
2
2
  name: svelte5
3
3
  description: >-
4
- This skill should be used when the user asks to "build a Svelte component",
5
- "create a Svelte app", "use Svelte runes", "set up a SvelteKit SPA",
6
- "migrate from Svelte 4 to Svelte 5", "manage state with runes",
7
- "add reactivity in Svelte", "use AI SDK with Svelte",
8
- "add drag and drop to Svelte", "build charts with LayerCake",
9
- or discusses Svelte 5 component patterns, snippets, $state, $derived,
10
- $effect, $props, or SvelteKit routing.
11
- version: 0.1.0
4
+ Guides Svelte 5 development with runes, SvelteKit SPA configuration, and
5
+ component architecture. USE WHEN the user asks to "build a Svelte component",
6
+ "use Svelte 5 runes", "set up a SvelteKit SPA", "migrate from Svelte 4
7
+ to 5", "manage state with $state", "add drag and drop to Svelte", or works
8
+ with $state, $derived, $effect, $props, @ai-sdk/svelte, svelte-dnd-action.
9
+ DO NOT USE for Svelte 4 legacy codebases or React/Vue development.
10
+ version: 0.2.0
12
11
  ---
13
12
 
14
13
  # Svelte 5 Development
@@ -1,11 +1,17 @@
1
1
  ---
2
2
  name: team
3
3
  description: >-
4
- This skill should be used when the user asks to "spawn a team",
5
- "create a team of agents", "use a swarm", "work in parallel with agents",
6
- "team up agents", "coordinate multiple agents", "split this across agents",
7
- or needs to orchestrate parallel agent work using Claude Code Teams.
8
- version: 0.1.0
4
+ Guides agent team orchestration with TeamCreate, parallel teammate
5
+ spawning, task coordination, specialist agent selection, and
6
+ --teammate-mode configuration for concurrent workstreams. USE WHEN
7
+ the user asks to "spawn a team", "create a team of agents", "use a
8
+ swarm", "work in parallel", "coordinate multiple agents", "split this
9
+ across agents", "team up", or works with TeamCreate, SendMessage, and
10
+ multi-agent workflows. DO NOT USE for single-agent sequential tasks
11
+ where parallelism adds no value — a team requires 3+ independent
12
+ workstreams.
13
+ version: 0.2.0
14
+ disable-model-invocation: true
9
15
  ---
10
16
 
11
17
  # Agent Team Orchestration
@@ -113,6 +119,31 @@ TaskUpdate:
113
119
  - **Direct message:** `SendMessage` with `type: "message"` and `recipient: "test-writer"`
114
120
  - **Broadcast:** `SendMessage` with `type: "broadcast"` — use ONLY for critical team-wide issues
115
121
  - **Idle is normal:** Teammates go idle after each turn. This is expected. Send a message to wake them.
122
+ - **Quality gate hooks:** TeammateIdle and TaskCompleted hooks run automatically. TeammateIdle checks for incomplete tasks (exit 2 → teammate keeps working); TaskCompleted runs the test suite (exit 2 → task stays open). See agent-system plugin hooks.
123
+
124
+ **In-process mode keyboard shortcuts:**
125
+
126
+ | Shortcut | Action |
127
+ |----------|--------|
128
+ | `Shift+Down` | Cycle through teammates |
129
+ | `Ctrl+T` | Toggle task list |
130
+ | `Enter` | View a teammate's session |
131
+ | `Escape` | Interrupt teammate's current turn |
132
+
133
+ > **Tip:** Use `claude --teammate-mode in-process` for per-session display mode override. Configure permanently via `teammateMode` in settings.json.
134
+
135
+ ### 5a. Plan Approval
136
+
137
+ When `CLAUDE_CODE_PLAN_MODE_REQUIRED` is `true` (current setting), teammates run in read-only plan mode until the lead approves their plan.
138
+
139
+ **Workflow:**
140
+ 1. Teammate enters plan mode → creates an implementation plan
141
+ 2. Lead receives `plan_approval_request` message with the plan
142
+ 3. Lead reviews the plan and sends `plan_approval_response` (approve or reject)
143
+ 4. On approval → teammate exits plan mode and implements
144
+ 5. On rejection → teammate stays in plan mode, revises, resubmits
145
+
146
+ **Influencing plans:** Include criteria in the spawn `prompt` to shape what the lead should look for (e.g., "only approve plans that include test coverage", "reject plans that modify shared utilities without coordination").
116
147
 
117
148
  ### 6. Shutdown
118
149
 
@@ -151,6 +182,18 @@ Prefix with `agent-system:` when spawning (e.g., `agent-system:test-writer`).
151
182
 
152
183
  ---
153
184
 
185
+ ## Use Cases
186
+
187
+ **Parallel code review** — split review criteria into independent domains (security, performance, test coverage). Each reviewer focuses on one lens, reducing blind spots.
188
+
189
+ **Competing hypotheses** — adversarial investigation where teammates explore different theories about a bug or design decision. Each builds evidence for their hypothesis; lead synthesizes findings.
190
+
191
+ **Cross-layer coordination** — frontend, backend, and tests each owned by a different teammate. Clear file ownership prevents conflicts; integration points are managed by the lead.
192
+
193
+ **Research sweep** — parallel investigation of libraries, APIs, or approaches. Each researcher covers one option; lead compares findings and makes the selection.
194
+
195
+ ---
196
+
154
197
  ## Team Composition Examples
155
198
 
156
199
  | Purpose | Recommended Team |
@@ -180,6 +223,29 @@ Prefix with `agent-system:` when spawning (e.g., `agent-system:test-writer`).
180
223
 
181
224
  ---
182
225
 
226
+ ## Best Practices
227
+
228
+ - **Give teammates enough context** — they don't inherit conversation history. The spawn `prompt` must be self-contained: include file paths, requirements, constraints, and project conventions.
229
+ - **Size tasks appropriately** — too small = coordination overhead exceeds benefit; too large = work too long without check-ins. Aim for self-contained units producing clear deliverables, roughly 5-6 tasks per teammate.
230
+ - **Wait for teammates to finish** — leads sometimes start implementing work that teammates are handling. If you notice this, redirect yourself to monitoring and coordination.
231
+ - **Start with research and review** — for first-time team use, prefer tasks with clear boundaries that don't require code changes: reviewing PRs, researching libraries, investigating bugs.
232
+ - **Monitor and steer** — check progress via `TaskList`, redirect failing approaches, synthesize findings. Unattended teams risk wasted effort.
233
+ - **Avoid file conflicts** — break work so each teammate owns different files. Agents with `isolation: worktree` (test-writer, refactorer, doc-writer, migrator) get automatic file isolation via git worktrees.
234
+
235
+ ---
236
+
237
+ ## Limitations
238
+
239
+ - **No session resumption** — `/resume` does not restore in-process teammates. Plan team work to complete in one session.
240
+ - **Task status can lag** — teammates sometimes fail to mark tasks complete. Use `TaskList` to verify and `SendMessage` to prompt updates.
241
+ - **One team per session** — clean up the current team (`TeamDelete`) before starting a new one.
242
+ - **No nested teams** — teammates cannot create teams (TeamCreate/TeamDelete are disallowed for team members).
243
+ - **Lead is fixed** — leadership cannot be promoted or transferred during a session.
244
+ - **Permissions set at spawn** — all teammates inherit the lead's permission mode at spawn time.
245
+ - **Split panes require tmux or iTerm2** — in-process mode uses the terminal; external split-pane workflows need tmux or iTerm2 with `it2` CLI.
246
+
247
+ ---
248
+
183
249
  ## Tool Reference
184
250
 
185
251
  | Tool | Purpose | Key Parameters |
@@ -1,13 +1,16 @@
1
1
  ---
2
2
  name: testing
3
3
  description: >-
4
- This skill should be used when the user asks to "write tests for a FastAPI endpoint",
5
- "test a Svelte component", "set up pytest fixtures for FastAPI",
6
- "configure Vitest for SvelteKit", "mock dependencies in FastAPI tests",
7
- "test SSE streaming endpoints", "write component tests with Testing Library",
8
- "set up database fixtures for API tests", or discusses pytest, httpx AsyncClient,
9
- Vitest, @testing-library/svelte, dependency overrides, or test fixtures.
10
- version: 0.1.0
4
+ Provides testing patterns for FastAPI endpoints and Svelte 5 components
5
+ using pytest and Vitest. USE WHEN the user asks to "write tests for a
6
+ FastAPI endpoint", "test a Svelte component", "set up pytest fixtures",
7
+ "configure Vitest for SvelteKit", "mock dependencies in tests", "test SSE
8
+ streaming endpoints", or works with pytest, httpx AsyncClient, Vitest,
9
+ @testing-library/svelte, MSW, pytest-anyio. DO NOT USE for general testing
10
+ theory unrelated to FastAPI or Svelte.
11
+ version: 0.2.0
12
+ allowed-tools: Bash, Read, Write, Edit, Glob, Grep
13
+ argument-hint: "[file or module]"
11
14
  ---
12
15
 
13
16
  # Testing (FastAPI + Svelte)
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "spec-workflow",
3
3
  "description": "Specification lifecycle management: creation, refinement, building, reviewing, updating, and auditing",
4
- "version": "1.0.0",
5
4
  "author": {
6
5
  "name": "AnExiledDev"
7
6
  }