Memory-augmented development workflows for Claude Code. Provides commands for planning, implementation, debugging, and research with persistent memory.
/plugin marketplace add killerapp/mem8-plugin
/plugin install mem8@killerapp/mem8-plugin
Create git commits for changes made during this session
Debug issues during manual testing by investigating logs, database state, and git history
Generate a comprehensive PR description following the repository's standard template
Implement an approved technical plan from memory/plans/
Set up a local review environment for a colleague's branch with worktree
CLI tool workflows - discovery, documentation, and recipe creation
Create a detailed implementation plan for a feature or task
Conduct comprehensive codebase research by spawning parallel subagents
Validate that an implementation plan was correctly executed and verify all success criteria
Claude Agent SDK Development Plugin
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review