imlazy-bootstrap

imlazy-bootstrap is a skill for Claude Code from hnikoloski/imlazy. It costs 32 tokens per session (492 once invoked), scanned A, original, MIT.

A session bootstrap that detects `/imlazy`, “i am lazy,” and vault-related commands, then sends the task to the imlazy router. The router selects a workflow tier for the request.

In plain words
What is it for?
Use it at the beginning of tasks that use `/imlazy`, the supported “i am lazy” phrase, or vault commands such as initializing, saving, or searching a vault.
Why use it?
It provides a single entry point for starting the appropriate imlazy process without manually loading workflow instructions. It also distinguishes actionable triggers from ordinary conversation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Part of the imlazy plugin — 26 skills, 1 command, 1 hook shipped together

Good fit Use it at the beginning of tasks that use /imlazy, the supported “i am lazy” phrase, or vault commands such as initializing, saving, or searching a vault.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hnikoloski/imlazy/imlazy-bootstrap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hnikoloski/imlazy --skill imlazy-bootstrap
Clone the repo
git clone --depth 1 https://github.com/hnikoloski/imlazy

Made for: Claude Code.

Or install imlazy, the plugin that ships this one along with the rest of its 26 skills, 1 command, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for imlazy-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/hnikoloski/imlazy/imlazy-bootstrap/github.svg)](https://agentmods.dev/skills/hnikoloski/imlazy/imlazy-bootstrap)
Your own site
<a href="https://agentmods.dev/skills/hnikoloski/imlazy/imlazy-bootstrap"><img src="https://agentmods.dev/badge/skills/hnikoloski/imlazy/imlazy-bootstrap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for imlazy-bootstrap

Your own site · 80×15
<a href="https://agentmods.dev/skills/hnikoloski/imlazy/imlazy-bootstrap"><img src="https://agentmods.dev/badge/skills/hnikoloski/imlazy/imlazy-bootstrap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 492 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00492
Opus 5 $0.00016 $0.00246
Sonnet 5 $0.00006 $0.00098
Haiku 4.5 $0.00003 $0.00049

Measured 10d ago against content hash 3d5edf9dd949, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

imlazy-bootstrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/imlazy-bootstrap/SKILL.md · 41 lines

How it starts

The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.

imlazy-bootstrap

Triggers

When the user message starts with /imlazy <task> or i am lazy, <task> (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:

  1. Run the relevant verification command — test suite, build, or git diff for content-only edits.
  2. Confirm exit code 0 and the intended change is present in the output.
  3. If verification passes: claim completion, you are done.
  4. If verification fails: do NOT claim completion. Escalate to Standard tier:
    • Invoke Skill(imlazy-tdd) and Skill(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.

Read the full file on GitHub · 41 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 41 lines · 32 tokens per session scan A 3d5edf9dd949

Subscribe to this mod's changes

imlazy-bootstrap is a skill published in the GitHub repository hnikoloski/imlazy (2 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 492 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens

architecture-design

Use only when creating new registrable ML components that require Factory or Registry patterns.

Galaxy-Dawn/claude-scholar · 19 tokens

results-analysis

This skill should be used when the user asks to "analyze experimental results", "run strict statistical analysis", "compare model performance", "generate scientific figures", "check significance", "do ablation analysis", or mentions interpreting experiment data with rigorous statistics and visualization. It focuses on…

Galaxy-Dawn/claude-scholar · 68 tokens

review-response

Systematic review response workflow from comment analysis to professional rebuttal writing. Use when the user asks to "write rebuttal", "respond to reviewers", "draft review response", or "analyze review comments". Improves paper acceptance rates.

Galaxy-Dawn/claude-scholar · 51 tokens

verification-loop

This skill should be used when the user asks to "verify code", "run verification", "check quality", "validate changes", or before creating a PR. Provides comprehensive verification including build, type check, lint, tests, security scan, and diff review.

Galaxy-Dawn/claude-scholar · 55 tokens

stss

Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.

lennney/stop-that-shit · 63 tokens