ctx start

A command for creating a new ContextFun workstream and its first session, then printing a Markdown summary pack. A workstream is a named line of work stored with local chat transcripts.

In plain words
What is it for?
Use it to start a workstream, optionally import the current chat, and create a unique name automatically if the requested name already exists.
Why use it?
It gives a new task its own place to preserve context and can optionally include the currently visible chat in the first session.

Skill for Claude CodeCodex

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 skills/dchu917/ctx/ctx-start
Any agent
npx skills add dchu917/ctx --skill ctx-start
Clone the repo
git clone --depth 1 https://github.com/dchu917/ctx

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 213 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 $0.00021 $0.00213
Opus 5 $0.00010 $0.00106
Sonnet 5 $0.00004 $0.00043
Haiku 4.5 $0.00002 $0.00021

Measured 3d ago against content hash cd9b18537ef5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ctx start 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/ctx_start.sh, scripts/skills/ctx_start.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/claude/ctx-start/SKILL.md · 21 lines

What it actually says

Usage

  • In chat:
    • /ctx start <workstream> — creates a new workstream and its first session, then prints the pack
    • /ctx start --pull <workstream> — also ingests the current visible chat into that first session
    • --pull can appear before or after the workstream name

What it runs

  • bash ./scripts/ctx_start.sh
  • Falls back to ctx start or python3 scripts/ctx_cmd.py start

Notes

  • If the requested workstream name already exists, ctx automatically creates name (1), name (2), and so on.
  • Use /ctx resume <workstream> to continue an existing workstream.
  • Uses local transcript storage (default ~/.claude/projects, ~/.codex/sessions).
  • Initialize ContextFun with scripts/quickstart.sh.
Files

What ships with it

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

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. 3d ago First seen · 21 lines · 21 tokens per session scan A cd9b18537ef5

Subscribe to this mod's changes

ctx start is a skill published in the GitHub repository dchu917/ctx (128 stars, last pushed 4mo ago), licensed MIT. It adds 21 tokens to every session and 213 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

kn-review

Use when reviewing implemented code before committing — multi-perspective review with severity-based findings.

knowns-dev/knowns · 19 tokens

mnemo-cortex

Installs and wires Mnemo Cortex (local-first persistent memory) into OpenClaw and other MCP-capable agents. Use for cross-session recall, decision history, or multi-agent shared memory.

GuyMannDude/mnemo-cortex · 44 tokens

alive:save

The human wants to checkpoint. Or: the stash has grown heavy — 5+ items, 30+ minutes, a natural pause in the work. The squirrel doesn't decide when to save. It surfaces the need and lets the human pull the trigger. Runs the full save protocol: confirms stash, writes log, updates state, generates projections…

alivecontext/alive · 78 tokens

alive:system-upgrade

Upgrade ALIVE to the current version. Handles v1/v2/v3.x source states, multi-surface aware (alive-mcp / Hermes / Codex), retroactive version detection, partial-failure resume, dry-run previews, and rollback inspection.

alivecontext/alive · 57 tokens

alive:session-context-rebuild

Merge multiple sessions into one working context and detect conflicts between parallel sessions. Dispatches subagent swarm to read files touched, extract log history, and resolve contradictory state. Use when resuming after days away or when parallel sessions may have written conflicting decisions. For browsing or…

alivecontext/alive · 72 tokens

alive-people

Weekly -- cross-reference people mentions, nudge stale contacts.

alivecontext/alive · 15 tokens