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.
npx agentmods add skills/sienklogic/plan-build-run/intelnpx skills add SienkLogic/plan-build-run --skill intelgit clone --depth 1 https://github.com/SienkLogic/plan-build-runWrote 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.
[](https://agentmods.dev/skills/sienklogic/plan-build-run/intel)<a href="https://agentmods.dev/skills/sienklogic/plan-build-run/intel"><img src="https://agentmods.dev/badge/skills/sienklogic/plan-build-run/intel.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00018 | $0.00876 |
| Opus 5 | $0.00009 | $0.00438 |
| Sonnet 5 | $0.00004 | $0.00175 |
| Haiku 4.5 | $0.00002 | $0.00088 |
Grade A, and why
intel 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.
How it starts
The opening of the file, as written. The whole thing — 127 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 0 immediately.
Step 0 -- Banner
Before ANY tool calls, display this banner:
╔══════════════════════════════════════════════════════════════╗
║ PLAN-BUILD-RUN ► INTEL UPDATE ║
╚══════════════════════════════════════════════════════════════╝
Then proceed to Step 1.
Step 1 -- Config Gate
Check if intel is enabled by reading .planning/config.json directly (do NOT use Bash for this -- config get throws on missing keys):
- Read
.planning/config.json - Check if
intel.enabledis explicitlyfalse - If
false, display:
Intel system is disabled. Enable with: /pbr:config set intel.enabled true
Then STOP. Do not proceed further.
If enabled, not present, or no config file exists (all default to enabled), proceed to Step 2.
Step 2 -- Parse Argument
Parse the user's argument to determine the operation mode:
| Argument | Action |
|---|---|
query <term> |
Run inline query (Step 2a) |
status |
Run inline status check (Step 2b) |
diff |
Run inline diff check (Step 2c) |
refresh or no argument |
Spawn intel-updater agent (Step 3) |
Step 2a -- Query
Run:
pbr-tools intel query <term>
Format and display the results. Show matching entries grouped by intel file. If no results found, suggest running refresh first.
STOP after displaying results. Do not spawn an agent.
Step 2b -- Status
Run:
pbr-tools intel status
Format and display staleness info for each intel file. Show last update times and whether files exist.
STOP after displaying status. Do not spawn an agent.
Step 2c -- Diff
Run:
pbr-tools intel diff
Format and display changes since the last full refresh. Show which files have changed and summary of differences.
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.
- today First seen · 127 lines · 18 tokens per session scan A 2443dff8e0d5
intel is a skill published in the GitHub repository SienkLogic/plan-build-run (17 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 876 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.
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-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-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-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-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-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".