My personal Claude Code plugin collection.
Install via the Claude Code marketplace by pointing at this repo:
claude plugin marketplace add https://github.com/mycargus/mikey-claude-plugins
claude plugin install mikey@mikey-claude-pluginsReview and align tests with test philosophy. Identifies code design issues, implementation detail testing, excessive mocking, and negative test coverage gaps — then suggests improvements. Use --plan to generate a saved implementation plan without bloating the current context.
Open claude and type /mikey:testify to see optional parameters.
See mikey/skills/testify/SKILL.md for more information.
TDD workflow driven by Given/When/Then specifications. Provide a spec file or folder path for autonomous batch processing, or run interactively for one-at-a-time TDD loops. Applies Functional Core / Imperative Shell design principles.
Open claude and type /mikey:tdd to see optional parameters.
See mikey/skills/tdd/SKILL.md for more information.
-
Uninstall the marketplace version to avoid conflicts:
claude plugin uninstall mikey@mikey-claude-plugins
-
Load the local version inline when starting Claude Code:
claude --plugin-dir /path/to/mikey-claude-plugins/mikey
-
Iterate — edit skill/agent/hook files, then reload within the session:
/reload-plugins -
Reinstall from the marketplace when done:
claude plugin install mikey@mikey-claude-plugins
- Update
plugin.jsonversion - Commit changes
- Create an annotated tag and push:
git tag -a vX.Y.Z -m "summary of changes" git push origin main vX.Y.Z
The release workflow automatically creates a GitHub release from the tag.
MIT