원클릭으로
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.