Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear Export

  • 123 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

Export Linear issues and projects to CSV, Markdown, or JSON from the CLI, with JSON round-trip compatible with import.

About

Exports Linear data to CSV, Markdown, or JSON via linear-cli, scoped by team and optionally all pages. A developer uses it to back up or extract issues and projects from the terminal.

  • JSON export is round-trip compatible with linear-cli import
  • Export to file with -f or stream to stdout

Linear Export by the numbers

  • 123 all-time installs (skills.sh)
  • Ranked #1,279 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-export

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs123
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Export Linear issues and projects to CSV, Markdown, or JSON from the CLI, with JSON round-trip compatible with import.

Files

SKILL.mdMarkdownGitHub ↗

Export

# Export issues to CSV
linear-cli exp csv -t ENG                     # Export team issues
linear-cli exp csv -t ENG -f issues.csv       # Export to file
linear-cli exp csv --all -t ENG               # All pages

# Export to Markdown
linear-cli exp markdown -t ENG
linear-cli exp markdown -t ENG -f issues.md

# Export to JSON (round-trip compatible with import)
linear-cli exp json -t ENG -f backup.json

# Export projects to CSV
linear-cli exp projects-csv -f projects.csv

# With filters
linear-cli exp csv -t ENG -s "In Progress"
linear-cli exp csv -t ENG --assignee me

Flags

FlagPurpose
-f FILEOutput to file
--allExport all pages
-t TEAMFilter by team

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.