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.
npx agentmods add commands/black-coffe/vulyk/vulyk-bootstrapgit clone --depth 1 https://github.com/Black-coffe/vulykWrote 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.
[](https://agentmods.dev/commands/black-coffe/vulyk/vulyk-bootstrap)<a href="https://agentmods.dev/commands/black-coffe/vulyk/vulyk-bootstrap"><img src="https://agentmods.dev/badge/commands/black-coffe/vulyk/vulyk-bootstrap.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00019 | $0.00782 |
| Opus 5 | $0.00010 | $0.00391 |
| Sonnet 5 | $0.00004 | $0.00156 |
| Haiku 4.5 | $0.00002 | $0.00078 |
Grade A, and why
vulyk-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 4d 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.
What it actually says
You are initializing VULYK for this repository. Follow bootstrap/interview.md exactly:
- Interview. Ask the questions in the script in 3 batches (context -> conventions -> posture). With
--quickin "$ARGUMENTS", infer answers from the repo (package files, CI config, lockfiles, README) and present them for one-shot confirmation instead. - Tailor the constitution. Fill the
## Profileblock between theVULYK:PROFILEmarkers - it arrives blank because a profile copied from another repository is a confident lie, and every caste starts from it. Stack, runner, where source lives, test framework, commit convention, and the last row, which is the one that pays for itself: which configurations actually exist today, and what is deferred and until when. A reviewer that does not know this demands guarantees for deployments nobody has, and the blind acceptance gate cannot state the shape it judged against - both have cost real review rounds. Write it from what you verified in step 1, never from what a README claims. SetTOP_MODELper the budget answer. Replace every row of the## Commandstable — the shipped rows are VULYK's own (shell/Python syntax checks) and are wrong for any other project; delete them along with the warning blockquote above the table. Use this project's real commands in their quiet form — find the flag that suppresses per-test/per-file chatter (--reporter=dot,-q,--silent,--quiet) rather than pasting the README's default invocation; that output is resent on every later turn. Verify each command actually runs, and if the project genuinely lacks one (no build step, no test runner), write that instead of inventing a plausible command — a verification that always exits 0 is worse than an admitted gap. Write path-scoped conventions into.claude/rules/<area>.mdinstead of bloating CLAUDE.md. - Prune the roster. Delete agents that cannot apply here (e.g.
worker-testif the project has no test runner - and say so loudly), adjust tools lists to the stack.drone-acceptanceis the one agent whose removal is never silent: if this project has no way to be run and observed, write that sentence into the summary. "Nothing here can check that the software does what was asked" is a fact the human should own deliberately, not a gap discovered later. - Build the map. Identify top-level modules. Dispatch
drone-scoutper module - batch up to 4 in parallel - and save each report asmemory/map/<module>.mdwith alast-verifieddate. For very large repos (1000+ files), map breadth-first: top 8-12 load-bearing modules now, note the rest inmemory/memory.mdas unmapped territory. - Seed memory. Write
memory/memory.mdpointer index (<= 60 lines): map files, key wiki notes to create, verification commands, unmapped territory. - Seed wiki. Create 2-4
docs/wiki/notes for the most load-bearing domains/invariants discovered during mapping (usetemplates/wiki-note.md). - Commit everything as
vulyk: initialize hive for <project>and print a summary: tier examples for THIS codebase, the three-command loop, and any pruned agents.
Do not start any feature work. Bootstrap ends with the commit and summary.
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.
- 4d ago First seen · 17 lines · 19 tokens per session scan A 61c1796dbb53
vulyk-bootstrap is a command published in the GitHub repository Black-coffe/vulyk (2 stars, last pushed 14d ago), licensed MIT. It adds 19 tokens to every session and 782 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.
Other commands, from other repositories
psm
/oh-my-claudecode:psm is a compatibility alias for /oh-my-claudecode:project-session-manager.
project
Generate project documentation (product.md, structure.md, tech.md, codemaps/).
version
Display current guide and Claude Code versions.
discover
Run a full product discovery cycle — from outcome definition through opportunity mapping, prioritisation, and experiment design. Use when the team isn't sure what to build next, or before writing a PRD for a complex feature space.
resume
Resume a previous session. Reads recent session logs, open tasks, and last decisions — gives Claude full context without re-explaining the project.
diff-docs
Compare official Anthropic docs baseline vs current snapshot (no network — instant).