<skill-slug>

<skill-slug> is a skill for Claude Code from Enovatr-Labs/SpecRoute. It costs 69 tokens per session (1,149 once invoked), scanned A, original, Apache-2.0.

An unfinished template for defining a coding-agent skill, including its triggers, workflow, inputs, outputs, and reporting steps.

In plain words
What is it for?
Use it as a starting point when creating a new skill specification. It is not specific enough to explain what the finished skill will do.
Why use it?
It provides a structure for documenting a skill, but contains placeholders instead of a usable skill description.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it as a starting point when creating a new skill specification. It is not specific enough to explain what the finished skill will do.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/enovatr-labs/specroute/skill-template
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.

Any agent
npx skills add Enovatr-Labs/SpecRoute --skill skill-template
Clone the repo
git clone --depth 1 https://github.com/Enovatr-Labs/SpecRoute

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 <skill-slug>

README.md
[![agentmods](https://agentmods.dev/badge/skills/enovatr-labs/specroute/skill-template/github.svg)](https://agentmods.dev/skills/enovatr-labs/specroute/skill-template)
Your own site
<a href="https://agentmods.dev/skills/enovatr-labs/specroute/skill-template"><img src="https://agentmods.dev/badge/skills/enovatr-labs/specroute/skill-template/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.

agentmods 80×15 button for <skill-slug>

Your own site · 80×15
<a href="https://agentmods.dev/skills/enovatr-labs/specroute/skill-template"><img src="https://agentmods.dev/badge/skills/enovatr-labs/specroute/skill-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00069 $0.01149
Opus 5 $0.00034 $0.00575
Sonnet 5 $0.00014 $0.00230
Haiku 4.5 $0.00007 $0.00115

Measured 10d ago against content hash 41c1489bd475, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

<skill-slug> 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 10d 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.

skills/skill-template/SKILL.md · 96 lines

How it starts

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

<2–4 sentence overview: what this skill does, what it produces, who uses it.>

When to use

  • <Situation 1>
  • <Situation 2>
  • <Situation 3>

Step 1:

<What this step does. If the skill takes an argument, parse it here. If a key decision is needed, ask the user.>

If the argument is missing or unclear, ask:

  1. <Question 1>?
  2. <Question 2>?

Step 2:

Input Action Output

Step 3:

<Continue the guided walkthrough. Validation checkpoints belong here - confirm before destructive actions.>

Step 4: Report

  • Files created or modified (paths).
  • Frontmatter fields the user must fill in.
  • Suggested next agents or commands to invoke.
  • Whether matching examples or runtime mirrors need updating.

Don't use for

  • <Adjacent operation 1> - use .
  • <Adjacent operation 2> - use .

How to fill this template

  1. Pick a slug. Lowercase, hyphen-separated. The enclosing directory name is the slug; this file is always SKILL.md.

  2. Write the description with triggers. Most important field. Concrete user utterances that should invoke the skill. Pattern: "Triggers - 'do X', 'help me with Y', 'set up Z'." Cap it at 1024 characters per the standard and front-load the triggers.

  3. For a Claude Code target, argument-hint shows the expected argument shape. Use "" if no arguments. Use [arg] for required, [arg?] for optional.

  4. For a Claude Code target, user-invocable: true is usually appropriate. Setting it to false hides the skill from the invocation menu; it does not block access via the Skill tool, so it is a discoverability control, not an access control. Use disable-model-invocation: true for the opposite case (user-only, never auto-selected).

Read the full file on GitHub · 96 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. 10d ago First seen · 96 lines · 69 tokens per session scan A 41c1489bd475

Subscribe to this mod's changes

<skill-slug> is a skill published in the GitHub repository Enovatr-Labs/SpecRoute (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 69 tokens to every session and 1,149 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-31.

Related

Other skills, from other repositories

file-a-task

File work into nohuman (taskadd) and check on it (taskstatus) via the nohuman MCP bridge, instead of doing the work inline.

no-human-ai/no_human · 37 tokens

build-subgraph

Traverses a full graph and returns a bounded subgraph around one target node -- its depth-bounded dependencies plus any disputed claims attached to it -- while proving everything else was left out.

ayeshakhalid192007-dev/graph-engineering-crash-course · 40 tokens

merge-aliases

Folds two surface names for the same backend system into one canonical entity, keeping every original mention individually retrievable, and refuses to merge pairs that only share spelling.

ayeshakhalid192007-dev/graph-engineering-crash-course · 37 tokens

anchor-and-lock

Consults a check that sits outside the loop system before finalizing any decision the frozen facts bear on, and refuses every attempt by a loop to rewrite a node marked frozen, regardless of how convergent the loop's own reasoning looks.

ayeshakhalid192007-dev/graph-engineering-crash-course · 50 tokens

arbitrate-collision

Detects when two loops have proposed conflicting writes to the same node and field at close to the same time, applies a stated priority rule to accept exactly one, and records the rejected write with the reason it lost.

ayeshakhalid192007-dev/graph-engineering-crash-course · 48 tokens

audit-sweep

Reviews a full set of the main loop's outputs together, from a wider vantage than any single one of them, looking specifically for cross-item patterns that a one-item-at-a-time loop is structurally unable to notice.

ayeshakhalid192007-dev/graph-engineering-crash-course · 47 tokens