@@ -50,19 +50,19 @@ Start a new session and ask a Rust question. The agent should automatically invo
5050
5151| Skill | Description |
5252| -------| -------------|
53- | [ design-audit] ( # design-audit) | Post-generation review catching AI design defaults |
54- | [ design-frontend] ( # design-frontend) | Pre-set aesthetic constraints for web components |
55- | [ design-preflight] ( # design-preflight) | Design constraints gate before Pencil .pen file work |
56- | [ diecut] ( # diecut) | Project scaffolding and template creation with diecut |
57- | [ dispatch-worktree-task] ( # dispatch-worktree-task) | Isolated subagent execution in git worktrees |
58- | [ iterative-review-fix] ( # iterative-review-fix) | Serial review-fix convergence loop |
59- | [ parallel-ticket-pipeline] ( # parallel-ticket-pipeline) | Parallel worktree dispatch for multiple tickets with CI-fix loops |
60- | [ review-and-fix] ( # review-and-fix) | Parallel code review with dispatched fixes |
61- | [ rust] ( # rust) | Comprehensive Rust guidance: ownership, traits, errors, async, design patterns, performance, ecosystem, anti-patterns, and mental models |
62- | [ rust-domain] ( # rust-domain) | Domain-specific guidance for web, CLI, cloud-native, embedded, fintech, IoT, and ML |
63- | [ rust-lsp] ( # rust-lsp) | Code analysis, navigation, and refactoring via LSP and cargo tools |
64- | [ rust-unsafe] ( # rust-unsafe) | Audit unsafe code blocks for soundness |
53+ | [ design-audit] ( skills/ design-audit/SKILL.md ) | Post-generation review catching AI design defaults |
54+ | [ design-frontend] ( skills/ design-frontend/SKILL.md ) | Pre-set aesthetic constraints for web components |
55+ | [ design-preflight] ( skills/ design-preflight/SKILL.md ) | Design constraints gate before Pencil .pen file work |
56+ | [ diecut] ( skills/ diecut/SKILL.md ) | Project scaffolding and template creation with diecut |
57+ | [ dispatch-worktree-task] ( skills/ dispatch-worktree-task/SKILL.md ) | Isolated subagent execution in git worktrees |
58+ | [ iterative-review-fix] ( skills/ iterative-review-fix/SKILL.md ) | Serial review-fix convergence loop |
59+ | [ parallel-ticket-pipeline] ( skills/ parallel-ticket-pipeline/SKILL.md ) | Parallel worktree dispatch for multiple tickets with CI-fix loops |
60+ | [ review-and-fix] ( skills/ review-and-fix/SKILL.md ) | Parallel code review with dispatched fixes |
61+ | [ rust] ( skills/ rust/SKILL.md ) | Comprehensive Rust guidance: ownership, traits, errors, async, design patterns, performance, ecosystem, anti-patterns, and mental models |
62+ | [ rust-domain] ( skills/ rust-domain/SKILL.md ) | Domain-specific guidance for web, CLI, cloud-native, embedded, fintech, IoT, and ML |
63+ | [ rust-lsp] ( skills/ rust-lsp/SKILL.md ) | Code analysis, navigation, and refactoring via LSP and cargo tools |
64+ | [ rust-unsafe] ( skills/ rust-unsafe/SKILL.md ) | Audit unsafe code blocks for soundness |
6565
6666## License
6767
68- MIT
68+ [ MIT] ( LICENSE )
0 commit comments