Minimalism — Development skill for Claude Code
Use in any coding session when writing or changing code — enforces the laziest solution that actually works (YAGNI, stdlib-first, shortest diff) while never trimming validation, error handling, securi.
How to install Minimalism
Installs to ~/.claude/skills/mickeyyaya-evolve-loop-minimalism/SKILL.md
mkdir -p ~/.claude/skills/mickeyyaya-evolve-loop-minimalism && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/commands/minimalism.md -o ~/.claude/skills/mickeyyaya-evolve-loop-minimalism/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Minimalism does
description: "Use in any coding session when writing or changing code — enforces the laziest solution that actually works (YAGNI, stdlib-first, shortest diff) while never trimming validation, error handling, security, accessibility, or the pipeline's tests/gates. Also triggers on \"minimalism\", \"be lazy\", \"simplest/minimal solution\", \"yagni\", \"do less\", \"shortest path\", or complaints about over-engineering, bloat, boilerplate, or unnecessary dependencies." argument-hint: "[lite|fu
Alternatives in Development
- n8n Validation Expert — Fix n8n validation errors with error catalog 3.6k ★
- Academic Pptx Skill — A Claude Skill for creating academic presentations (conference talks, seminar slides, thesis defenses, grant b 811 ★
- Simplify — Reduce complexity without changing behavior — code simplification 263 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
API Gen
Generate REST API endpoints with routes, validation, error handling, and tests
Nxt API Route
Generates a Next.js App Router API route handler (route.ts) with proper TypeScript types, request validation,
API New
Create a new Next.js API route with validation, error handling, and TypeScript
01 Remove Silence
Remove silence from video files, trimming dead air while preserving natural pauses
Transcripto
Index your coding-agent transcripts, keep only the turns you actually typed, and grade them. Local, stdlib-onl
Sc Build
Build, compile, and package projects with intelligent error handling and optimization
Related Agents
Webtester
Use this agent to verify that a web app actually works end-to-end in a real browser, driven by Playwright agai
Review Code Quality
Reviews code changes for code quality, conventions, readability, DRY violations, error handling, test coverage
Rust Fix Agent
Rust specialized build/clippy error fixing agent. Use when cargo build or cargo clippy errors occur. Makes pra