A collection of useful skills for Claude Code agent.
Clone this repository into your Claude skills directory:
git clone git@github.com:assapir/agent-skills.git ~/.claude/skillsOnce cloned, the skills are automatically available in Claude Code. You can invoke them by name (e.g., /debug, /security-review) or Claude will use them automatically when relevant to your task.
Comprehensive GitHub CLI reference covering repositories, issues, PRs, Actions, and more.
Enforces safe and consistent PR/fix workflows with automatic detection of repo-specific tooling. Includes rules for no force pushing, auto-detecting lint/format tools, keeping branches up-to-date, and running relevant tests.
Guide for creating isolated git worktrees for feature work with smart directory selection.
Systematic debugging methodology for tracking down issues with structured approach and common bug patterns.
Security review checklist based on OWASP Top 10, covering injection, authentication, access control, and more.
Guide for creating new skills with minimal interaction. Includes Python scripts for initialization, validation, and packaging. (From anthropics/skills)
Automated daily cleanup of dead git worktrees and merged branches. Runs on first wake/login on workdays (configurable). Includes install script for macOS launchd.