A collection of custom skills for Claude Code.
| Skill | Description |
|---|---|
| codex-assistant | Delegate tasks to OpenAI Codex CLI for code analysis, generation, and review. Runs in read-only sandbox mode. |
| ears-translator | Translate user stories and informal requirements into EARS (Easy Approach to Requirements Syntax) format. |
| kamailio-config | Kamailio SIP server configuration and troubleshooting. Includes pseudo-variables reference, module docs, and syntax validation via Docker. |
| tmux | Orchestrate Claude subagents in tmux windows for parallel task execution. Works best with agentmail for async notifications. |
Slash commands for common workflows. Copy to .claude/commands/.
| Command | Description |
|---|---|
| collegial-review | Spawn multiple AI agents (Codex, Minimax, Claude) via tmux to review implementation changes. Uses agentmail for coordination. |
| ears-artifacts | Validate plan artifacts using the ears-translator skill. |
| git-commit | Create git commit comparing current branch with main, generate PR message to /tmp/{branch}-pr.md. |
Copy skills to .claude/skills/ and commands to .claude/commands/:
cp -r skills/tmux /path/to/your/project/.claude/skills/
cp commands/git-commit.md /path/to/your/project/.claude/commands/Skills are automatically activated based on trigger keywords in your prompts.
See each skill's SKILL.md for details.