Skip to content

UserAd/ClaudeSkills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of custom skills for Claude Code.

Available Skills

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.

Commands

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.

Installation

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/

Usage

Skills are automatically activated based on trigger keywords in your prompts. See each skill's SKILL.md for details.

About

Collection of my claude code skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages