Imlazy
Skill hnikoloski/imlazy
Use when you want tier-aware agent routing — detects task complexity, routes to Quick/Standard/Heavy/Vault workflows, and auto-dispatches the right agent. Trigger with /imlazy or "i am lazy" prefix.From its SKILL.md
npx -y skills add hnikoloski/imlazyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 445 tokens by cl100k_base, as published. Nobody here has run it
imlazy — Tier-Routed Agent Workflow
A token-efficient workflow system that classifies tasks by complexity and routes them to the right set of skills automatically.
How It Works
Trigger with /imlazy <task> or i am lazy, <task> — the router classifies the task into a tier and loads only what's needed:
| Tier | When | Skills loaded |
|---|---|---|
| Quick | Simple, single-file, obvious solution | Minimal — just execute |
| Standard | Moderate complexity, clear scope | imlazy-planning (light) + imlazy-tdd + imlazy-code-review |
| Heavy | Multi-file, ambiguous, architectural | imlazy-brainstorm + imlazy-planning (full) + imlazy-tdd + imlazy-code-review |
| Vault | Knowledge persistence — "vault init", "vault save", "vault search", "create vault" | imlazy-vault |
| Learn | Router misclassification feedback | imlazy-learn |
Included Skills
Core workflow: imlazy-router, imlazy-bootstrap, imlazy-brainstorm, imlazy-planning, imlazy-tdd, imlazy-code-review, imlazy-debug, imlazy-parallel, imlazy-worktrees, imlazy-learn, imlazy-vault, imlazy-verify, imlazy-subagents, imlazy-write-plans, imlazy-write-skills, imlazy-receive-review, imlazy-request-review, imlazy-strategic-save, imlazy-eval, imlazy-finish-branch
Domain: imlazy-wordpress, imlazy-security, imlazy-api-design, imlazy-frontend, imlazy-backend, imlazy-standards
Obsidian vault: obsidian-markdown, obsidian-bases, json-canvas, obsidian-cli, defuddle, imlazy-vault
Installation
bash install.sh # Unix / WSL
.\install.ps1 # Windows PowerShell
Usage
/imlazy add a tag filter to the image library
i am lazy, fix the broken upload button
What ships with it: 57 files
221.4 KB alongside SKILL.md, 12 of them executable
.claude-plugin/
- marketplace.json506 B
- plugin.json578 B
.codex-plugin/
- codex.md1.9 KB
agents/
- imlazy-architect.txt4.5 KB
- imlazy-build-fixer.txt5.4 KB
- imlazy-code-reviewer.txt2.7 KB
- imlazy-cpp-review.txt2.5 KB
- imlazy-database.txt6.7 KB
- imlazy-debugger.txt4.0 KB
- imlazy-docs-lookup.txt2.1 KB
- imlazy-docs.txt4.6 KB
- imlazy-e2e.txt7.9 KB
- imlazy-go-review.txt5.7 KB
- imlazy-java-review.txt4.7 KB
- imlazy-kotlin-review.txt5.4 KB
- imlazy-php-review.txt5.6 KB
- imlazy-planner.txt2.8 KB
- imlazy-python-review.txt2.8 KB
- imlazy-refactor.txt5.8 KB
- imlazy-rust-review.txt2.3 KB
- imlazy-security-reviewer.txt5.3 KB
- imlazy-tdd.txt5.3 KB
assets/
- hero.svg52.1 KB
commands/
- imlazy.md541 B
docs/
- index.html18.6 KB
- index.html.md2.4 KB
- llms.txt5.0 KB
- robots.txt81 B
- sitemap.xml459 B
hooks/
- hooks.json305 B
- run-hook.cmdruns1.4 KB
- session-start1.3 KB
- ATTRIBUTIONS.md1.5 KB
- CHANGELOG.md1.7 KB
- CLAUDE.md1.5 KB
- CODE_OF_CONDUCT.md1.0 KB
- CONTRIBUTING.md907 B
- .gitignore425 B
- imlazy-mcp-registry.json2.7 KB
- install.ps1runs2.9 KB
17 more files not listed here. See all 57 in the repository.