SEPCC: Skill for Claude Code

.agents/skills/route-task/SKILL.md

route-task is a skill for Claude Code, Codex from sepehrbayat/SEPCC. It costs 17 tokens per session (85 once invoked), scanned A, original, MIT.

A task-routing skill that selects a model tier from the project’s .fcc/router.yml file: quick, balanced, or deep work.

In plain words
What is it for?
Use it to route simple tasks to a fast model, normal tasks to a balanced model, and complex tasks to a deeper model.
Why use it?
It keeps model selection in the project’s existing FCC configuration instead of adding another routing system.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is sepehrbayat/SEPCC's own configuration. It tells Claude Code and Codex how to work on SEPCC itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything SEPCC configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sepehrbayat/SEPCC. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sepehrbayat/SEPCC/main/.agents/skills/route-task/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sepehrbayat/SEPCC

Made for: Claude Code, Codex.

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 route-task

README.md
[![agentmods](https://agentmods.dev/badge/skills/sepehrbayat/sepcc/route-task.svg)](https://agentmods.dev/skills/sepehrbayat/sepcc/route-task)
Your own site
<a href="https://agentmods.dev/skills/sepehrbayat/sepcc/route-task"><img src="https://agentmods.dev/badge/skills/sepehrbayat/sepcc/route-task.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 85 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.00017 $0.00085
Opus 5 $0.00009 $0.00043
Sonnet 5 $0.00003 $0.00017
Haiku 4.5 $0.00002 $0.00009

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

Security

Grade A, and why

route-task 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 8d 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.

.agents/skills/route-task/SKILL.md · 15 lines

What it actually says

Route Task

Use .fcc/router.yml:

  • trivial: haiku alias
  • balanced: sonnet alias
  • deep: opus alias

Keep routing inside FCC. Do not add another default routing proxy. If exact upstream model names are unknown, keep aliases and let FCC/provider config resolve them.

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. 8d ago First seen · 15 lines · 17 tokens per session scan A d51cc0d2bb06

Subscribe to this mod's changes

route-task is a skill published in the GitHub repository sepehrbayat/SEPCC (38 stars, last pushed 16d ago), licensed MIT. It adds 17 tokens to every session and 85 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.

Related

Other skills, from other repositories

memory

Persistent global memory across conversations. Read memory file at start of every conversation, write important context during conversation so it survives context compression. Use ALWAYS. Triggered automatically.

lokikill123/codex-token-skills · 35 tokens

token-saver

Minimize token consumption & maximize prompt cache hit rate. Use when user asks to save tokens, reduce cost, improve cache hit rate, or be more concise.

lokikill123/codex-token-skills · 36 tokens

editing-cordis-compositions

Use when creating, changing, or validating a Cordis composition for this harness — writing or editing an agent preset, adding or removing a plugin row, deciding whether something belongs to the host composition or to one session, checking whether a preset you authored actually mounts, or diagnosing a row that mounted…

singula-ai/alego · 69 tokens

cordis-plugin-development

Create, modify, debug, or extend dynamic Cordis Plugins, including Host Services and Events, Client Slot and theme UI, Package-private Client-to-Host calls, dynamic Tools, version updates, approval failures, and runtime diagnostics. Use this Skill to route a user request to the correct platform and Inspect Provider…

singula-ai/alego · 80 tokens

weibo-poster

A writing guide for Weibo, a Chinese microblogging platform similar to a short-post social network. It covers concise posts, longer posts, hashtags, @ mentions, image layouts, and posting-time suggestions.

dongsheng123132/u-claw · 32 tokens

rulesync

Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.

dyoshikawa/rulesync · 64 tokens