npx skills add 89jobrien/steveREADME
steve
Centralized repository for Claude Code agent configurations, hooks, commands, skills, and templates.
Project Status
| Metric | Value |
|---|---|
| Components | 377 total (137 agents, 97 commands, 57 skills, 59 hooks, 27 templates) |
| Test Suite | 415 tests passing |
| Coverage | 82.5% |
| Python | 3.10+ |
Overview
This repository provides a well-organized collection of reusable components for Claude Code, including:
- Agents - Sub-agent configurations organized by domain and specialization
- Hooks - Claude hooks for analysis, guards, workflows, and lifecycle events
- Commands - Slash commands for various development workflows
- Skills - Reusable skills with bundled resources
- Rules - Language and format-specific coding rules
- Templates - Templates for creating new components
Map of Contents
Core Modules
| Module | Description | Location |
|---|---|---|
| Agents | Sub-agent configurations by domain | steve/agents/ |
| Commands | Slash commands for workflows | steve/commands/ |
| Skills | Reusable domain knowledge bundles | steve/skills/ |
| Hooks | Event-driven automation | steve/hooks/ |
| Templates | Component scaffolds | steve/templates/ |
| Rules | Language-specific coding rules | steve/rules/ |
| Helpers | Python utility modules | steve/helpers/ |
Documentation
| Document | Description |
|---|---|
| Getting Started | Quick start guide |
| Installation | Detailed installation |
| Architecture | System design |
| Development | Development workflow |
| Using Agents | Agent usage guide |
| Using Commands | Command usage guide |
| Using Skills | Skill usage guide |
| Using Hooks | Hook usage guide |
| Contributing | Contribution guidelines |
| Scripts Reference | Script documentation |
| FAQ | Frequently asked questions |
Repository Structure
steve/
├── agents/ # Sub-agent configurations
│ ├── core/ # Core system agents
│ ├── development/ # Development workflow agents
│ ├── code-quality/ # Code quality and review agents
│ ├── expert-advisors/# Domain expert advisors
│ └── ... # More specialized domains
│
├── hooks/ # Claude hooks
│ ├── analyzers/ # Code analysis hooks
│ ├── guards/ # Guard hooks (pre-commit checks)
│ ├── workflows/ # Workflow automation hooks
│ ├── lifecycle/ # Lifecycle event hooks
│ └── context/ # Context management hooks
│
├── commands/ # Slash commands
│ ├── _team/ # Team collaboration commands
│ ├── agents/ # Agent management commands
│ ├── git/ # Git workflow commands
│ ├── dev/ # Development commands
│ └── ... # More command categories
│
├── skills/ # Reusable skills
│ ├── skill-name/ # Each skill in its own directory
│ │ ├── SKILL.md # Main skill definition
│ │ ├── references/ # Documentation references
│ │ ├── scripts/ # Executable code
│ │ └── assets/ # Output files
│ └── ...
│
├── rules/ # Language-specific rules
│ ├── python.md
│ ├── typescript.md
│ ├── shell.md
│ └── ...
│
├── templates/ # Component templates
│ ├── AGENT_PLAYBOOK.template.md
│ ├── AGENT_SKILL.template.md
│ ├── SLASH_COMMAND.template.md
│ └── ...
│
├── helpers/ # Python helper modules
│ ├── context_monitor.py
│ ├── debug_rotation.py
│ ├── history_archival.py
│ └── ...
│
└── scripts/ # Python management scripts
├── build_index.py
├── install_component.py
├── list_components.py
└── ...
Component Organization
Domain/Specialization Hierarchy
Compo
...
Publisher
Statistics
Stars1
Forks0
Open Issues0
CreatedDec 23, 2025