Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions skills/csa-async-debug/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions skills/csa-cc/SKILL.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
6 changes: 6 additions & 0 deletions skills/csa-doc-writing/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions skills/csa-rust-dev/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions skills/csa-security/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions skills/csa-test-gen/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions skills/sa/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading