🧭
AI EngineeringJavaScript

Unlazy

by Leonxlnx

Unlazy is an AI Engineering skill for Claude Code, published by Leonxlnx in unlazy.

1.1K stars73 forkson Leonxlnx/unlazyAdded 2026/08/23+60% in starsRepository updated 2026/08/23
ai-agentsclaudeclaude-codellmproductivityprompt-engineeringskill
Install in seconds
Install Unlazy
Copy Unlazy into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Leonxlnx/unlazy ~/.claude/skills/unlazy

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Leonxlnx/unlazy.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Leonxlnx/unlazy
Installs to
~/.claude/skills/unlazy
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Unlazy does

Unlazy enforces completion discipline for long autonomous tasks by writing acceptance gates first, decomposing work, running approved checks, and re-verifying evidence before reporting. Use it for multi-part work, audits, builds, or any task that tends to end half-done.

Unlazy is cataloged under AI Engineering on DirSkills. Unlazy comes from a repository tagged ai-agents, claude, claude-code, llm and productivity.

Documentation

README

Unlazy

Make incomplete work visible and make completion testable. Prove outcomes against a ledger instead of relying on a confident done report.

Write gates before real work

Create GATES.md from templates/gates-leaf.md before implementing. State one observable outcome per gate. Give every runnable gate an indented CHECK: and EXPECT:; use a manual gate only when no command can decide the outcome.

Treat CHECK: as code. Before executing an inherited ledger, parse it without running anything and read every command and called script:

node <skill-dir>/scripts/gate-check.mjs --status GATES.md

Approve only commands you wrote or understand, then run them explicitly:

node <skill-dir>/scripts/gate-check.mjs --approve GATES.md

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Unlazy

  • How does Unlazy compare to other AI Engineering skills?

    Unlazy ranks #1260 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Unlazy against them. Open each page to compare what they document and how they install.