Claude Skills
A collection of skills to expand Claude's capabilities for specific workflows and tasks.
What are Claude Skills?
Skills are reusable prompts and workflows that enable Claude to perform complex, multi-step tasks
efficiently. Each skill contains:
- Detailed instructions and best practices
- Step-by-step procedures
- Example usage patterns
- Tool and API integration guidance
Installation
Via Homebrew (macOS/Linux)
brew tap cajias/tools
brew install claude-skills
After installation, skills and plugins will be available at:
$(brew --prefix)/share/claude-skills/skills/ # Skills
$(brew --prefix)/share/claude-skills/plugins/ # Plugins
Manual Installation
Clone this repository to access skills and plugins directly:
git clone https://github.com/cajias/claude-skills.git
Available Skills
Automate GitHub issue management workflows including:
- Setting up milestones based on project phases
- Creating native issue relationships (blocked by, blocks)
- Assigning issues to milestones
- Removing redundant labels
- Organizing issue dependencies
Generate comprehensive software effort estimation reports including:
- Automated codebase analysis (LOC, commits, contributors)
- Five independent estimation models (COCOMO II, Industry Benchmarks, Infrastructure Multiplier,
Blended Hybrid, Team Analysis)
- Productivity multiplier analysis (LLM-assisted vs traditional development)
- Three-stage verification process with 90%+ accuracy
- Professional 15,000+ word reports with strategic recommendations
- Reproducible methodology with complete command documentation
Transform AI-generated text into natural human-sounding writing:
- Comprehensive pattern detection across 15 categories (200+ patterns)
- Iterative loop-until-clean approach with re-analysis after each pass
- Removes chatbot artifacts, buzzwords, promotional language, and inflated symbolism
- Interactive mode for review or batch mode for automatic fixes
- Context-aware replacements that preserve meaning
- Before/after comparisons and detailed change logs
Transfer markdown documents to Quip with proper formatting validation:
- Section-by-section transfer approach with validation
- Automatic conversion of numbered lists to HTML to prevent rendering failures
- Smart handling of images, tables, and Mermaid diagrams
- Comprehensive verification after each section upload
- Detailed TODO lists for manual follow-up tasks
- Handles common Quip markdown import issues
Intelligently route tasks to Amazon Q CLI agents with automatic agent selection:
- Natural language interface using "tell q to..." pattern
- Intelligent agent selection based on task analysis and keywords
- Background execution with progress monitoring
- Support for explicit agent selection when needed
- Special workflow patterns (e.g., Quip file upload)
- Seven specialized agents (AWS, docs, architecture, quality, code dev, default, omega)
Delegate tasks to Amazon Q CLI agents with specialized tool integrations:
- Seamlessly delegate to Q using natural trigger phrases ("tell Q to...", "ask Q to...")
- Non-interactive background execution with full tool permissions
- Perfect for Quip operations, ticket creation, and diagram generation
- Intelligent context gathering and absolute path resolution
- Automatic agent routing based on task type (AWS, docs, architecture, quality)
- Progress monitoring and status reporting
Available Plugins
Development workflow tools with slash commands for README generation and code review:
/dev:review-readme command for README creation and improvement
- Intelligent codebase analysis to extract features and usage patterns
- Iterative evaluation and improvement loop until quality threshold met
- Three modes: generate from scratch, improve existing, or evaluate only
- Based on banesullivan/README template and best practices
- Configurable quality criteria and section requirements
- Detailed change tracking and quality reports
Automated GitHub pull request monitoring with event-driven hooks:
- Automatically detects new commits in monitored PRs
- Auto-resumes Claude Code when changes are detected
- Supports monitoring multiple PRs simultaneously
- Includes Stop hook + PR monitor skill
- Auto-cleanup when PR is merged or closed
Using Skills
Skills can be invoked by Claude when working on related tasks. Each skill directory contains: