help

help is a skill for Claude Code, Codex from SienkLogic/plan-build-run. It costs 14 tokens per session (1,709 once invoked), scanned A, original, MIT.

Command reference and workflow guide for Plan-Build-Run.

Skill for Claude CodeCodex

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/sienklogic/plan-build-run/help
Any agent
npx skills add SienkLogic/plan-build-run --skill help
Clone the repo
git clone --depth 1 https://github.com/SienkLogic/plan-build-run

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 help

README.md
[![agentmods](https://agentmods.dev/badge/skills/sienklogic/plan-build-run/help.svg)](https://agentmods.dev/skills/sienklogic/plan-build-run/help)
Your own site
<a href="https://agentmods.dev/skills/sienklogic/plan-build-run/help"><img src="https://agentmods.dev/badge/skills/sienklogic/plan-build-run/help.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,709 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00014 $0.01709
Opus 5 $0.00007 $0.00855
Sonnet 5 $0.00003 $0.00342
Haiku 4.5 $0.00001 $0.00171

Measured today against content hash 10aeb68e2765, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

help 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 today.

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/pbr/skills/help/SKILL.md · 159 lines

How it starts

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

STOP — DO NOT READ THIS FILE. You are already reading it. This prompt was injected into your context by Claude Code's plugin system. Using the Read tool on this SKILL.md file wastes tokens. Begin executing Step 1 immediately.

Step 0 — Immediate Output

Before ANY tool calls, display this banner:

╔══════════════════════════════════════════════════════════════╗
║  PLAN-BUILD-RUN ► COMMAND REFERENCE                          ║
╚══════════════════════════════════════════════════════════════╝

Then proceed to Step 1.

/pbr:help — Plan-Build-Run Command Reference

Step 1 — Contextual Help (Single Command)

If $ARGUMENTS contains a command name (e.g., plan, build, review, config, quick), show detailed help for just that command:

  1. Run this command to get metadata for the requested skill:
pbr-tools skill-metadata $ARGUMENTS
  1. Parse the JSON response.

  2. If the response contains a name field (success): Display a formatted detail block:

Field Value
Command /pbr:{name}
Description {description}
Arguments {argument_hint} (or "None" if empty)
Allowed Tools {allowed_tools} joined with ", "
  1. If the response contains an error field (not found): Tell the user the command was not found. List available commands from the available array, formatted as /pbr:{name}.

  2. STOP after displaying single-skill help. Do not continue to Step 2.

Step 2 — Full Help (All Commands)

If no argument was provided, display the full command reference:

  1. Run this command to get all skills:
pbr-tools help
  1. Parse the JSON response. The result has a .skills array of objects with name, description, and argument_hint fields.

  2. Group the skills into these categories based on skill name:

  • Core Workflow: begin, plan, build, review, test
  • Planning & Discovery: explore, discuss, import, scan, list-phase-assumptions
  • Execution: quick, continue, autonomous, do
  • Verification & Debugging: debug, health, validate-phase, ui-review, ui-phase
  • Session Management: status, pause, resume, undo, continue
  • Project Management: milestone, todo, note, config, setup, release, ship
  • Analysis & Utilities: audit, audit-fix, dashboard, intel, profile, profile-user, session-report, statusline

Read the full file on GitHub · 159 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. today First seen · 159 lines · 14 tokens per session scan A 10aeb68e2765

Subscribe to this mod's changes

help is a skill published in the GitHub repository SienkLogic/plan-build-run (17 stars, last pushed 5mo ago), licensed MIT. It adds 14 tokens to every session and 1,709 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-09-03.

Related

Other skills, from other repositories

doncheli-api-contract

Design complete API contracts covering endpoints, auth, rate limiting, error handling, retries, circuit breaker and idempotency. Activate when user mentions "api contract", "api design", "endpoint", "webhook", "REST", "GraphQL", "OpenAPI", "design the API".

doncheli/don-cheli-sdd · 65 tokens

doncheli-reasoning

Apply structured reasoning models to analyze a decision or problem. Activate when user mentions "reason", "pre-mortem", "5 whys", "pareto", "think through", "analyze decision", "inversion", "first principles", "second order".

doncheli/don-cheli-sdd · 61 tokens

doncheli-debate

Run an adversarial multi-role debate to surface trade-offs and reach a reasoned decision. Activate when user mentions "debate", "discuss", "trade-off", "decision", "compare options", "pros and cons", "choose between".

doncheli/don-cheli-sdd · 56 tokens

doncheli-migrate

Plan and execute technology migrations with wave planning, breaking change detection and task generation. Activate when user mentions "migrate", "migration", "upgrade", "move from", "switch to", "Vue to React", "JS to TS", "v1 to v2".

doncheli/don-cheli-sdd · 61 tokens

doncheli-spec-score

Evaluate the quality of a spec and return a structured score with improvement recommendations. Activate when user mentions "spec quality", "score spec", "how good is my spec", "spec review", "validate spec quality".

doncheli/don-cheli-sdd · 49 tokens

doncheli-tech-panel

Convene a senior engineering expert panel to evaluate technical decisions. Activate when user mentions "tech panel", "technical discussion", "expert opinion", "architecture decision", "which technology", "should we use".

doncheli/don-cheli-sdd · 47 tokens