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 coltonjosephdean-rgb/talk-to-anyone --skill coach-listgit clone --depth 1 https://github.com/coltonjosephdean-rgb/talk-to-anyoneWrote 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/coltonjosephdean-rgb/talk-to-anyone/coach-list)<a href="https://agentmods.dev/skills/coltonjosephdean-rgb/talk-to-anyone/coach-list"><img src="https://agentmods.dev/badge/skills/coltonjosephdean-rgb/talk-to-anyone/coach-list/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/coltonjosephdean-rgb/talk-to-anyone/coach-list"><img src="https://agentmods.dev/badge/skills/coltonjosephdean-rgb/talk-to-anyone/coach-list.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.00015 | $0.00234 |
| Opus 5 | $0.00008 | $0.00117 |
| Sonnet 5 | $0.00003 | $0.00047 |
| Haiku 4.5 | $0.00002 | $0.00023 |
Grade A, and why
coach-list 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 13d 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.
What it actually says
/coach-list — saved coaches
Show the user every persona already built on this machine.
- Resolve the personas directories the same way as /coach Step 0:
${CLAUDE_PLUGIN_DATA}/personasif that substituted to a real path, AND the legacy location~/.claude/talk-to-anyone/personas. Check both, merge the results (primary wins on duplicate slugs). - List their subdirectories. For each one that contains a
persona.md, pull the name and the "Built:" line from the top of the file, and count files intranscripts/. - Print a short table: coach name, built date, number of source videos. End with:
/coach <name>loads instantly ·/coach-refresh <name>rebuilds from fresh research. - If the directory is empty or missing, say no coaches are saved yet and that
/coach <name>builds the first one.
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.
- 13d ago First seen · 21 lines · 15 tokens per session scan A 3b47b9461f7c
coach-list is a skill published in the GitHub repository coltonjosephdean-rgb/talk-to-anyone (60 stars, last pushed 2mo ago), licensed MIT. It adds 15 tokens to every session and 234 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-08-30.
Other skills, from other repositories
learning-mode
Guide active, hands-on learning without completing the chosen learning target for the learner. Use when the user explicitly wants to learn, practice, master, or build something themselves with guidance, especially when a technology or concept is new to them. Diagnose the smallest missing prerequisite, guide prediction…
oral-english-practice
A Claude Code skill that stores and analyses spoken-English practice completed in the Claude app. The app handles the conversation; this skill keeps reports, scores, mistakes, progress trends, and the next practice focus.
ai-trend-tracker
Answers questions about AI/ML news, tool launches, research papers, and learning resources (free courses, certificates, YouTube channels, podcasts, newsletters, learning paths) by searching the live web first and returning a cited, dual-layer (ELI5 + technical + honest verdict) explanation tailored to the user's role…
teach
Use when the user wants to learn or be taught a topic interactively over multiple turns, with the agent acting as tutor rather than answer-giver. Triggers on phrases like "teach me", "tutor me", "quiz me", "let's learn", "help me understand X by working through it step by step", or any request framed around learning a…
tour
Generate interactive code tours.
rwkv-architecture
RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.