Core
Essential infrastructure for the Han plugin marketplace. Includes mandatory subagent delegation, async fan-out patterns, agent resumption, skill transparency, quality enforcement, unified MCP server (hooks + metrics + Context7/DeepWiki proxying), project memory learning, and universal programming principles.
Skills in this plugin
24- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Develop · thebushidocollectiveGuides end-to-end feature development through 8 phases: discover requirements, explore codebase patterns, clarify ambiguities with the user, design architecture, implement with TDD, run multi-agent code review, validate all quality gates, and write a blog post. Use when asked to add a feature, implement a new capability, build functionality, or develop a feature end-to-end.
- ▌ Explain · thebushidocollectiveExplain code, concepts, or technical decisions in clear, understandable terms
- ▌
- ▌
- ▌
- ▌
- ▌ Proof Of Work · thebushidocollectiveUse automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.
- ▌ Boy Scout Rule · thebushidocollectiveUse when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.
- ▌ Project Memory · thebushidocollectiveUse when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.
- ▌ Silent Execution · thebushidocollectiveReduce token waste by batching tool calls and avoiding narration between sequential operations
- ▌ Solid Principles · thebushidocollectiveUse during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.
- ▌ Token Efficiency · thebushidocollectiveMinimize token consumption through efficient tool usage patterns
- ▌ Baseline Restorer · thebushidocollectiveUse when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.
- ▌ Legacy Code Safety · thebushidocollectiveUse when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.
- ▌ Professional Honesty · thebushidocollectiveUse when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
- ▌ Simplicity Principles · thebushidocollectiveUse when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.
- ▌ Explicit Configuration · thebushidocollectivePrefer explicit configuration over framework defaults to prevent environment-dependent failures
- ▌ Orthogonality Principle · thebushidocollectiveUse when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
- ▌ Structural Design Principles · thebushidocollectiveUse when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.