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/crystian/skill-map/sm-tutorialnpx skills add crystian/skill-map --skill sm-tutorialgit clone --depth 1 https://github.com/crystian/skill-mapWhat 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.00198 | $0.04809 |
| Opus 5 | $0.00099 | $0.02405 |
| Sonnet 5 | $0.00040 | $0.00962 |
| Haiku 4.5 | $0.00020 | $0.00481 |
Grade C, and why
sm-tutorial scanned grade C 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 2d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
runs `rm -rf .skill-map` first checks the state: if the `realtime` part How it starts
The opening of the file, as written. The whole thing — 394 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sm-tutorial: the skill-map book
You are the official skill-map tutorial. The tutorial is one
book: an ordered sequence of chapters grouped in parts. Your
job is to prepare the fixture files, narrate, show the commands to
type, and wait for the tester to run them, without running sm
commands for them (except the pre-flight sm version and, for
some parts, a silent sm init --no-scan, see _core.md rule #1).
This file is the orchestrator. Two companion files do the rest; read them, do not duplicate them:
references/_core.md, every shared convention: tone, vocabulary, glossing, the host-dependent>rendering rule, provider detection + substitution, the inviolable rules, the per-step cycle, routing/menu, resume/restart, edge cases, the final wrap-up. Read it before talking to the tester.references/_manifest.yml, the book ToC: every part and chapter, itsorder,step_file,pace,preflight,prereq, andstatus. The menu is rendered from this.
Chapter bodies live in references/part-*.md. Dispatch a chapter id
to the file named in its part's step_file / step_files (by id
prefix when a part spans several files: settings-* →
part-settings.md, tour-* → part-plugins.md, authoring-* →
part-authoring.md).
For the tester this is a single guided session, never a course catalogue. Refer to a chapter by its tester-facing
section.chapternumber plus its friendly title (_core.md§Numbering); never expose the internalorderindex ("Part 3", off by one from the menu), a raw "chapter id", or tour jargon ("the settings tour").
Pre-flight (run once, silent on success)
Follow _core.md for HOW to speak (silence during backstage work,
host-dependent rendering, mirroring the tester's language). The
steps:
1. Verify the working directory (empty dir)
The skill requires an empty, freshly-created directory as cwd. Run:
pwd
ls -A
Items you ignore when evaluating "empty" (internal
infrastructure, not user content): the provider scaffold dirs sm tutorial drops for the active lens, .claude, .codex, .agents,
.agent (the vendor marker plus the open-standard skill home, e.g.
codex drops both .codex/ and .agents/skills/), .git (a
version-control dir alone is a fresh repo, not user content; real
files alongside it still trip the check), .tmp (Claude Code
scratch dir), SKILL.md / sm-tutorial.md (loose copies of this
skill), tutorial-state.json (resume mode).
What ships with it
60 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.
- fixtures-data/edits/agents-hub/en/agents-hub.md 112 B
- fixtures-data/edits/agents-hub/es/agents-hub.md 140 B
- fixtures-data/edits/agents-hub/providers/agent-skills/en/agents-hub.md 196 B
- fixtures-data/edits/agents-hub/providers/agent-skills/es/agents-hub.md 219 B
- fixtures-data/edits/agents-hub/providers/codex/en/agents-hub.md 148 B
- fixtures-data/edits/agents-hub/providers/codex/es/agents-hub.md 176 B
- fixtures-data/edits/content-editor-style/en/content-editor-style.md 59 B
- fixtures-data/edits/content-editor-style/es/content-editor-style.md 62 B
- fixtures-data/edits/content-editor-style/providers/agent-skills/en/content-editor-style.md 62 B
- fixtures-data/edits/content-editor-style/providers/agent-skills/es/content-editor-style.md 65 B
- fixtures-data/edits/todo-connectors/en/todo-bullet-agent.md 44 B
- fixtures-data/edits/todo-connectors/en/todo-bullet-command.md 43 B
- fixtures-data/edits/todo-connectors/en/todo-bullet-guideline.md 54 B
- fixtures-data/edits/todo-connectors/en/todo-bullet-guideline2.md 58 B
- fixtures-data/edits/todo-connectors/en/todo-bullet-skill.md 48 B
- fixtures-data/edits/todo-connectors/es/todo-bullet-agent.md 59 B
- fixtures-data/edits/todo-connectors/es/todo-bullet-command.md 47 B
- fixtures-data/edits/todo-connectors/es/todo-bullet-guideline.md 59 B
- fixtures-data/edits/todo-connectors/es/todo-bullet-guideline2.md 63 B
- fixtures-data/edits/todo-connectors/es/todo-bullet-skill.md 52 B
- fixtures-data/edits/todo-connectors/providers/agent-skills/en/todo-bullet-guideline.md 79 B
- fixtures-data/edits/todo-connectors/providers/agent-skills/en/todo-bullet-guideline2.md 69 B
- fixtures-data/edits/todo-connectors/providers/agent-skills/en/todo-bullet-skill.md 81 B
- fixtures-data/edits/todo-connectors/providers/agent-skills/es/todo-bullet-guideline.md 82 B
- fixtures-data/edits/todo-connectors/providers/agent-skills/es/todo-bullet-guideline2.md 69 B
- fixtures-data/edits/todo-connectors/providers/agent-skills/es/todo-bullet-skill.md 83 B
- fixtures-data/edits/todo-connectors/providers/codex/en/todo-bullet-agent.md 79 B
- fixtures-data/edits/todo-connectors/providers/codex/en/todo-bullet-command.md 43 B
- fixtures-data/edits/todo-connectors/providers/codex/en/todo-bullet-skill.md 48 B
- fixtures-data/edits/todo-connectors/providers/codex/es/todo-bullet-agent.md 94 B
- fixtures-data/edits/todo-connectors/providers/codex/es/todo-bullet-command.md 47 B
- fixtures-data/edits/todo-connectors/providers/codex/es/todo-bullet-skill.md 52 B
- fixtures-data/manifest.json 3.6 KB
- fixtures-data/sets/ai-flaws/en/docs/OPS.md 748 B
- fixtures-data/sets/ai-flaws/en/docs/REVIEW.md 777 B
- fixtures-data/sets/ai-flaws/es/docs/OPS.md 814 B
- fixtures-data/sets/ai-flaws/es/docs/REVIEW.md 895 B
- fixtures-data/sets/cli-external/en/link-validation/hijoA/note-with-external-link.md 256 B
- fixtures-data/sets/cli-external/en/link-validation/hijoB/spec.md 244 B
- fixtures-data/sets/cli-external/es/link-validation/hijoA/note-with-external-link.md 270 B
- fixtures-data/sets/cli-external/es/link-validation/hijoB/spec.md 261 B
- fixtures-data/sets/harness/en/__PROVIDER__/commands/publish.md 533 B
- fixtures-data/sets/harness/en/__PROVIDER__/skills/check-links/SKILL.md 531 B
- fixtures-data/sets/harness/es/__PROVIDER__/commands/publish.md 599 B
- fixtures-data/sets/harness/es/__PROVIDER__/skills/check-links/SKILL.md 571 B
- fixtures-data/sets/harness/providers/agent-skills/en/__PROVIDER__/skills/publish/SKILL.md 596 B
- fixtures-data/sets/harness/providers/agent-skills/es/__PROVIDER__/skills/publish/SKILL.md 666 B
- fixtures-data/sets/harness/providers/codex/en/__PROVIDER__/skills/publish/SKILL.md 579 B
- fixtures-data/sets/harness/providers/codex/es/__PROVIDER__/skills/publish/SKILL.md 645 B
- fixtures-data/sets/master/en/__PROVIDER__/agents/master-agent.md 371 B
- fixtures-data/sets/master/en/__PROVIDER__/skills/master-skill/SKILL.md 399 B
- fixtures-data/sets/master/en/notes/ideas.md 283 B
- fixtures-data/sets/master/es/__PROVIDER__/agents/master-agent.md 404 B
- fixtures-data/sets/master/es/__PROVIDER__/skills/master-skill/SKILL.md 402 B
- fixtures-data/sets/master/es/notes/ideas.md 288 B
- fixtures-data/sets/master/providers/agent-skills/en/__PROVIDER__/skills/master-agent/SKILL.md 366 B
- fixtures-data/sets/master/providers/agent-skills/es/__PROVIDER__/skills/master-agent/SKILL.md 395 B
- fixtures-data/sets/master/providers/codex/en/.codex/agents/master-agent.toml 385 B
- fixtures-data/sets/master/providers/codex/es/.codex/agents/master-agent.toml 411 B
- fixtures-data/sets/portfolio/en/__PROVIDER__/agents/content-editor.md 1014 B
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.
- 2d ago First seen · 394 lines · 198 tokens per session scan C e4dc4f784ed1
sm-tutorial is a skill published in the GitHub repository crystian/skill-map (59 stars, last pushed 2d ago), licensed MIT. It adds 198 tokens to every session and 4,809 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
playwright
Use when the task requires capturing or automating a real browser from the terminal.
agents-sdk
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues…
re0-loop
Run repeated build -> QA -> re0-memo -> re0-work cycles while preserving learning and letting code die. Use for long agentic projects where progress must be measured by quality-cleared templates, reusable modules, and eliminated anti-patterns rather than hours spent or features accumulated.
airflow-plugins
Builds Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use when building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface - creating an Airflow plugin, adding a custom UI page or…
eval-graphics
Turn an eval study's numbers into on-brand, publish-ready figures using the Newsjack chart room (the eval design system), then validate them with Playwright. For producing the charts in a published eval/data study.
news-search
Search current news for a topic, company, competitor, or hook and return dated, attributed articles. Uses the newsjack CLI and Medialyst REST API when available, tries direct Medialyst MCP if the CLI is missing, and falls back to host web/browser search with explicit caveats only when neither cloud path is available.