Skip to content

everwise/claude-code-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Code Extensions

Specialized agents and commands for Claude Code that enhance development workflows through targeted expertise, orchestrated collaboration, and custom utilities.

Prerequisites

Required

  • Claude Code CLI

Optional (by feature)

  • acli - for Jira workflows (jira-workitem-implementer, jira-workitem-analyzer)
  • gh CLI - for GitHub operations (PR creation, issue management)
  • Firecrawl API key - for web scraping (meta-agent)

Installation

1. Install Extensions

# Clone the repository
git clone https://github.com/everwise/claude-code-extensions.git
cd claude-code-extensions

# Create Claude Code directories
mkdir -p ~/.claude/{agents,commands}

# Install agents and commands
ln -sf $(pwd)/agents ~/.claude/agents/torch
ln -sf $(pwd)/commands ~/.claude/commands/torch

# Verify installation
ls ~/.claude/agents/torch/
ls ~/.claude/commands/torch/

2. Setup Optional Dependencies

For Firecrawl (meta-agent)

claude mcp add firecrawl -e FIRECRAWL_API_KEY=fc-<YOUR_KEY> -- npx -y firecrawl-mcp

Agent Architecture

The agents follow a hierarchical structure with orchestrational agents coordinating specialized capabilities:

β”œβ”€β”€ ORCHESTRATIONAL AGENTS (workflow coordinators)
β”‚   β”œβ”€β”€ feature-architect β†’ 3-phase development planning
β”‚   β”œβ”€β”€ jira-workitem-implementer β†’ ticket to PR automation  
β”‚   β”œβ”€β”€ pr-review-comment-resolver β†’ systematic PR feedback
β”‚   └── iterative-quality-fixer β†’ quality gate enforcement
β”‚
└── SPECIALIZED AGENTS (focused expertise)
    β”œβ”€β”€ debugger β†’ error troubleshooting
    β”œβ”€β”€ code-quality-reviewer β†’ production readiness
    β”œβ”€β”€ tdd-test-writer β†’ test-driven development
    └── 7 other specialized agents

Commands

Custom Claude Code commands for streamlined workflows:

  • pr-refresh-summary β†’ refresh PR summary to comprehensively reflect all current changes while preserving template structure

Quick Reference

Complex Development

  • New features/bugs: feature-architect
  • Jira tickets: jira-workitem-implementer
  • Quality issues: iterative-quality-fixer

Code Review & Quality

  • PR feedback: pr-review-comment-resolver
  • Code review: code-quality-reviewer
  • Test creation: tdd-test-writer

Troubleshooting

  • Errors/failures: debugger
  • Comment cleanup: pr-comment-validator

Documentation

πŸ“– Complete documentation and usage guidelines β†’

Individual agent specifications are in the agents/ directory.

About

A collection of specialized agents for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published