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/fmind/agent-supagents/use-agent-supagentsnpx skills add fmind/agent-supagents --skill use-agent-supagentsgit clone --depth 1 https://github.com/fmind/agent-supagentsWrote 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/fmind/agent-supagents/use-agent-supagents)<a href="https://agentmods.dev/skills/fmind/agent-supagents/use-agent-supagents"><img src="https://agentmods.dev/badge/skills/fmind/agent-supagents/use-agent-supagents.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.00053 | $0.01565 |
| Opus 5 | $0.00026 | $0.00783 |
| Sonnet 5 | $0.00011 | $0.00313 |
| Haiku 4.5 | $0.00005 | $0.00156 |
Grade B, and why
use-agent-supagents scanned grade B with 1 finding 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 4d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
tools: ["*"] How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
use-agent-supagents
Compile one markdown source into N target subagent files. The persona ("You are a code-investigation expert…") is shared; per-target frontmatter is verbatim in named blocks.
When to reach for this
- The user references
supagents, the~/.agents/supagents/directory, or wants to keep one persona in sync across Claude Code / Gemini CLI / Copilot / Cursor / OpenCode / Kilo. - You're editing a markdown source under
.agents/supagents/(project) or~/.agents/supagents/(global). - You see a
# Generated by supagents from <path>marker — that file is generated; edit the source, not the output.
1. Pre-flight
- Install:
uv tool install supagents(orpipx install supagents). Requires Python ≥ 3.12. - Source filenames must match
^[a-z0-9][a-z0-9_-]*\.md$— lowercase letters, digits,-,_. - Scope is auto-detected:
projectif./.agents/supagents/exists in cwd, elseglobal. Override with-g/-p.
2. Authoring a source
A minimal source:
---
name: code_investigator
description: Use to explore unfamiliar codebases — trace symbols, explain features.
CLAUDE:
model: sonnet
tools: Read, Grep, Glob, Bash
GEMINI:
kind: local
tools: ["*"]
---
You are the code-investigation agent. …
Frontmatter is partitioned by case:
| Case | Where it goes |
|---|---|
lowercase keys at top |
Shared frontmatter — copied to every output. |
UPPERCASE keys at top |
Target sections (CLAUDE:, GEMINI:, COPILOT:, …). |
lowercase keys inside T: |
T's frontmatter; overrides shared on collision. |
UPPERCASE keys inside T: |
Directives — not emitted to the output. |
Only two directives:
OUTPUT— override the output file path for this target only.APPEND_BODY— markdown appended to the shared body, target-only.
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.
- 4d ago First seen · 113 lines · 53 tokens per session scan B d6cc16b6ce1e
use-agent-supagents is a skill published in the GitHub repository fmind/agent-supagents (5 stars, last pushed 3mo ago), licensed MIT. It adds 53 tokens to every session and 1,565 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
dokploy-deploy
This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".
openai-frontend-design
Use for new frontend applications, dashboards, games, creative websites, hero sections, and visually driven UI from scratch, or when the user explicitly asks for a redesign/restyle/modernization. Builds from clean, airy, high-taste, readable image-generated concept design with section-specific references, faithful…
resolve-pr-comments
This skill should be used when user asks to "address PR comments", "resolve PR feedback", "handle review comments", "fix PR issues", "respond to PR review", or explicitly invokes "resolve-pr-comments".
update-pr-summary
This skill should be used when user asks to "update PR summary", "update PR description", "rewrite PR body", "refresh PR title and body", or explicitly invokes "update-pr-summary".
microsoft-typescript
TypeScript is a language for application scale JavaScript development. ALWAYS use when editing or working with .ts, .tsx, .mts, .cts files or code importing "typescript". Consult for debugging, best practices, or modifying typescript, TypeScript.
lov-maintain-partners
Maintain the Skill Publisher website's partners section AND align partner logo rows on event posters / hero strips: reuse lov-find-logo for brand logo discovery, normalize collected logos to a 240px-tall content canvas (retina-ready), rasterize SVGs via rsvg-convert before normalizing (so SVG viewBox padding gets…