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.

by @thebushidocollective 24 skills

Skills in this plugin

24
  1. Fix · thebushidocollective
    Debug and fix bugs, errors, or unexpected behavior
    0 installs
  2. Plan · thebushidocollective
    Create tactical implementation plan for a feature or task
    0 installs
  3. Test · thebushidocollective
    Write tests for code using test-driven development principles
    0 installs
  4. Debug · thebushidocollective
    Investigate and diagnose issues without necessarily fixing them
    0 installs
  5. Review · thebushidocollective
    Multi-agent code review with confidence-based filtering
    0 installs
  6. Develop · thebushidocollective
    Guides 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.
    0 installs
  7. Explain · thebushidocollective
    Explain code, concepts, or technical decisions in clear, understandable terms
    0 installs
  8. Document · thebushidocollective
    Generate or update documentation for code, APIs, or systems
    0 installs
  9. Optimize · thebushidocollective
    Optimize code for performance, readability, or efficiency
    0 installs
  10. Refactor · thebushidocollective
    Restructure code to improve quality without changing behavior
    0 installs
  11. Architect · thebushidocollective
    Design system architecture and high-level technical strategy
    0 installs
  12. Proof Of Work · thebushidocollective
    Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.
    0 installs
  13. Boy Scout Rule · thebushidocollective
    Use 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.
    0 installs
  14. Project Memory · thebushidocollective
    Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.
    0 installs
  15. Silent Execution · thebushidocollective
    Reduce token waste by batching tool calls and avoiding narration between sequential operations
    0 installs
  16. Solid Principles · thebushidocollective
    Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.
    0 installs
  17. Token Efficiency · thebushidocollective
    Minimize token consumption through efficient tool usage patterns
    0 installs
  18. Baseline Restorer · thebushidocollective
    Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.
    0 installs
  19. Legacy Code Safety · thebushidocollective
    Use 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.
    0 installs
  20. Professional Honesty · thebushidocollective
    Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
    0 installs
  21. Simplicity Principles · thebushidocollective
    Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.
    0 installs
  22. Explicit Configuration · thebushidocollective
    Prefer explicit configuration over framework defaults to prevent environment-dependent failures
    0 installs
  23. Orthogonality Principle · thebushidocollective
    Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
    0 installs
  24. Structural Design Principles · thebushidocollective
    Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.
    0 installs