Takeoff banner
XBlueSky XBlueSky

Takeoff

Development community

Description

--- name: takeoff description: Create, resume, or clear a session hand-off baton (one per work line) argument-hint: "[topic | resume [topic] | done [topic]]" allowed-tools: - Read - Write - Bash --- Invoke the `cortexes:cortex-takeoff` skill and follow it. Command frontmatter cannot load a skill for you, so invoke it explicitly with its fully qualified name via the Skill tool. - No argument or `<topic>`: create — curate the current session into that work line's baton (without a topic t

Installation

Installs to ~/.claude/skills/xbluesky-cortexes-takeoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xbluesky-cortexes-takeoff && curl -fsSL https://raw.githubusercontent.com/XBlueSky/cortexes/HEAD/commands/takeoff.md -o ~/.claude/skills/xbluesky-cortexes-takeoff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository