claude-code-bmad-skills — Summary
claude-code-bmad-skills is a token-optimized re-implementation of the BMAD-METHOD for Claude Code's native skills infrastructure. Created by aj-geddes, it ships 9 skills (bmad-orchestrator, business-analyst, product-manager, system-architect, scrum-master, developer, ux-designer, builder, creative-intelligence) installed via a shell/PowerShell installer to ~/.claude/skills/bmad/. Unlike upstream BMAD-METHOD which uses YAML-in-markdown persona files and relies on copy-paste activation, this port uses Claude Code's skill-md format (SKILL.md files with frontmatter) and 3 Claude Code lifecycle hooks (SessionStart, PreToolUse, PostToolUse). The README claims 70-85% token reduction via a "helper pattern" and explicitly removes persona/character overhead in favor of functional skill design. 435 stars, 75 forks, 3 contributors, last pushed March 2026.
differs_from_seeds: Most similar to bmad-method (seed) for the workflow pattern (same 4-phase BMAD agile loop, same agent role names), but the implementation format matches superpowers (skill-md files, Claude Code lifecycle hooks). Key delta from the seed: replaces BMAD's persona-md format with Claude Code's skill-md format, drops character/persona overhead, adds SessionStart/PreToolUse/PostToolUse hooks for environment detection, and adds a bash-script installer vs the seed's npx bmad-method install. The /workflow-init and /workflow-status commands (claude-code slash commands) are a surface not present in either upstream BMAD or superpowers.