
Outfitter Dev Agents
- 28 repo stars
- Updated February 6, 2026
- outfitter-dev/agents
outfitter-dev-agents is a Claude Code plugin pack that supplies rules, hooks, and configurations for multi-agent development workflows.
About
outfitter-dev-agents is a configuration-oriented Claude Code plugin collection for developers and small teams who want agent behavior to feel intentional instead of ad hoc. Rather than one integration, it ships five plugins worth of rules files, hooks, and patterns that encode how agents should parse commands, structure errors, coordinate parallel work, and align with modern git flows like stacked PRs and virtual branches. The keywords point at outfitter-specific taxonomy, skills development, multi-agent orchestration, and terminal-safe CLI design—useful when you are standardizing a repo for Claude Code and Codex together. You will still write product code yourself; this bundle reduces drift between sessions and teammates by making constraints visible in the repo. It is intermediate complexity because you must map which rules apply to your stack and git setup. Best when you are actively building with agents daily; less useful if you only need a single one-off skill with no org-wide conventions.
- Five community plugins bundling rules, hooks, and agent configuration templates
- Covers multi-agent coordination, virtual branches, and stacked-PR tooling (Graphite, GitButler)
- Documents handler contracts, argument parsing, and type-safe result patterns for CLIs agents touch
- Includes skills/plugins/agents/hooks taxonomy and methodology for authoring agent skills
- Spans debugging, TDD, API patterns, and trunk-based development workflows
Outfitter Dev Agents by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin install outfitter-dev-agents@outfitter-dev/agentsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 28 |
|---|---|
| Last updated | February 6, 2026 |
| Repository | outfitter-dev/agents ↗ |
What it does
Install a curated rules-and-hooks pack so coding agents share taxonomy, CLI safety, parallel git workflows, and skills authoring practices across projects.
Who is it for?
Best when you're standardizing Claude Code/Codex across repositories with stacked PRs, TDD, and shared skills authoring.
Skip if: Skip if you want one task-specific MCP server with no interest in repo-wide agent rules or git orchestration docs.
What you get
After registration, your repos can share outfitter rules and hook bundles so agents follow consistent contracts, git workflows, and skills taxonomy.
- Reusable rules and hook templates for agent sessions
- Documented patterns for CLI argument parsing and error results
- Multi-plugin baseline for skills/plugins/agents organization
Recommended Plugins
How it compares
Repo-wide agent rules and hooks pack, not a single vertical API integration.
FAQ
Who is Outfitter Dev Agents for?
Developers who run Claude Code or similar agents daily and want shared rules, hooks, and patterns for CLI safety, git stacking, and skills organization.
When should I use Outfitter Dev Agents?
Use it when you are bootstrapping or refactoring agent setup in a repo—especially before scaling to multi-agent or parallel branch workflows.
How do I add Outfitter Dev Agents to my agent?
Install the outfitter-dev/agents plugin bundle in Claude Code, then copy or wire the included rules, hooks, and configurations into your project per the repository README.