linear-export
Export Linear data to CSV, Markdown, or JSON. Use when exporting issues or projects.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "linear-export" description: "Export Linear data to CSV, Markdown, or JSON. Use when exporting issues or projects." license: "MIT" --- # Export ```bash # 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 | Flag | Purpose | |------|---------| | `-f FILE` | Output to file | | `--all` | Export all pages | | `-t TEAM` | Filter by team |
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

