luciazero-bootstrap

luciazero-bootstrap is a skill for Claude Code from ohm41321/luciazero. It costs 41 tokens per session (98 once invoked), scanned A, original, MIT.

A compatibility alias is an alternate command name for another procedure. This one points to /ready, which is the current name.

In plain words
What is it for?
It helps users who explicitly invoke /luciazero-bootstrap reach the /ready procedure and learn that the old name is deprecated.
Why use it?
It lets older workflows continue while making clear that the original command has been renamed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the luciazero plugin — 15 skills, 1 agent, 7 hooks shipped together

Good fit It helps users who explicitly invoke /luciazero-bootstrap reach the /ready procedure and learn that the old name is deprecated.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0
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 ohm41321/luciazero --skill luciazero-bootstrap-v2.2.0
Clone the repo
git clone --depth 1 https://github.com/ohm41321/luciazero

Made for: Claude Code.

Or install luciazero, the plugin that ships this one along with the rest of its 15 skills, 1 agent, 7 hooks.

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 luciazero-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0/github.svg)](https://agentmods.dev/skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0)
Your own site
<a href="https://agentmods.dev/skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0"><img src="https://agentmods.dev/badge/skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0/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 luciazero-bootstrap

Your own site · 80×15
<a href="https://agentmods.dev/skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0"><img src="https://agentmods.dev/badge/skills/ohm41321/luciazero/luciazero-bootstrap-v2.2.0.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 98 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.00041 $0.00098
Opus 5 $0.00020 $0.00049
Sonnet 5 $0.00008 $0.00020
Haiku 4.5 $0.00004 $0.00010

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

Security

Grade A, and why

luciazero-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 11d 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.

migrations/luciazero-bootstrap-v2.2.0/SKILL.md · 11 lines

What it actually says

Renamed to Ready

Tell the user /luciazero-bootstrap is deprecated and renamed to /ready. Then read ../ready/SKILL.md and follow that procedure completely, resolving its relative resource paths from ../ready/.

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. 11d ago First seen · 11 lines · 41 tokens per session scan A 67a5dc3f37ce

Subscribe to this mod's changes

luciazero-bootstrap is a skill published in the GitHub repository ohm41321/luciazero (5 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 98 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

tfx-ship

A release workflow for publishing triflux versions through GitHub Releases, the npm package registry, and the Claude Code marketplace. It also supports version changes, dry runs, skipped tests, and no-publish runs.

tellang/triflux · 130 tokens

tfx-goal-clarify

A prompt-formatting helper that turns a rough idea written in everyday language into one Claude Code `/goal` instruction. It organizes the desired result, how to check it, limits, and when to stop.

tellang/triflux · 107 tokens

tfx-interview

A question-driven workflow for turning a vague implementation request into specific requirements. It measures ambiguity—how much the goal, constraints, and success criteria are unclear—and asks questions to reduce it.

tellang/triflux · 52 tokens

tfx-hub

A Korean-language skill for managing a TFX message hub, which is a local message bus for communication between coding agents. It supports starting, stopping, checking, and routing work through the hub.

tellang/triflux · 84 tokens

tfx-prune

A cleanup workflow that asks three AI coding assistants to independently identify unnecessary code, then removes only issues they agree are unwanted. It checks for duplication, needless abstractions, excessive error handling, and similar readability problems.

tellang/triflux · 51 tokens

tfx-review

A code-review workflow that asks several command-line AI reviewers to inspect changes independently, then reports issues that at least two reviewers agree on. TDD means test-driven development, where tests are written to guide implementation, but this add-on is for reviewing code rather than defining TDD.

tellang/triflux · 83 tokens