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.
git clone --depth 1 https://github.com/travisjneuman/.claudeWrote 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/commands/travisjneuman/.claude/list-skills)<a href="https://agentmods.dev/commands/travisjneuman/.claude/list-skills"><img src="https://agentmods.dev/badge/commands/travisjneuman/.claude/list-skills/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/commands/travisjneuman/.claude/list-skills"><img src="https://agentmods.dev/badge/commands/travisjneuman/.claude/list-skills.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.00013 | $0.02087 |
| Opus 5 | $0.00006 | $0.01043 |
| Sonnet 5 | $0.00003 | $0.00417 |
| Haiku 4.5 | $0.00001 | $0.00209 |
Grade C, and why
list-skills scanned grade C with 2 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 9d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
find ~/.claude/plugins/marketplaces -name "SKILL.md" | xargs grep -li "<keyword>" Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ls ~/.claude/skills/ | grep -v "^_\|README\|MASTER\|EXPERT" | sort How it starts
The opening of the file, as written. The whole thing — 223 lines — stays where its author put it; the contents beside it link to each section on GitHub.
List Skills Command
Browse all available skills across local and marketplace sources.
Execution
If domain specified: {{domain}}
Filter and display skills matching the domain:
Local Skills (~/.claude/skills/):
ls ~/.claude/skills/ | grep -v "^_\|README\|MASTER\|EXPERT" | sort
Marketplace Skills:
- Check
~/.claude/plugins/marketplaces/*/for matching skills - Each marketplace may have different organization
If no domain specified:
Display comprehensive categorized skill overview:
Local Skills (127 total)
Foundation
core-workflow- Session protocols, git conventions, testing, debugging (auto-loads for complex tasks)
Generic Development (Any Stack)
generic-code-reviewer- Multi-stack code reviewgeneric-design-system- Design tokens & patternsgeneric-feature-developer- Architecture patternsgeneric-ux-designer- UX best practices
Stack-Specific (12 skills)
generic-static-*- Static site patterns (4 variants: code-reviewer, design-system, feature-developer, ux-designer)generic-react-*- React/TypeScript patterns (4 variants)generic-fullstack-*- Next.js/NestJS patterns (4 variants)
Framework Skills (Modern JS Frameworks)
vue-development- Vue 3, Composition API, Pinia, Nuxt 3, Vitestsvelte-development- Svelte 5 runes, SvelteKit, $state/$derived/$effect
Platform Development (8 skills)
ios-development- Swift, SwiftUI, UIKit, Apple platformsandroid-development- Kotlin, Jetpack Compose, Material Designreact-native- Cross-platform mobile with React Nativeflutter-development- Dart, Flutter widgets, state managementelectron-desktop- Desktop apps with Electron/Tauripwa-development- Progressive web apps, service workersmacos-native- AppKit, Catalyst, macOS system integrationgame-development- Unity, Unreal Engine, Godot
Technical Architecture (5 skills)
api-design- REST/GraphQL API patternsgraphql-expert- Schema design, resolvers, subscriptionsmicroservices-architecture- Distributed systems patternswebsockets-realtime- Real-time communication (WebSocket, SSE)i18n-localization- Internationalization, locale handling
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.
- 9d ago First seen · 223 lines · 13 tokens per session scan C 7f28c535a5e3
list-skills is a command published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 7d ago), licensed MIT. It adds 13 tokens to every session and 2,087 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other commands, from other repositories
evolve
Cluster related instincts into skills, commands, or agents.
suggest-automation
A command that reviews recent Git commits and project instructions to find work patterns that happen repeatedly.
instinct-import
Import instincts from teammates, Skill Creator, or other sources.
instinct-export
Export instincts for sharing with teammates or other projects.
todo-add.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
todo.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.