← all tools

cc-skill:anti-overengineering

Claude Code skill · anthropic · active

0
last 30 days
0 calls
0 of 30 days active
explain like I am new to this
what it does

This skill keeps your code simple and shippable by enforcing hard limits: stay under 800 lines for v1, avoid fancy abstractions, and build only what you need today. It pushes back against over-engineered patterns and tells you which simple approaches to pick instead.

who it is for

Founders, solo developers, and small teams who need to ship fast and maintain what they build without drowning in complexity.

when it fires

Every code-writing task, architectural decision, or refactoring discussion in Claude Code. No keyword needed. It runs by default.

say something like
  • "Build a user authentication system for my app"
  • "I need to refactor this API route. Should I extract it into a service layer?"
  • "What's the best way to structure a dashboard with settings, admin panels, and advanced options?"
what you might get back
Skip the service class. Your Supabase client is already a query builder. Put the login logic straight in your route handler. Raw SQL in a string is more readable than chaining seven methods. Keep the whole file under 150 lines and you're done. Test it manually first.
how to know it worked

The skill fires correctly when Claude Code suggests the simplest possible solution first, asks what breaks if you delete something, and refuses to add abstractions until you have two real uses for them.

is this skill working for me
never used
cloud runs
0
0 deployments
local fires
0
Claude Code (optional)
posts published
0
from drafts
attributed
$0.00
signups + revenue
Deploy this skill as a cloud automation to put it to work — runs on a schedule, dispatches output to Telegram or email, and logs every result here.

Deploy this skill

no laptop required

Run this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.

How this performs

Cloud-automation runs, real outputs, and feedback.

No cloud runs yet for this skill.

Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.

what this is

Claude Code skill at /Users/olanrewajukareem/.claude/skills/anti-overengineering/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.

Use this skill on every Claude Code build session, code generation task, architectural decision, or refactoring discussion. Forces ship-first, simple-first defaults so output stays small, debuggable, and shipped. Triggers on every code-writing task —

Local Claude Code use (optional)

Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.

Install on your machine

Save this skill to ~/.claude/skills/anti-overengineering/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.

30-day activity
never used
2026-04-03today
cost model
unitincluded
capabilities
{
  "source": "global",
  "description": "Use this skill on every Claude Code build session, code generation task, architectural decision, or refactoring discussion. Forces ship-first, simple-first defaults so output stays small, debuggable, and shipped. Triggers on every code-writing task — no specific keyword needed."
}
how it gets called
{
  "method": "embed_in_prompt",
  "skill_path": "/Users/olanrewajukareem/.claude/skills/anti-overengineering/SKILL.md"
}
This tool has never been called in the last 30 days.

That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.