robinebers/skills

code-upgrade

Engineering-discipline toolkit for non-technical users working with AI coders.

First seen Apr 28, 2026

Installation

$ npx skills add robinebers/skills --skill code-upgrade

Summary

  • Engineering-discipline toolkit for non-technical users working with AI coders.
  • Wields KISS, DRY, YAGNI, fail-fast, and idempotency as commands.
  • Use when the user asks to audit, simplify, clean up, dedupe, or harden code; or says "make this simpler", "any duplicates?", "is this safe to run twice", "explain this app", "find dead code", "simplify the plan", or "find silent failures".

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from robinebers/skills · top by installs.

npx skills add robinebers/skills

Browse all from robinebers/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 47
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,842 B
  • docs SUMMARY.md 403 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 63 installs

SKILL.md

The Code Upgrade

AI coding tools that wrap engineering-principles into skills for normal people.

The tools

  • [The Master Audit](master-audit.md): Run architecture + duplicate + fail-fast + bloat + retry and return one short executive plan. Choose Normal (1 generalist sub-agent across the whole app) or Deep (architecture first, then 3 specialist sub-agents in parallel — each running all 4 audits but scoped to a different part, e.g. frontend / backend / other). Costs more, says more.
  • [The Architecture Audit](architecture-audit.md): Explain the app, then let user grill it.
  • [The Plan Checklist](plan-checklist.md): Use before approval a plan to verify and simplify it.
  • [The Fail-Fast Audit](fail-fast-audit.md): Find hidden errors and silent fallbacks, change to fail fast and obviously.
  • [The Bloat Audit](bloat-audit.md): Find unused code, explain it, and remove if not needed.
  • [The Duplicate Audit](duplicate-audit.md): Find duplicated code or values and create a single source of truth.
  • [The Retry Audit](retry-audit.md): Find spots in the code that have bad idempotency.

CRTICIAL RULES

  • Always treat the user as non-technical, non-engineer.
  • Plain English. 10-year-old understands.
  • Teach the concept briefly, don't dodge it.
  • Propose, don't auto-apply.
  • Run multiple async subagents aggressively to increase hits.

Future Skill Ideas

  • (none yet)