overkill
Surfaces advanced data structures, distributed-systems algorithms, niche frameworks, design patterns, and frontier tooling that go beyond the pragmatic answer. Each option is scored on a calibrated complexity scale with the concrete scenario in which it pays off.
pinned to #60c7bbbupdated 2 weeks ago
Ask your AI client: “install plugins/overkill”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/overkillmetahub onboarded this repo on the author's behalf.
If you own github.com/santiago-vargas-de-kruijf/claude-overkill on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
13
Last commit
2 weeks ago
Latest release
published
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.60c7bbb· 2 weeks ago
Documentation
41Description quality
37 words · 263 chars — "Surfaces advanced data structures, distributed-systems algorithms, niche framewo…"
README is present and substantial
2,407 chars · 3 sections · 4 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Usage
Homepage / docs URL declared
https://github.com/santiago-vargas-de-kruijf/claude-overkill
Release history
1- releasecurrent60c7bbbwarn2 weeks ago
Contents
A Claude skill that takes the current problem a step beyond its pragmatic answer. Invoke it with /overkill (or just say "overkill this") and Claude will surface advanced alternatives — data structures, distributed-systems algorithms, niche frameworks, design patterns, and frontier tooling — each rated on a calibrated complexity scale, with the concrete future-scale scenario in which it becomes the correct choice.
This skill is for explorers and engineers who already know the simple answer and want to map what lies past it: the techniques, trade-offs, and frontier ideas they would otherwise never encounter. It is not a default recommendation engine — the suggestions are deliberately maximalist, and the complexity score is the honest signal of cost.
Install
Option 1 — As a plugin via the marketplace (recommended)
Inside any Claude Code session:
/plugin marketplace add santiago-vargas-de-kruijf/claude-overkill
/plugin install overkill@overkill-marketplace
Option 2 — Manual install (no marketplace)
Personal (available in every project):
git clone <this-repo> /tmp/claude-overkill
cp -r /tmp/claude-overkill/plugins/overkill/skills/overkill ~/.claude/skills/
Project-local (shared with collaborators via git):
mkdir -p .claude/skills
cp -r path/to/this-repo/plugins/overkill/skills/overkill .claude/skills/
Usage
In any Claude Code conversation about a concrete problem:
overkill— propose advanced alternatives for the current discussionoverkill this//overkill— same thingoverkill --max— restrict output to the highest-complexity options (🔥 7+)overkill --advanced— switch the comparison table to operator-focused columns (ops burden, hiring difficulty, time to first commit)overkill --current— use web search to verify references and check project health (adds latency)
Flags can be combined freely: overkill --max --advanced --current.
Claude will return ranked alternatives with complexity scores, a comparison table, and the concrete scale or condition under which each option starts to earn its cost.
Repository layout
claude-overkill/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── overkill/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── overkill/
│ └── SKILL.md
└── README.md
Reviews
No reviews yet. Be the first.
Related
superpowers-symfony
A Symfony-focused toolkit for Claude Code providing TDD (Pest/PHPUnit), Doctrine ORM, API Platform, Messenger, Voters, quality checks (PHP-CS-Fixer/PHPStan), and pragmatic architecture patterns - Docker Compose and Symfony Docker (FrankenPHP) compatible
cc10x
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
embedded-debugger
Embedded debugger workflow for probe-rs targets. Provides a CLI-first skill and optional MCP server for probe discovery, target checks, flashing, memory access, and RTT workflows.
mh install plugins/overkill