npx claudepluginhub byunk/minimal-claude-codeA minimal Claude Code plugin toolkit with essential hooks, commands, agents, and MCP servers
A minimal Claude Code plugin with just the essentials.
Why "minimal-claude-code"?
There are plenty of Claude Code tools out there that look like magic wands. However, I've found most of them to be bloated with unnecessary features and excessive token usage without real productivity gains. I prefer keeping things minimal. Claude Code itself keeps getting better, so plugins should just fill small gaps.
So, I created this plugin with two principles in mind:
claude plugin marketplace add https://github.com/Byunk/minimal-claude-code
claude plugin install minimal-claude-code

For macOS, you need to allow Script Editor to send notifications.
/quick-review - Quick code quality checkExample: Testing UI with Playwright
When building a new feature, you need to test UI interactions. Running Playwright directly pollutes your context window with verbose output. Instead:
Test the login form with playwright mcp. Use operator agent.
These MCP servers are recommended for use with this plugin:
A curated list of other plugins worth checking out:
This plugin stays minimal by design. If you've found a hook, skill, agent, or MCP server that genuinely improves productivity without bloat, consider opening a PR.