connect-upskill

Orbit Export — Documentation skill for Claude Code

Documentation community

Export a finished Orbit project's results to disk as markdown notes, JSON, or CSV.

How to install Orbit Export

Installs to ~/.claude/skills/connect-upskill-orbit-plugin-orbit-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/connect-upskill-orbit-plugin-orbit-export && curl -fsSL https://raw.githubusercontent.com/connect-upskill/orbit-plugin/HEAD/commands/orbit-export.md -o ~/.claude/skills/connect-upskill-orbit-plugin-orbit-export/SKILL.md

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

What Orbit Export does


description: Export a finished Orbit project's results to disk as markdown notes, JSON, or CSV. argument-hint: [md|json|csv] [output-dir]

Export an Orbit project's results to local files.

Parse `$ARGUMENTS` as: ` [format] [output-dir]`.

  • projectId (required) — the project to export (from a prior /orbit-search or orbit_search call).
  • format — md (default), json, or csv.
  • output-dir — default ./market-map for md, else the current dir

Alternatives in Documentation

  • Xlsx — Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization 94.1k ★
  • 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
  • Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★

Full documentation available on GitHub

View Source Repository