skills

skills is a command for Claude Code from TheWayWithin/agent-11. It costs 12 tokens per session (1,584 once invoked), scanned A, original, MIT.

A command for finding and managing reusable SaaS skills available in a project. It can list skills, show details, match skills to a task, and display the project's compatible technology profile.

In plain words
What is it for?
Use it to browse available skills, inspect a named skill, find skills for a task, or check which skills fit the project's technology stack.
Why use it?
It helps developers discover existing instructions instead of searching project folders manually or creating duplicate guidance.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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 commands/thewaywithin/agent-11/skills
Clone the repo
git clone --depth 1 https://github.com/TheWayWithin/agent-11

Made for: Claude Code.

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 skills

README.md
[![agentmods](https://agentmods.dev/badge/commands/thewaywithin/agent-11/skills.svg)](https://agentmods.dev/commands/thewaywithin/agent-11/skills)
Your own site
<a href="https://agentmods.dev/commands/thewaywithin/agent-11/skills"><img src="https://agentmods.dev/badge/commands/thewaywithin/agent-11/skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,584 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.1 $0.00012 $0.01584
Opus 5 $0.00006 $0.00792
Sonnet 5 $0.00002 $0.00317
Haiku 4.5 $0.00001 $0.00158

Measured yesterday against content hash 8d637a2af366, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

skills 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.

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.

.claude/commands/skills.md · 239 lines

How it starts

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

SaaS Skills Discovery

You are executing the /skills command to help the user discover and manage available SaaS skills.

Command Variants

/skills - List all available skills with summaries /skills [skill-name] - Show detailed info for a specific skill /skills match [task] - Find skills matching a task description /skills stack - Show current stack profile and compatible skills

Execution Protocol

1. Discover Available Skills

Search for skills in these locations (in order):

  1. project/skills/*/SKILL.md - Library skills (deployed with AGENT-11)
  2. skills/*/SKILL.md - User/project-specific skills
# Find all SKILL.md files
find . -name "SKILL.md" -type f 2>/dev/null | head -20

2. Parse Skill Frontmatter

For each SKILL.md found, extract:

  • name - Skill identifier
  • version - Skill version
  • category - Category (authentication, payments, database, etc.)
  • triggers - Keywords that activate this skill
  • specialist - Which agent uses this skill (@developer, @architect, etc.)
  • complexity - beginner, intermediate, advanced
  • estimated_tokens - Context size
  • dependencies - Other skills required

3. Command Responses

/skills (List All)

Output format:

## Available SaaS Skills

| Skill | Category | Specialist | Triggers | Tokens |
|-------|----------|------------|----------|--------|
| saas-auth | authentication | @developer | auth, login, oauth | ~3800 |
| saas-payments | payments | @developer | stripe, checkout | ~4200 |
| saas-multitenancy | database | @architect | tenant, org, rls | ~4100 |
| saas-billing | payments | @developer | billing, plan, quota | ~3900 |
| saas-email | communication | @developer | email, resend | ~3200 |
| saas-onboarding | infrastructure | @developer | onboarding, wizard | ~3500 |
| saas-analytics | analytics | @analyst | analytics, tracking | ~3600 |

**Usage**:
- Skills auto-load when coordinator detects trigger keywords in task descriptions
- Use `/skills [name]` for detailed skill info
- Use `/skills match "your task"` to find relevant skills

Read the full file on GitHub · 239 lines

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 First seen · 239 lines · 12 tokens per session scan A 8d637a2af366

Subscribe to this mod's changes

skills is a command published in the GitHub repository TheWayWithin/agent-11 (15 stars, last pushed 13d ago), licensed MIT. It adds 12 tokens to every session and 1,584 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-09-04.