diff --git a/skills/csa-async-debug/SKILL.md b/skills/csa-async-debug/SKILL.md index 942eb65..db1bb03 100644 --- a/skills/csa-async-debug/SKILL.md +++ b/skills/csa-async-debug/SKILL.md @@ -1,3 +1,9 @@ +--- +name: csa-async-debug +description: Expert diagnosis for Tokio/async Rust issues including deadlocks, task leaks, performance bottlenecks, and cancellation safety +allowed-tools: Bash, Read, Grep, Glob +--- + # Async/Tokio Debugging Guide Expert diagnosis for Tokio/async Rust issues: deadlocks, task leaks, performance bottlenecks, and cancellation safety. diff --git a/skills/csa-cc/SKILL.md b/skills/csa-cc/SKILL.md index 4c42833..af436ad 100644 --- a/skills/csa-cc/SKILL.md +++ b/skills/csa-cc/SKILL.md @@ -1,3 +1,9 @@ +--- +name: csa-cc +description: Thin routing skill that replaces all 14 Claude Code agents with csa claude-sub-agent +allowed-tools: Bash, Read, Grep, Glob, Task +--- + # csa-cc: Claude Code Sub-Agent Router Thin routing skill that replaces all 14 Claude Code agents with `csa claude-sub-agent`. diff --git a/skills/csa-doc-writing/SKILL.md b/skills/csa-doc-writing/SKILL.md index 384a4a4..67480da 100644 --- a/skills/csa-doc-writing/SKILL.md +++ b/skills/csa-doc-writing/SKILL.md @@ -1,3 +1,9 @@ +--- +name: csa-doc-writing +description: Clear, practical documentation for APIs, README, architecture decisions, and changelogs +allowed-tools: Bash, Read, Grep, Glob, Edit, Write +--- + # Technical Documentation Writing Clear, practical documentation for APIs, README, architecture decisions, and changelogs. diff --git a/skills/csa-rust-dev/SKILL.md b/skills/csa-rust-dev/SKILL.md index e6fe900..c455708 100644 --- a/skills/csa-rust-dev/SKILL.md +++ b/skills/csa-rust-dev/SKILL.md @@ -1,3 +1,9 @@ +--- +name: csa-rust-dev +description: Comprehensive guide for professional Rust development combining implementation expertise, architectural depth, and project standards +allowed-tools: Bash, Read, Grep, Glob, Edit, Write +--- + # Rust Development Excellence Comprehensive guide for professional Rust development combining implementation expertise, architectural depth, and project standards. diff --git a/skills/csa-security/SKILL.md b/skills/csa-security/SKILL.md index b0a0c7a..4048785 100644 --- a/skills/csa-security/SKILL.md +++ b/skills/csa-security/SKILL.md @@ -1,3 +1,9 @@ +--- +name: csa-security +description: Adversarial security analysis expertise for identifying vulnerabilities before attackers do +allowed-tools: Bash, Read, Grep, Glob +--- + # Security Audit & Code Review Adversarial security analysis expertise for identifying vulnerabilities before attackers do. diff --git a/skills/csa-test-gen/SKILL.md b/skills/csa-test-gen/SKILL.md index 973f5ed..c077ebe 100644 --- a/skills/csa-test-gen/SKILL.md +++ b/skills/csa-test-gen/SKILL.md @@ -1,3 +1,9 @@ +--- +name: csa-test-gen +description: Comprehensive test design for Rust projects following Core-first TDD and test pyramid principles +allowed-tools: Bash, Read, Grep, Glob, Edit, Write +--- + # Test Generation & TDD Excellence Comprehensive test design for Rust projects following Core-first TDD and test pyramid principles. diff --git a/skills/sa/SKILL.md b/skills/sa/SKILL.md index 877d80d..28ab0d8 100644 --- a/skills/sa/SKILL.md +++ b/skills/sa/SKILL.md @@ -1,3 +1,9 @@ +--- +name: sa +description: Three-tier recursive delegation for planning and implementing features with main agent dispatching and child CSA building +allowed-tools: Bash, Read, Grep, Glob, Task +--- + # sa: Sub-Agent Orchestration (Three-Tier Architecture) Three-tier recursive delegation for planning and implementing features.