A curated Claude Code toolkit for web developers who ship.
15 skills. 6 agents. 3 commands. Zero bloat.
Most Claude Code plugin collections give you 1,000+ skills and leave you to figure out which ones work, which conflict, and which are just noise.
You don't need 1,000 skills. You need the right 24.
A hand-picked, zero-dependency toolkit for web developers. Every skill, agent, and command is selected to work together as a cohesive development environment -- not a junk drawer.
You get:
A design team (5 UI/UX design skills)
A dev team (6 specialized agents)
A workflow system (TDD, planning, build-fix)
A system prompt (battle-tested CLAUDE.md)
git clone https://github.com/cskwork/claude-minimal-plugin.git
cd claude-minimal-plugin
./install.shRestart Claude Code. Done.
The installer symlinks everything to
~/.claude/and backs up your existing config automatically.
Alternative: Plugin Marketplace
# Register marketplace (once)
/plugin marketplace add cskwork/claude-minimal-plugin
# Install
/plugin install minimal| Skill | What It Does |
|---|---|
| taste-skill | Overrides Claude's default "Bootstrap-looking" output. Adds design dials (variance, motion, density) for precise control over visual output. |
| brutalist-skill | Swiss typography + military terminal aesthetics. For data-heavy dashboards and admin panels that command attention. |
| minimalist-skill | Clean editorial layouts with warm monochrome palettes. No gradients, no shadows -- just typography and space. |
| soft-skill | Awwwards-tier design with spring physics animations, cinematic motion, and premium font pairings. |
| stitch-skill | Generates semantic design system tokens for Google Stitch. Anti-generic UI standards baked in. |
| Skill | What It Does |
|---|---|
| agent-browser | Automates browser interactions -- navigation, form filling, data extraction -- through Chrome CDP. |
| mcp-builder | Step-by-step guide to building production MCP servers with proper tool schemas (Zod/Pydantic). |
| output-skill | Bans placeholder code. Forces Claude to generate complete, unabridged implementations -- no // ... rest of code. |
| skill-creator | Create your own skills with proper structure, progressive disclosure, and reusable resource bundling. |
| korean-frontend-defaults | Korean market frontend defaults: Pretendard font, word-break: keep-all, proper hangul typography. |
| Skill | What It Does |
|---|---|
| claude-hud | Real-time statusline showing context usage, active tools, agent status, and todo progress. |
| find-skills | Discover and install skills from the open ecosystem with quality filters. |
| install-plugins | Multi-tool plugin installer across Claude Code, Cursor, and other AI tools. |
| skill-library | Private skill distribution across devices and teams via GitHub-synced catalog. |
| redesign-skill | Audit existing websites and apply high-end design standards without breaking functionality. |
Six specialized agents that work together through the workflow orchestrator:
| Agent | Role | Specialty |
|---|---|---|
| workflow-orchestrator | Project Lead | Designs and executes complex processes. Coordinates the other agents. |
| frontend-developer | Senior Frontend Dev | React components, scalable architecture, maintainability-first. |
| ui-designer | Senior UI Designer | Interface design balancing aesthetics, accessibility, and brand alignment. |
| ux-researcher | Senior UX Researcher | Mixed-methods research, user insights, design validation. |
| code-reviewer | Senior Code Reviewer | Reviews against plans, enforces architecture and quality standards. |
| feature-tester | QA Engineer | Systematic frontend + backend testing before production. |
| Command | Usage | What It Does |
|---|---|---|
/plan |
Before starting | Breaks down requirements into phases, identifies risks, waits for your approval. |
/tdd |
During development | Enforces test-first: scaffold interfaces, write tests, implement minimal code, hit 80%+ coverage. |
/build-fix |
When things break | Parses build errors, shows context, fixes incrementally, re-runs until green. |
| Claude Minimal Plugin | 1000+ Skill Collections | |
|---|---|---|
| Setup time | 30 seconds | Hours of configuration |
| Conflicts | Skills tested together | Unknown interactions |
| Design quality | 5 curated design systems | Generic Bootstrap output |
| Team workflow | 6 agents + orchestrator | Individual skills, no coordination |
| Maintenance | One repo to update | Track dozens of sources |
| Dependencies | Zero external services | Often requires API keys, accounts |
The included CLAUDE.md system prompt establishes a disciplined development workflow:
- Gather Context before coding
- Plan First with risk assessment
- TDD -- test, fail, implement, pass
- Verify -- lint, build, fix automatically
- Root Cause Only -- no bandaid fixes
Install it separately if you only want the prompt:
cp CLAUDE.md ~/.claude/CLAUDE.md| Plugin | Why | Install |
|---|---|---|
| superpowers | Adds systematic debugging, advanced code review, and extended TDD workflows | claude install-github-skill https://github.com/obra/superpowers |
These were deliberately removed to keep the plugin dependency-free:
- docx/pdf -- requires external document processing libraries
- gitea-mcp -- requires Gitea server
- huly-jarvis -- requires Huly workspace
- teams-message -- requires Microsoft Teams credentials
./uninstall.shRemoves all symlinks and restores your backed-up config files.
Found a skill that should be in the collection? Have a design system to add?
- Fork this repo
- Add your skill/agent/command
- Test it works with the existing set (no conflicts)
- Open a PR explaining why it belongs in a minimal collection
The bar is intentionally high. "Useful" isn't enough -- it needs to be essential.
Built for developers who believe less tooling, done right, beats more tooling done poorly.