File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -638,6 +638,15 @@ Decision tree:
638638- ** Registry** : ` pnpm run update` , ` pnpm run make-npm-override` , ` pnpm run release-npm`
639639- ** Test npm packages** : ` node scripts/test-npm-packages.mjs` (long- running, tests all overrides)
640640
641+ ## Agents & Skills
642+
643+ - ` /security-scan` — runs AgentShield + zizmor security audit
644+ - ` /quality-scan` — comprehensive code quality analysis
645+ - ` /quality-loop` — scan and fix iteratively
646+ - Agents: ` code-reviewer` , ` security-reviewer` , ` refactor-cleaner` (in ` .claude/agents/` )
647+ - Shared subskills in ` .claude/skills/_shared/`
648+ - Pipeline state tracked in ` .claude/ops/queue.yaml`
649+
641650### Build System
642651
643652- esbuild for fast compilation (registry)
You can’t perform that action at this time.
0 commit comments