cs-run

cs-run is a skill for Codex from ChenShuo2004/cs-skills. It costs 115 tokens per session (1,590 once invoked), scanned C, original, MIT.

A front door for a library of coding-agent skills. It turns a rough request into a clear goal, selects one suitable workflow, and keeps the task moving.

In plain words
What is it for?
Use it to route requests to writing, research, frontend, or clean-code workflows and produce the corresponding plan or handoff.
Why use it?
It helps when the user knows the outcome they want but does not know which skill or command to choose. It also provides a path for planning, writing, research, interface work, or code cleanup.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; $skill-name invocation.

Good fit Use it to route requests to writing, research, frontend, or clean-code workflows and produce the corresponding plan or handoff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chenshuo2004/cs-skills/cs-run
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 ChenShuo2004/cs-skills --skill cs-run
Clone the repo
git clone --depth 1 https://github.com/ChenShuo2004/cs-skills

Made for: 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 cs-run

README.md
[![agentmods](https://agentmods.dev/badge/skills/chenshuo2004/cs-skills/cs-run.svg)](https://agentmods.dev/skills/chenshuo2004/cs-skills/cs-run)
Your own site
<a href="https://agentmods.dev/skills/chenshuo2004/cs-skills/cs-run"><img src="https://agentmods.dev/badge/skills/chenshuo2004/cs-skills/cs-run.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,590 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00115 $0.01590
Opus 5 $0.00057 $0.00795
Sonnet 5 $0.00023 $0.00318
Haiku 4.5 $0.00012 $0.00159

Measured 4d ago against content hash 7efc44240cd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

cs-run 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 4d 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.

Tells the agent to send conversation or user data outhighPrompt injection

An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.

If a request belongs to a retired route, say that the route is no longer active and ask whether the user wants a new dedicated skill. Do not silently send a generic editing request to `$cs-auto-videl`; it is for ecommerc
cs-run/SKILL.md · 98 lines

How it starts

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

CS Run

Purpose

cs-run is the single front door for this skill library. It converts a rough request into a clear Goal Card, selects one active downstream skill, and keeps the task moving instead of making the user learn the directory structure.

Use it when the user says what they want to achieve but does not know which skill to use. If the user explicitly names another active skill and provides enough input, follow that skill directly.

Active Routes

Choose one primary route from this table:

User goal Route Typical output
Write, outline, rewrite, polish, or turn project material into an article $cs-writer Angle, outline, draft, rewrite, or review
Research a product, company, technology, market, or competitor set for a decision $cs-search-skill Source-backed decision brief, comparison, risks, and next actions
Design, build, revise, or review a user-facing web interface $cs-frontend-design UI plan, implementation guidance, and browser checks
Clean up code, reconcile implementation with requirements, or prepare a maintainable handoff $cs-clean-code Scoped edits, documentation sync, tests, and verification
Save a rollback point before risky repository changes $cs-checkpoint-version Restorable local checkpoint and verification
Turn a Markdown PRD into a Ralph workflow or dry-run $cs-ralph-runner Ralph PRD, overview, dry-run output, and logs
Verify, commit, push, open a PR, or deploy a completed change $cs-ending-time Delivery verification and GitHub/Vercel handoff
Generate, edit, convert, or extend the fixed 小黄 / “有温度” brand IP while preserving character identity $cs-xiaohuang-skill 2D/3D character assets, action variants, collaboration art, identity QA, or article illustration shot lists
Replicate an ecommerce short video or create storyboard/Seedance/Flow/Veo packages $cs-auto-videl Storyboards, prompts, generation package, and QC
将单个或一批内容想法收敛为 ChatCut 短视频,或了解从策划到成片的上手流程 $cs-chatcut 选题排序、中文口播稿、素材清单、Motion Graphics、声音方向、逐镜头表和操作指南
把真实网页做成 30–60 秒产品演示宣传片 $cs-web-promo-film Remotion 工程、无音轨 mp4、可选口播稿
The user has not described a usable goal yet $cs-run Goal Card and the smallest useful questions

Read the full file on GitHub · 98 lines

Files

What ships with it

1 file 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.

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. 4d ago Changed · +1 lines 7efc44240cd0
  2. 8d ago First seen · 97 lines · 115 tokens per session scan C 5584fb2973d2

Subscribe to this mod's changes

cs-run is a skill published in the GitHub repository ChenShuo2004/cs-skills (141 stars, last pushed 5d ago), licensed MIT. It adds 115 tokens to every session and 1,590 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent to send conversation or user data out). 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens