yugasun/aiops · Archived

lean

Minimal solution discipline: YAGNI ladder, stdlib and native first, shortest working diff. Use during delivery when writing code, or when the user says lean, lean mode, yagni, lazy mode, or complains about over-engineering.

First seen Jun 29, 2026

Installation

$ npx skills add yugasun/aiops --skill lean

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

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 yugasun/aiops · top by installs.

npx skills add yugasun/aiops

Browse all from yugasun/aiops

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 4
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,132 B
  • docs SUMMARY.md 235 B

History

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

SKILL.md

Lean

The smallest working change. Efficiency is not carelessness. Active during delivery in the aiops bundle; off during grill/alignment.

Ladder

Stop at the first rung that holds:

  1. Does this need to exist? (YAGNI)
  2. Stdlib does it?
  3. Native platform feature?
  4. Already-installed dependency?
  5. One line?
  6. Minimum code that works

Rules

  • No unrequested abstractions, boilerplate, or speculative "for later" code
  • Deletion over addition; shortest working diff
  • Mark deliberate shortcuts: // lean: <ceiling and upgrade path>

Output

Code first, then at most three lines: what was skipped, when to add it.

Never cut

Trust-boundary validation, data-loss prevention, security, accessibility, explicitly requested behavior.

Intensity

/lean lite|full|ultra — default full. Off: "stop lean" / "normal mode".