{ "name": "outfitter", "owner": { "name": "Outfitter", "email": "team@outfitter.dev" }, "metadata": { "description": "Official Outfitter development tools and integrations for Claude Code", "version": "1.3.0" }, "repository": "https://github.com/outfitter-dev/agents", "homepage": "https://github.com/outfitter-dev/agents", "strict": false, "plugins": [ { "name": "outfitter", "source": "./plugins/outfitter", "description": "Core development methodology and Claude Code extensibility. Includes TDD, debugging, architecture, research, multi-agent coordination, plus skills/plugins/agents/hooks authoring for Claude Code and Codex configuration.", "version": "1.3.0", "license": "MIT", "keywords": [ "tdd", "debugging", "type-safety", "architecture", "research", "methodology", "multi-agent", "coordination", "agent-skills", "skills-development", "claude-code", "codex", "plugins", "hooks" ] }, { "name": "but", "source": "./plugins/but", "description": "GitButler virtual branch workflows for parallel development, multi-agent coordination, and post-hoc commit organization", "version": "1.2.0", "license": "Apache-2.0", "keywords": [ "gitbutler", "virtual-branches", "parallel-development", "multi-agent" ] }, { "name": "gt", "source": "./plugins/gt", "description": "Graphite stack workflows for trunk-based development with stacked PRs", "version": "1.1.0", "license": "Apache-2.0", "keywords": [ "graphite", "stacked-prs", "trunk-based", "gt-commands" ] }, { "name": "cli-dev", "source": "./plugins/cli-dev", "description": "Skills for building command-line tools: argument parsing, help text, subcommands, and CLI best practices", "version": "1.1.0", "license": "CC-BY-SA-4.0 AND MIT", "keywords": [ "cli", "command-line", "argument-parsing", "terminal" ] }, { "name": "outfitter-stack", "source": "./plugins/outfitter-stack", "description": "Outfitter Stack patterns: Result types, handler contract, error taxonomy for type-safe APIs", "version": "1.2.0", "license": "MIT", "keywords": [ "result-types", "error-handling", "handler-contract", "type-safety", "api-patterns" ] } ] }