Minimal Claude Code
Description
A minimal Claude Code plugin with just the essentials.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
minimal-claude-code
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.
Installation
Claude Code
claude plugin marketplace add https://github.com/Byunk/minimal-claude-code
claude plugin install minimal-claude-code
Codex
codex --enable plugins plugin marketplace add Byunk/minimal-claude-code
You can install the desired plugin by running `/plugins` command in the Codex CLI.
Note that you need to enable `plugin_hooks` in your Codex CLI config to use notify hooks.
codex features enable plugin_hooks
Then run `/hooks` in Codex and trust the plugin hooks.
The Codex marketplace currently exposes:
minimal-claude-codecontext-engineering
What's Included
Hooks
- **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
Commands
- **`/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
Skills
- [**create-pr
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11