بنقرة واحدة
ctx-start
Create a new ContextFun workstream and its first session, then print a markdown pack.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new ContextFun workstream and its first session, then print a markdown pack.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use or bootstrap the `ctx` CLI to search, start, resume, rename, delete, branch, and inspect saved coding workstreams.
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.
| name | ctx-start |
| description | Create a new ContextFun workstream and its first session, then print a markdown pack. |
What it does
How to trigger
ctx-start <workstream>ctx-start --pull <workstream> (also ingests current chat)--pull can appear before or after the workstream namebash ./scripts/skills/ctx_start.sh --pull my-workstreamctx-start my-workstreampython3 scripts/ctx_cmd.py start my-workstream --format markdownRequirements
name (1), name (2), and so on.ctx resume <workstream> to continue an existing workstream.~/.codex/sessions or ~/.claude/projects (override via CODEX_HOME/CLAUDE_HOME).scripts/quickstart.sh to initialize.