Install
$ agentstack add skill-hnikoloski-imlazy-imlazy-bootstrap ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
imlazy-bootstrap
Triggers
When the user message starts with /imlazy or i am lazy, (at the start of a message or as a clear prefix), invoke Skill(imlazy-router) with the task description.
Additionally, detect VAULT triggers: "vault init", "vault save", "vault search", "create vault" — route these to Skill(imlazy-router) for vault-tier classification.
Do NOT trigger on "i am lazy" appearing mid-paragraph or without an actionable verb (e.g., "i am lazy and tired today" is not a trigger — no action to route).
The slash command /imlazy is a hard trigger. The chat phrase requires a clear actionable ask.
The 1% rule
If a skill might apply to what you are doing, invoke it before responding. After triggering, the router decides which workflow skills to load — you do not need to pre-load anything yourself.
Instruction priority
User instructions in CLAUDE.md / AGENTS.md take precedence over imlazy skills, which take precedence over default system behavior. The router never overrides explicit user requests — if the user says "skip the plan", honor it.
Quick-tier completion gate
For Quick-tier tasks (classified as such by imlazy-router), before claiming completion:
- Run the relevant verification command — test suite, build, or
git difffor content-only edits. - Confirm exit code 0 and the intended change is present in the output.
- If verification passes: claim completion, you are done.
- If verification fails: do NOT claim completion. Escalate to Standard tier:
- Invoke
Skill(imlazy-tdd)andSkill(imlazy-planning)(light mode). - Invoke
Skill(imlazy-learn)with predicted=quick, actual=standard, and a 50-char task summary. - Continue with the broader skill set loaded — do not restart the task from scratch.
What this skill does not do
This bootstrap deliberately omits red-flags tables, rationalization lists, and workflow philosophy — those live in the tier-specific skills, loaded lazily by the router.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hnikoloski
- Source: hnikoloski/imlazy
- License: MIT
- Homepage: https://hnikoloski.github.io/imlazy/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.