design-pipeline: Skill for Claude Code

.agents/skills/bmad-document-project/SKILL.md

bmad-document-project is a skill for Claude Code, Codex from 2233admin/design-pipeline. It costs 30 tokens per session (253 once invoked), scanned A, original, MIT.

A deprecated workflow for producing documentation about a software project.

In plain words
What is it for?
Use it when someone asks to document a project or generate project docs; it is intended to capture a small verified block of project-specific rules, setup details, and known pitfalls.
Why use it?
It forwards the remaining useful project-context work to a newer workflow instead of generating a large, potentially outdated documentation set.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is 2233admin/design-pipeline's own configuration. It tells Claude Code and Codex how to work on design-pipeline itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything design-pipeline configures →

Reuse

Borrowing it

Nothing to install: this file belongs to 2233admin/design-pipeline. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/2233admin/design-pipeline/main/.agents/skills/bmad-document-project/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/2233admin/design-pipeline

Made for: Claude Code, Codex.

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 bmad-document-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/2233admin/design-pipeline/bmad-document-project.svg)](https://agentmods.dev/skills/2233admin/design-pipeline/bmad-document-project)
Your own site
<a href="https://agentmods.dev/skills/2233admin/design-pipeline/bmad-document-project"><img src="https://agentmods.dev/badge/skills/2233admin/design-pipeline/bmad-document-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 253 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.1 $0.00030 $0.00253
Opus 5 $0.00015 $0.00127
Sonnet 5 $0.00006 $0.00051
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

bmad-document-project 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/bmad-document-project/SKILL.md · 15 lines

What it actually says

DEPRECATED — forwards to bmad-project-context

Tell the user two things.

First: this skill is deprecated. Generating documentation volume about a codebase made agents worse, not better — agents read code more accurately than prose describing code, and the generated set was stale on arrival. bmad-project-context owns what remains useful: a small verified block in the repo's AGENTS.md carrying what the code cannot say — required policy, conventions that differ from defaults, what running the project takes that no config file states, and known pitfalls.

Second, so they are not surprised by what they get: the deeper "explain this system, its rationale and its history" material is a different altitude and is not part of that block. It is coming as its own capability. If that is what they were after, say so plainly rather than producing a thin substitute.

Then invoke bmad-project-context with setup intent, forwarding the user's original request and any paths or documents they supplied, verbatim. It takes the workflow from here.

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. 6d ago First seen · 15 lines · 30 tokens per session scan A c4a09a6dc3aa

Subscribe to this mod's changes

bmad-document-project is a skill published in the GitHub repository 2233admin/design-pipeline (7 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 253 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

omd-apply

프로젝트 DESIGN.md를 UI/시각 작업의 brand context로 적용. 컴포넌트·색상·폰트·레이아웃 수정 같은 구체적 요청과 톤·분위기 표현 — KR '좀 더 따뜻하게', EN 'make it warmer/cooler', 日本語「もう少し暖かく」, 繁體中文「更溫暖一點」 — 모두에 트리거. DESIGN.md 부재 시 omd:init 우선. 화면 전체 신규 디자인은 omd:harness, 교정 기록은 omd:remember.

kwakseongjae/oh-my-design · 129 tokens

ss-review

Review UI code for design system compliance, accessibility, and best practices.

bitjaru/styleseed · 16 tokens

ss-pattern

Generate a composed UI pattern from the active StyleSeed grammar and brand recipe using existing primitives.

bitjaru/styleseed · 21 tokens

ss-restyle

Apply one optional StyleSeed aesthetic profile without changing the selected output grammar, product job, or core design judgment.

bitjaru/styleseed · 26 tokens

governance-encoder

Convert governance policies into machine-executable JSON constraint files that AI agents and CI pipelines validate against automatically. This produces rule engine files in .ai/governance/, NOT narrative decision records or documentation. Trigger when someone says: encode governance rules, governance as code, automate…

murphytrueman/design-system-ops · 116 tokens

token-documentation

Write documentation for design tokens — covering semantic intent, usage context, and do/don't examples. Trigger when someone says: document these tokens, token reference, what does this token mean, token usage guide, write the token docs, token intent, or anything about creating human-readable documentation for design…

murphytrueman/design-system-ops · 65 tokens