design-pipeline: Skill for Claude Code

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

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

A guided setup for the AGENTS.md file, which stores instructions that AI coding agents should follow in a repository. It can create, update, check, or record recurring agent mistakes.

In plain words
What is it for?
Use it to set up instructions, refresh outdated guidance, audit existing instructions, or add documented pitfalls after an agent error.
Why use it?
It helps keep agent instructions accurate and tied to the repository, so agents are less likely to repeat known mistakes or miss project rules.

Skill for Claude CodeCodex

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

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-project-context/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-project-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/2233admin/design-pipeline/bmad-project-context.svg)](https://agentmods.dev/skills/2233admin/design-pipeline/bmad-project-context)
Your own site
<a href="https://agentmods.dev/skills/2233admin/design-pipeline/bmad-project-context"><img src="https://agentmods.dev/badge/skills/2233admin/design-pipeline/bmad-project-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,853 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.00049 $0.01853
Opus 5 $0.00024 $0.00927
Sonnet 5 $0.00010 $0.00371
Haiku 4.5 $0.00005 $0.00185

Measured 7d ago against content hash 1a276f306ed7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

bmad-project-context 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 7d 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-project-context/SKILL.md · 111 lines

How it starts

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

Overview

A conversation that produces a repository's agent instructions: a small verified block inside AGENTS.md. The user brings rules they want followed — governance, security, standards — and the repository supplies the rest, verified.

Conversational always; the user approves every write.

Args: intent (setup | refresh | record | audit); a target repo or path; extra source paths or URLs. Supplied values skip their questions.

Resolution rules

  • Bare paths and {skill-root} (e.g. references/best-practices.md) resolve from this skill's installed directory.
  • {project-root} → the project working directory.
  • Target → the repository being described, defaulting to {project-root}. If it resolves to more than one working tree, or to one the user cannot commit in, ask before writing.

On Activation

  1. Resolve customization: uv run {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow. On failure, read {skill-root}/customize.toml directly and use defaults. Execute {workflow.activation_steps_prepend}; treat {workflow.persistent_facts} entries as standing context (file: = paths/globs to load, others verbatim).
  2. Config: if {project-root}/_bmad exists, uv run {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root} and read {user_name}, {communication_language} (use it every turn), {output_folder}. Standalone: skip.
  3. Load references/best-practices.md and references/template.md before anything else. Every decision below is made against them.
  4. Detect intent and greet {user_name}: setup (no block in the target — the default), refresh (a block exists), record (the user reports a mistake agents made), audit (re-verify and prune). Fold {workflow.external_sources} into the source list. Execute {workflow.activation_steps_append}.

Setup and Refresh Steps

No writes until step 5!

1. Assess and report

Read AGENTS.md, harness or agent specific rule files, docs folders, and any notes carrying lessons. Report what exists and how it measures up, per best-practices.md.

Read the full file on GitHub · 111 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 111 lines · 49 tokens per session scan A 1a276f306ed7

Subscribe to this mod's changes

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