custom-agent-usage

custom-agent-usage is a skill for Claude Code, Codex from PracticalSwan/agent-skills. It costs 54 tokens per session (1,630 once invoked), scanned A, original, MIT.

A guide for finding and using custom agent instruction files named .agent.md in local Claude or VS Code Insiders folders. It checks their settings and identifies the name needed to run them as subagents.

In plain words
What is it for?
Discovering custom agents, checking their frontmatter settings, and determining the agent name for subagent calls.
Why use it?
It prevents confusion between agent files and other prompt or instruction files. It also helps verify whether an agent can be invoked automatically or manually.

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/practicalswan/agent-skills/custom-agent-usage
Any agent
npx skills add PracticalSwan/agent-skills --skill custom-agent-usage
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

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 custom-agent-usage

README.md
[![agentmods](https://agentmods.dev/badge/skills/practicalswan/agent-skills/custom-agent-usage.svg)](https://agentmods.dev/skills/practicalswan/agent-skills/custom-agent-usage)
Your own site
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/custom-agent-usage"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/custom-agent-usage.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00054 $0.01630
Opus 5 $0.00027 $0.00815
Sonnet 5 $0.00011 $0.00326
Haiku 4.5 $0.00005 $0.00163

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

Security

Grade A, and why

custom-agent-usage 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 yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/agent-finder.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

custom-agent-usage/SKILL.md · 174 lines

How it starts

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

Custom Agent Usage

  • Leverage native parallel subagent dispatch and 200k+ context windows where available.

Activation Conditions

Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.

Activate this skill when:

  • Discovering available custom agents from the local Claude or VS Code Insiders agent directories
  • Understanding .agent.md file structure and frontmatter
  • Checking if an agent can be invoked as a subagent
  • Learning which agentName to use for delegation
  • Understanding agent tools and capabilities

Custom Agent Discovery

Custom agents for this environment are discovered from these directories:

  • Claude agents: C:\Users\LOQ\.claude\agents
  • VS Code Insiders prompts: C:\Users\LOQ\AppData\Roaming\Code - Insiders\User\prompts

Notes:

  • Filter to *.agent.md when discovering subagents.
  • The VS Code Insiders prompts directory can also contain .prompt.md and .instructions.md files that are not subagents.

To discover agents:

  1. Search for *.agent.md files in the configured Claude and VS Code Insiders directories.
  2. Read frontmatter of each agent file to understand capabilities.
  3. Ignore .prompt.md and .instructions.md files when the goal is subagent delegation.

Agent Frontmatter

Key frontmatter fields in .agent.md:

Field Purpose Required?
name Display name used in agentName parameter Recommended
description What the agent specializes in Recommended
tools Tools available to the agent Optional
disable-model-invocation If false, agent can be invoked as subagent Required

Invocability Check

CRITICAL: Only agents with disable-model-invocation: false in frontmatter can be invoked as subagents.

Check frontmatter:

---
name: "Code Explainer"
description: For analyzing and documenting existing code
disable-model-invocation: false  # Must be false for subagent delegation
tools: [Read, Search]
---

Read the full file on GitHub · 174 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed 464bc56e9413
  2. 4d ago First seen · 174 lines · 54 tokens per session scan A 3aac4e084610

Subscribe to this mod's changes

custom-agent-usage is a skill published in the GitHub repository PracticalSwan/agent-skills (13 stars, last pushed 4d ago), licensed MIT. It adds 54 tokens to every session and 1,630 once invoked, about $0.0003 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-30.