89jobrien/steve

Steve's not here, man.

1 stars0 forksUpdated Jan 6, 2026
npx skills add 89jobrien/steve

README

steve

Centralized repository for Claude Code agent configurations, hooks, commands, skills, and templates.

Project Status

MetricValue
Components377 total (137 agents, 97 commands, 57 skills, 59 hooks, 27 templates)
Test Suite415 tests passing
Coverage82.5%
Python3.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

ModuleDescriptionLocation
AgentsSub-agent configurations by domainsteve/agents/
CommandsSlash commands for workflowssteve/commands/
SkillsReusable domain knowledge bundlessteve/skills/
HooksEvent-driven automationsteve/hooks/
TemplatesComponent scaffoldssteve/templates/
RulesLanguage-specific coding rulessteve/rules/
HelpersPython utility modulessteve/helpers/

Documentation

DocumentDescription
Getting StartedQuick start guide
InstallationDetailed installation
ArchitectureSystem design
DevelopmentDevelopment workflow
Using AgentsAgent usage guide
Using CommandsCommand usage guide
Using SkillsSkill usage guide
Using HooksHook usage guide
ContributingContribution guidelines
Scripts ReferenceScript documentation
FAQFrequently 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

...

Read full README

Publisher

89jobrien89jobrien

Statistics

Stars1
Forks0
Open Issues0
CreatedDec 23, 2025