ワンクリックで
ctx
Use or bootstrap the `ctx` CLI to search, start, resume, rename, delete, branch, and inspect saved coding workstreams.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use or bootstrap the `ctx` CLI to search, start, resume, rename, delete, branch, and inspect saved coding workstreams.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Branch one workstream into a new workstream with a frozen starting snapshot.
Delete the latest session in a ContextFun workstream, or delete a specific session id.
List available ContextFun workstreams
Resume a ContextFun workstream and print a markdown pack.
Show the current workstream, or dispatch ctx subcommands like list, start, resume, delete, and branch.
Create a new ContextFun workstream and its first session, then print a markdown pack.
| name | ctx |
| description | Use or bootstrap the `ctx` CLI to search, start, resume, rename, delete, branch, and inspect saved coding workstreams. |
Use this skill when the user wants to recover prior coding context, continue a named workstream, create a new workstream, rename or delete a workstream, branch context, or open the local browser UI.
Requirements:
ctx is missing, use the bundled wrapper scripts/ctx.sh.scripts/ctx.sh install bootstraps the global install into ~/.contextfun.scripts/ctx.sh ... invocation can also auto-install first, then retry the requested command.Use the single ctx entrypoint:
ctx install (skill bootstrap helper; installs the global CLI and bundled skills when needed)ctxctx list [--this-repo]ctx search <query> [--this-repo]ctx start <workstream> [--pull]ctx resume <workstream> [--compress] [--allow-other-repo]ctx rename <new-name> [--from <existing-workstream>]ctx delete <workstream> or ctx delete --session-id <id>ctx branch <source-workstream> <target-workstream> [--allow-other-repo]ctx web --openThe bundled wrapper is available as scripts/ctx.sh <subcommand> ....
Behavior:
ctx is missing, bootstrap it with scripts/ctx.sh install or let the wrapper auto-install on first use.start creates a new workstream. If the name already exists, ctx automatically creates name (1), name (2), and so on.resume only continues an existing workstream. If there is no match, say so plainly instead of silently creating a new one.--this-repo when the user is asking about context related to the current repository.