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/du-phan/resilio-app/macro-plan-createnpx skills add du-phan/resilio-app --skill macro-plan-creategit clone --depth 1 https://github.com/du-phan/resilio-appWrote 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/du-phan/resilio-app/macro-plan-create)<a href="https://agentmods.dev/skills/du-phan/resilio-app/macro-plan-create"><img src="https://agentmods.dev/badge/skills/du-phan/resilio-app/macro-plan-create.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.00049 | $0.01232 |
| Opus 5 | $0.00024 | $0.00616 |
| Sonnet 5 | $0.00010 | $0.00246 |
| Haiku 4.5 | $0.00005 | $0.00123 |
Grade A, and why
macro-plan-create 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create a macro plan
Operate non-interactively. Do not ask the athlete questions, approve the plan, or generate exact workouts.
Preconditions
Require:
- an approved baseline VDOT bound in approval state;
- a confirmed goal and profile constraints;
- a complete enough synchronized history to establish recent run exposure;
- no active plan; use the plan-renewal procedure to review and close it first;
- an immutable macro-planning context for the exact evidence date and intended start Monday;
- a target date that fits a contiguous Monday-Sunday plan horizon.
Return a blocking checklist if any item is absent.
Methodology selection
Read docs/coaching/methodology.md. The controlled registry resolves the
matching source-only record and its exact SHA-256. Select one conceptual
methodology reference for the complete plan. The plan remains coach-designed
from athlete evidence and constraints:
danielsfor VDOT-anchored, purpose-specific running across race distances;pfitzingerfor experienced marathon preparation with adequate running frequency and durable volume;fitzgerald_80_20when reliable intensity evidence and disciplined low-intensity volume are central;firstis unavailable until edition-specific pace and schedule tables are verified and encoded.
Do not claim an edition-specific progression, pace, long-run share, recovery
cycle, or taper rule from these conceptual records. The draft records only the
identifier and an athlete-specific rationale; the registry binds the source
and labels the authority coach_designed_conceptually_informed.
Workflow
-
Inspect:
poetry run resilio approvals status poetry run resilio profile get poetry run resilio plan status poetry run resilio dates todayCreate the evidence gate if the plan-renewal procedure has not already produced it:
poetry run resilio plan create-macro-context \ --evidence-as-of <DATE> \ --start <PLAN_START_MONDAY>
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.
- 5d ago First seen · 132 lines · 49 tokens per session scan A a230ccf766eb
macro-plan-create is a skill published in the GitHub repository du-phan/resilio-app (5 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 1,232 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…