init

init is a skill for Claude Code from NVZver/claude-marketplace. It costs 20 tokens per session (801 once invoked), scanned A, original, MIT.

A project setup tool for LSA, a specification system that organizes a project’s goals, modules, standards, research, and planned work into files.

In plain words
What is it for?
Use it to start LSA on a new project or map an existing codebase into specifications and a project roadmap.
Why use it?
It creates the file structure that other LSA tools need, including module specifications and a machine-readable list of planned work.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the lsa plugin — 7 skills, 1 agent, 1 hook shipped together

Good fit Use it to start LSA on a new project or map an existing codebase into specifications and a project roadmap.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add NVZver/claude-marketplace
Claude Code
/plugin install lsa

Made for: Claude Code.

Or install lsa, the plugin that ships this one along with the rest of its 7 skills, 1 agent, 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 init

README.md
[![agentmods](https://agentmods.dev/badge/skills/nvzver/claude-marketplace/init/github.svg)](https://agentmods.dev/skills/nvzver/claude-marketplace/init)
Your own site
<a href="https://agentmods.dev/skills/nvzver/claude-marketplace/init"><img src="https://agentmods.dev/badge/skills/nvzver/claude-marketplace/init/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 init

Your own site · 80×15
<a href="https://agentmods.dev/skills/nvzver/claude-marketplace/init"><img src="https://agentmods.dev/badge/skills/nvzver/claude-marketplace/init.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 801 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.00020 $0.00801
Opus 5 $0.00010 $0.00400
Sonnet 5 $0.00004 $0.00160
Haiku 4.5 $0.00002 $0.00080

Measured 8d ago against content hash 983aa28ceb31, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

init 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 8d 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.

lsa/skills/init/SKILL.md · 55 lines

How it starts

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

Trace. On load, print first: =============== [lsa/skills/init/SKILL.md] [lsa] ===============

LSA Init

See CORE.md.

Role

Project scaffolder.

Goal

Stand up the LSA spec tree so the other skills can run.

Inputs

Input Source
.lsa.yaml (or defaults) self
Existing code (brownfield module inference) discover

Steps

  1. Resolve config — constitution / specs_root / mode (defaults: .lsa/VISION.md, .lsa/, code); print it. (→ config)

  2. Greenfield: create under ${specs_root}/main.spec.md, roadmap.yaml (YAML ledger SoT — starter below), research-backlog.md, modules/, features/, standards/{code,testing}.md, archive/; fill standards/ from the constitution. Do not create roadmap.md. Starter ledger (write exactly):

    version: 1
    items: []
    shipped_history: []
    

    After writing, quote the new roadmap.yaml inline (and a one-line list of the other created paths) per ../../../core/skills/output/SKILL.md Rule 7 — never "spec tree created" without the quoted ledger. Observable result: ${specs_root}/roadmap.yaml exists and is quoted; ${specs_root}/roadmap.md does not. (→ spec tree)

  3. Existing markdown roadmap: if ${specs_root}/roadmap.md exists and ${specs_root}/roadmap.yaml does not (or both exist), do not invent a second SoT by hand — load and follow ../../knowledge/migration-instructions-ai.md (migrate → verify → rewire → cleanup). Observable result: migration report cited, or an explicit skip with reason. (→ migrated ledger or deferred)

  4. Brownfield modules: via discover, infer one modules/<name>/spec.md per logical module from artifact_paths (or /src); tag every inferred line [ASSUMPTION] (CORE §1); show, approve, write. (→ module specs)

  5. Project map: run the shipped builder — prefer bash "${CLAUDE_PLUGIN_ROOT}/scripts/project-map-build.sh" when CLAUDE_PLUGIN_ROOT points at the installed lsa plugin; otherwise bash lsa/scripts/project-map-build.sh from a marketplace checkout. Observable result: repo-root project-map.yaml exists (3-level directory tree). Skip only if the script cannot be found — note the gap; discover falls back to a tree-walk. (→ project-map.yaml)

Read the full file on GitHub · 55 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. 8d ago First seen · 55 lines · 20 tokens per session scan A 983aa28ceb31

Subscribe to this mod's changes

init is a skill published in the GitHub repository NVZver/claude-marketplace (1 stars, last pushed 14d ago), licensed MIT. It adds 20 tokens to every session and 801 once invoked, about $0.0001 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

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

design-everyday-things

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…

wondelai/skills · 132 tokens

traction-eos

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…

wondelai/skills · 147 tokens

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…

wondelai/skills · 217 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

cold-start-problem

Start and scale networked products using Andrew Chen's "The Cold Start Problem" framework for network effects. Use when the user mentions "network effects", "chicken and egg", "cold start", "two-sided marketplace", "atomic network", "hard side", "liquidity", "critical mass", "invite-only launch", "how do I get my…

wondelai/skills · 168 tokens