lead-dev-os CLAUDE.md

lead-dev-os CLAUDE.md is an instructions file for coding agents from CaptainMe-AI/lead-dev-os. It costs 1,706 tokens per session, scanned A, original, MIT.

Repository instructions for lead-dev-os, a Claude Code plugin that organizes product planning, specifications, and implementation tasks. A plugin is an add-on that extends an agent's behavior.

In plain words
What is it for?
Working on the plugin structure, its skills, marketplace installation, target projects, specifications, and scoped development tasks.
Why use it?
They clarify the project's terminology, which files belong to the distributed plugin, and how its skills and specifications should be organized.

Instructions file

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 instructions/captainme-ai/lead-dev-os/claude-md
Clone the repo
git clone --depth 1 https://github.com/CaptainMe-AI/lead-dev-os

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 lead-dev-os CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/captainme-ai/lead-dev-os/claude-md.svg)](https://agentmods.dev/instructions/captainme-ai/lead-dev-os/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/captainme-ai/lead-dev-os/claude-md"><img src="https://agentmods.dev/badge/instructions/captainme-ai/lead-dev-os/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,706 This file is loaded in full into every session.
When invoked 1,706 The same file — it is already loaded in full.
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.01706 $0.01706
Opus 5 $0.00853 $0.00853
Sonnet 5 $0.00341 $0.00341
Haiku 4.5 $0.00171 $0.00171

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

Security

Grade A, and why

lead-dev-os CLAUDE.md 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 3d 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.

CLAUDE.md · 122 lines

How it starts

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

CLAUDE.md

Dev instructions for the lead-dev-os repository itself.

Project

lead-dev-os is a Claude Code plugin — a spec & context-driven framework for Claude Code development on large projects. It provides structured skills for product planning, spec writing, task scoping, and context-aware implementation.

The plugin lives in the lead-dev-os/ subdirectory. Everything outside that directory is repository-level supporting infrastructure (tests, docs, legacy code) and is not part of the distributed plugin.

License

MIT License

Terminology

  • plugin — the lead-dev-os/ directory; this is what users point --plugin-dir at or install via a marketplace
  • target project — the project where the lead-dev-os plugin is installed/enabled
  • spec — a feature specification (created in the target project)
  • task — a scoped unit of work to be executed by the AI agent
  • skill — a directory under lead-dev-os/skills/ containing a SKILL.md file; invoked as /lead-dev-os:<skill-name>

Plugin Architecture

This project follows the Claude Code plugin structure:

  • Manifest: lead-dev-os/.claude-plugin/plugin.json — defines plugin metadata (name, version, description, author, etc.). The name field (lead-dev-os) is the namespace prefix for all skills.
  • Skills: lead-dev-os/skills/ — flat directory of skill folders, each containing a SKILL.md entrypoint. Skills may include supporting files (templates, examples, scripts) alongside SKILL.md. Claude Code auto-discovers skills from this directory.
  • Marketplace: .claude-plugin/marketplace.json at the repository root — the captainme-ai marketplace catalog listing the plugin with a relative-path source ("./lead-dev-os"). This must live at the repo root (not inside the plugin) so /plugin marketplace add CaptainMe-AI/lead-dev-os finds it. See Plugin marketplaces.
  • Inside the plugin, only plugin.json goes in lead-dev-os/.claude-plugin/. All other directories (skills/, etc.) are at the plugin root level. Never put marketplace.json there — it would make Claude Code treat the plugin directory as a marketplace.

Read the full file on GitHub · 122 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. 3d ago First seen · 122 lines · 1,706 tokens per session scan A 05d5cd8fb11c

Subscribe to this mod's changes

lead-dev-os CLAUDE.md is an instructions file published in the GitHub repository CaptainMe-AI/lead-dev-os (2 stars, last pushed 14d ago), licensed MIT. It adds 1,706 tokens to every session, about $0.0085 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 instructions, from other repositories