delivery-bootstrap

delivery-bootstrap is a skill for Claude Code, Codex from haabe/mycelium. It costs 27 tokens per session (2,256 once invoked), scanned A, original, MIT.

A startup helper for beginning work in a new or unfamiliar codebase. It identifies the project’s technology and product type, then prepares the relevant development context.

In plain words
What is it for?
Use it when taking over an unfamiliar project or starting a new implementation. It helps identify languages, frameworks, package files, configuration, and project-specific validation needs.
Why use it?
It reduces the time spent figuring out what a project contains and which setup and checks apply. It also helps avoid using software-focused tools for non-software projects.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the mycelium plugin — 61 skills, 6 hooks shipped together

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.

agentmods
npx agentmods add skills/haabe/mycelium/delivery-bootstrap
Any agent
npx skills add haabe/mycelium --skill delivery-bootstrap
Clone the repo
git clone --depth 1 https://github.com/haabe/mycelium

Made for: Claude Code, Codex.

Or install mycelium, the plugin that ships this one along with the rest of its 61 skills, 6 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 delivery-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/haabe/mycelium/delivery-bootstrap.svg)](https://agentmods.dev/skills/haabe/mycelium/delivery-bootstrap)
Your own site
<a href="https://agentmods.dev/skills/haabe/mycelium/delivery-bootstrap"><img src="https://agentmods.dev/badge/skills/haabe/mycelium/delivery-bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,256 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.02256
Opus 5 $0.00014 $0.01128
Sonnet 5 $0.00005 $0.00451
Haiku 4.5 $0.00003 $0.00226

Measured 4d ago against content hash f1793cd4b21b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

delivery-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.

plugins/mycelium/skills/delivery-bootstrap/SKILL.md · 152 lines

How it starts

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

Delivery Bootstrap Skill

Just-in-Time tech stack detection and setup.

Workflow

  1. Check product_type from .claude/diamonds/active.yml:
    • If product_type is set (from /mycelium:interview), use it to determine the delivery profile.
    • If not set, scan for indicators per ${CLAUDE_PLUGIN_ROOT}/jit-tooling/detector.md Step 1b:
      • Curriculum/lesson plans, LMS config -> content_course
      • Manuscript/chapters, editorial calendar -> content_publication
      • Video scripts, subtitle files, podcast RSS -> content_media
      • Prompt templates, model configs, agent definitions -> ai_tool
      • Service blueprints, pricing docs -> service_offering
    • If non-software product_type detected: skip software tooling detection (Steps 2-3 below), configure product-type-appropriate validation instead, and proceed to Step 4.

1b. Scan project root for technology indicators (software and ai_tool with code):

  • Package files: package.json, Cargo.toml, go.mod, requirements.txt, pyproject.toml, Gemfile, pom.xml, build.gradle
  • Config files: tsconfig.json, .eslintrc, .prettierrc, rustfmt.toml, .editorconfig
  • CI/CD: .github/workflows, .gitlab-ci.yml, Jenkinsfile, Dockerfile
  • Framework indicators: next.config.js, nuxt.config.ts, angular.json, etc.
  1. Identify stack components (software/ai_tool with code):

    • Language(s) and version(s)
    • Framework(s)
    • Package manager
    • Test runner and framework
    • Linter and formatter
    • Build tool
    • CI/CD platform
    • Database (if detectable)
    • Deployment target
  2. Verify tooling works:

    • Run build command
    • Run test command
    • Run lint command
    • Note any failures or warnings

3a. Offer the feedback-loop tooling menu (OFFER-MENU layer):

  • For the detected stack, present the best-practice menu from ${CLAUDE_PLUGIN_ROOT}/jit-tooling/security-scanning.md (SAST, dep audit, secrets, test runner, linter), ordered smallest-friction first (typically: secrets scan → linter → SAST → dep audit → container scan).
  • Frame as: "Best practice is to have tools help you shorten the feedback loop. For your detected stack ({lang}), the menu is: {list}. Want help finding and configuring any of these?"
  • Never auto-install. Never pick rulesets on the user's behalf. Adoption is per-tool, per-consent. The user owns the choice. See feedback-jit-nudge-not-push (founder principle, 2026-05-26).
  • If user declines or defers, record the offer in active-stack.yml under tooling_offers_declined with timestamp — later shape-triggers (Step 3b) can re-surface the relevant subset.

Read the full file on GitHub · 152 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. 4d ago First seen · 152 lines · 27 tokens per session scan A f1793cd4b21b

Subscribe to this mod's changes

delivery-bootstrap is a skill published in the GitHub repository haabe/mycelium (45 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 2,256 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-30.

Related

Other skills, from other repositories

context-manager

Context management skill providing discovery, fetching, harvesting, extraction, compression, organization, cleanup, and guided workflows for project context.

darrenhinde/OpenAgentsControl · 27 tokens

meraki-network-ops

Cisco Meraki organization and network operations (read-only) — org discovery, network inventory, device inventory, clients, group policies, admins, licensing, alert settings via Cisco's official Meraki MCP. Use as the entry point for any Meraki question, to discover org and network IDs, or to inventory Meraki networks…

automateyournetwork/netclaw · 72 tokens

auto

Intent-classified router, the front door to OrchestKit and the DEFAULT entry point for any goal-shaped request. Classifies a plain-English goal and routes it to the right specialist skill. Routing is never overhead, so use it even when the target skill seems obvious; skip only when already executing inside another…

yonatangross/orchestkit · 99 tokens

help

OrchestKit help directory with categorized skill listings. Use when discovering skills for a task, finding the right workflow, or browsing capabilities.

yonatangross/orchestkit · 30 tokens

tao-setup

One-time session setup and orchestration map for the TAO skill bank. Run this first when the TAO skills were installed individually (e.g. from a public skills catalog) so the session gets the cross-skill discovery flow, credential checks, and host preflight that the bundled plugin hook would otherwise inject…

NVIDIA-TAO/tao-skill-bank · 97 tokens

gingiris-user-interview

🇺🇸 User Interview & Cold-Start Operations Playbook — Battle-tested framework from HeyGen's 937 interviews to PMF. Complete SOP for user screening, interview execution, Beta testing methodology, cold-start user operations, churn analysis, and user grading systems. 🇨🇳 用户访谈与冷启动运营实战手册 — 基于 HeyGen 937 场访谈验证的 PMF…

Gingiris-1031/gingiris-skills · 369 tokens