Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Lean

ASecurity

Forge's minimalism discipline. Use for any "add X" / "build Y" / refactor / bug-fix — before writing code, to choose the smallest change that actually solves the problem. Reuse over rewrite, delete over add, boring over clever.

2 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentsrustsecurity

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add CodeWithJuber/forgekit --skill lean --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lean?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Lean
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/codewithjuber-lean/badge)](https://www.skillsdirectory.com/skills/codewithjuber-lean)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: lean
description: Forge's minimalism discipline. Use for any "add X" / "build Y" / refactor / bug-fix — before writing code, to choose the smallest change that actually solves the problem. Reuse over rewrite, delete over add, boring over clever.
---

# lean — the smallest change that works

The best code is the code you never write; the second best already exists in this
repo. `lean` is a reflex applied AFTER you understand the problem, never instead of
understanding it.

## The Lean Path (stop at the first step that holds)
1. **Need?** Does this need to exist at all? Speculative "for later" → skip it and
   say so in one line. (YAGNI)
2. **Here already?** A util, component, type, or pattern that already lives in this
   repo → reuse or extend it. Look before you write.
3. **Platform / stdlib?** The language stdlib, a native platform feature, or an
   already-installed dependency covers it → use it. Never add a dependency for what
   a few lines do.
4. **One small change.** The smallest diff that fits the file's style. Fewest files.
   Boring over clever — clever is what someone decodes at 3am.
5. **Root, not symptom.** A report names a symptom. Fix it once in the shared
   function all callers route through — not in each caller.

## Rules
- No unrequested abstraction: no interface with one implementation, no factory for
  one product, no config for a value that never changes.
- Deletion over addition. The shortest working diff wins — once you understand what
  the change must touch. The smallest change in the wrong place is a second bug.
- Mark a deliberate shortcut with a comment naming its ceiling and upgrade path,
  e.g. `// lean: O(n^2) scan, index it if the list grows`.

## Never lean about (build the full thing)
Understanding the problem · input validation at trust boundaries · error handling
that prevents data loss · security · accessibility basics · anything explicitly
requested. Non-trivial logic (a branch, loop, parser, money/security path) ships
with ONE runnable check — the smallest thing that fails if the logic breaks.

## Output
Code first, then at most: "did X; skipped Y; add Y when Z." If the explanation is
longer than the code, delete the explanation.

Attribution

CodeWithJuberCodeWithJuber
View sourceMore from CodeWithJuber →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →