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 skills add danilods/matilha-skills --skill matilha-plangit clone --depth 1 https://github.com/danilods/matilha-skillsWrote 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/danilods/matilha-skills/matilha-plan)<a href="https://agentmods.dev/skills/danilods/matilha-skills/matilha-plan"><img src="https://agentmods.dev/badge/skills/danilods/matilha-skills/matilha-plan/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/danilods/matilha-skills/matilha-plan"><img src="https://agentmods.dev/badge/skills/danilods/matilha-skills/matilha-plan.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00042 | $0.01290 |
| Opus 5 | $0.00021 | $0.00645 |
| Sonnet 5 | $0.00008 | $0.00258 |
| Haiku 4.5 | $0.00004 | $0.00129 |
Grade A, and why
matilha-plan 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 11d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When this fires
User has Phase 10 research (or skips scout) and wants spec + plan artifacts before dispatching work. Produces docs/matilha/specs/<slug>-spec.md + docs/matilha/plans/<slug>-plan.md.
Preconditions
- None. matilha-plan lazy-bootstraps project structure as needed.
Execution Workflow
- Lazy bootstrap: Check for
project-status.mdanddocs/matilha/. If absent, create minimally:mkdir -p docs/matilha/specs docs/matilha/plans docs/matilha/research- If
project-status.mdmissing, write a minimal stub with frontmattercurrent_phase: 10,phase_status: in_progress,project_slug: <derived from cwd or user-provided>,next_action: "matilha-plan in progress". User can later run matilha-init for fuller bootstrap. - Then read
project-status.mdand any existing research indocs/matilha/research/.
- Pack-aware brainstorming delegation (see
matilha-composefor canonical template):- (a) If
superpowers:brainstormingis available, inspect the ambient skill list for skills with plugin namespace matchingmatilha-*-pack(installed companion packs). Group by plugin namespace. - (b) Classify user intent semantically against each installed pack's domain using the pack skills' descriptions visible in the ambient list. Err inclusive — prefer injecting a marginally-relevant pack over omitting it.
- (c) Build preamble using the canonical template documented in
skills/matilha-compose/SKILL.mdStep 4 (per-pack mini-synthesis + skill list + guidance paragraph for the receiving skill). - (d) Emit the preamble in the current turn output, then invoke
superpowers:brainstormingvia the Skill tool. - (e) Fallback: if
superpowers:brainstormingis absent OR zero packs are detected, run the condensed clarifying flow inline (existing behavior — ask 3–5 questions drawing on detected pack skills if any, else use methodology-core heuristics).
- (a) If
- Write
docs/matilha/specs/<slug>-spec.mdwith: purpose, context, design principles, target deliverables, architecture, data flow, open questions, exit criteria. - If
superpowers:writing-plansavailable, invoke via Skill tool to generate the task-by-task plan. Otherwise, write the plan inline followingmethodology/40-execucao.mdconventions. - Plan output lands at
docs/matilha/plans/<slug>-plan.mdwith: goal, architecture, SPs, per-task steps, exit gates. - Update project-status.md:
current_phase: 30,phase_status: complete,feature_artifactsappended,next_action: "Run /matilha-hunt <slug>".
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.
- 11d ago First seen · 86 lines · 42 tokens per session scan A aff999710eae
matilha-plan is a skill published in the GitHub repository danilods/matilha-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 1,290 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
skill-dev
Use this skill when creating or refining Claude Code skill definitions. Skills are model-invoked capabilities that Claude activates autonomously based on context. Helps design focused skills with discovery-optimized descriptions, proper directory structures, and supporting resources. Automatically invoked when user…
command-dev
Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments, reference files, and execute bash operations. Helps design command syntax, argument handling, file references, bash execution, and frontmatter configuration.…
plugin-dev
Use this skill when creating or refining Claude Code plugins. Plugins are bundled collections of agents, skills, commands, hooks, and MCP servers that provide cohesive functionality. Helps design proper directory structures, plugin.json configuration, marketplace distribution, and installation workflows. Automatically…
agent-dev
Use this skill when creating or refining Claude Code sub-agent definitions. Helps design specialized AI assistants with proper YAML frontmatter, system prompts, tool access, and example-driven descriptions. Automatically invoked when user requests "create an agent", "design a sub-agent", "make a specialist", or…
mcp-server-dev
Create MCP servers — multi-tool services exposed via Model Context Protocol. Use this skill whenever users mention MCP servers, building servers, server scaffolding, tool registration, or want to package tools for distribution via uvx or npx. Also use when the conversation involves stdio transport, server lifecycle…
mcp-tool-dev
Create MCP tools — individual tool functions exposed via Model Context Protocol. Use this skill whenever users mention MCP tools, tool handlers, tool functions, tool definitions, or want to add capabilities to an MCP server. Also use when the conversation involves designing tool schemas, writing tool descriptions, or…