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:
- It should benefit from the evolution of Claude Code itself.
- It should provide only essential features that genuinely enhance productivity.
claude plugin marketplace add https://github.com/Byunk/minimal-claude-code
claude plugin install minimal-claude-code- Notifications - System notifications when Claude Code needs your attention
For macOS, you need to allow Script Editor to send notifications.
- Open System Settings > Notifications
- Find Script Editor in the app list
- Enable Allow Notifications
/code-review- Context-aware code review with selectable review target (--base,--uncommitted,--commit, or--custom)/create-pr- Convention-aware GitHub PR creation from the current feature branch
- code-reviewer - Runs
/code-reviewanalysis in a dedicated read-only subagent context
This marketplace also includes optional plugins that are separate from minimal-claude-code.
- context-engineering - Design better LLM context for agents, prompts, tools, RAG/MCP servers, and multi-agent systems.
Install it separately:
claude plugin install context-engineeringThe minimal plugin stays minimal by design. If you've found a hook, skill, or agent that genuinely improves productivity without bloat, consider opening a PR.
