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 3 months 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
3 months ago
Latest release
published
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.60c7bbb· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
4 passed1 warningTags / 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.
Description 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
README has usage / example sections
found: Usage
Homepage / docs URL declared
https://github.com/santiago-vargas-de-kruijf/claude-overkill
Release history
1- releasecurrent60c7bbbwarn3 months 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
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
mattpocock-skills
mattpocock-skills plugin bundle
mh install plugins/overkill