outfitter-dev/agents

Rules files & configurations for agents

18 stars0 forksUpdated Jan 26, 2026
npx skills add outfitter-dev/agents

README

Outfitter Agents

Official Claude Code plugins for disciplined software development.

What's This?

This repository hosts the Outfitter Marketplace — a curated collection of Claude Code plugins providing development methodology, tooling, and workflow skills.

Installation

# Add the Outfitter marketplace
/plugin marketplace add outfitter-dev/agents

# Browse available plugins
/plugin

Available Plugins

outfitter

Core development methodology and Claude Code extensibility. Includes TDD, debugging, architecture, research, plus skills/plugins/agents/hooks authoring.

/plugin install outfitter@outfitter

35 skills including:

  • Test-driven development (Red-Green-Refactor)
  • Systematic debugging (root cause first)
  • Architecture design with tradeoff analysis
  • Technical research with citations
  • TypeScript, Bun, Hono, React patterns
  • Plugin, skill, agent, command, hook authoring
  • Claude Code and Codex configuration

11 agents: quartermaster, analyst, debugger, engineer, librarian, pattern-analyzer, reviewer, scout, skeptic, specialist, tester

See outfitter/README.md


but

GitButler virtual branch workflows for parallel development and multi-agent collaboration.

/plugin install but@outfitter

4 skills for:

  • Virtual branch management
  • Multi-agent concurrent development
  • Stacked branch workflows
  • Branch completion and merging

1 agent: gitbutler-expert

See but/README.md


gt

Graphite stacked PR workflows for trunk-based development.

/plugin install gt@outfitter

Skills for:

  • Stacked PR management
  • Trunk-based development with gt commands

See gt/README.md


cli-dev

CLI development skills: argument parsing, help text, subcommands.

/plugin install cli-dev@outfitter

See cli-dev/README.md

Quick Start

For most projects, start with outfitter:

# Add marketplace and install foundation
/plugin marketplace add outfitter-dev/agents
/plugin install outfitter@outfitter

# Add GitButler if using virtual branches
/plugin install but@outfitter

# Add Graphite if using stacked PRs
/plugin install gt@outfitter

Repository Structure

agents/
├── .claude-plugin/
│   └── marketplace.json    # Plugin catalog
├── outfitter/              # Core methodology + extensibility (35 skills, 11 agents)
├── but/                    # GitButler workflows (4 skills, 1 agent)
├── gt/                     # Graphite workflows
├── cli-dev/                # CLI development
├── SECURITY.md             # Security model and review guidelines
└── README.md

Security & Capabilities

Plugins are code. Review what you install. See SECURITY.md for the full threat model.

PluginFilesystemShellScriptsNotes
outfitterread/writeyesyesIncludes scaffolding scripts
butreadyesnoRuns but/git commands
gtreadyesnoRuns gt/git commands
cli-devreadnonoInstructions-only

Skills Reference

outfitter - Development Methodology

SkillDescription
tddTest-driven development with Red-Green-Refactor
debuggingSystematic root cause investigation
codebase-reconEvidence-based investigation methodology
architectureSystem design with technology selection
researchMulti-source technical research with citations
pathfindingCollaborative Q&A for unclear requirements
simplifyPushback against over-engineering
patternifyExtract reusable patterns from conversations
code-reviewPre-commit quality gate checklist
scenariosEnd-to-end testing without mocks
software-craftEngineering judgment and decision principles
typescript-devTypeScript patterns and strict typing
bun-devBun runtime APIs and patterns
hono-devType-safe Hono API development
react-devReact 18-19 TypeScript patterns
performanceProfiling and optimization
securitySecurity auditing and vulnerability detection

outfitter - Claude Code Extensibility

SkillDescription
skills-devAgent Skills authoring (cross-platform spec + Claude extensions via references/claude-code.md)
claude-pluginsCreate, validate, and distribute Claude Code plugins
claude-agentsCreate and validate Claude Code agents
claude-commandsCreate Claude Code slash commands
claude-hooksCreate Claude Code hooks
claude-rulesProject rules in .claude/rules/
claude-configManage Claude Code/Desktop configuration
codex-configManage Codex CLI configuration

but - GitButler

SkillDescription
virtual-branchesCore GitButler workflow patterns
multi-agentCoordinate multiple AI agents
stacksStacked branches

...

Read full README

Publisher

outfitter-devoutfitter-dev

Statistics

Stars18
Forks0
Open Issues11
LicenseMIT License
CreatedAug 30, 2025