linear-projects-read

List and retrieve Linear projects from the command line with filters and JSON output.

5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/Bind/skillz.sh --skill linear-projects-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-projects-read
Source: https://github.com/Bind/skillz.sh/tree/main/docs/registry/skills/linear-projects-read
Command: npx skills add https://github.com/Bind/skillz.sh --skill linear-projects-read

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @linear/sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a fast, CLI-based way to view Linear projects, eliminating the need to navigate the web UI for project discovery and status checks.

Core Features & Use Cases

  • List all projects with optional filters such as status or lead.
  • Retrieve a single project by ID or name for quick details.
  • Output results in plain text or JSON for automation and reporting.

Quick Start

Use the skill to list projects: bun .opencode/skill/linear-projects-read/list-projects.js --limit 10 To fetch a specific project by name: bun .opencode/skill/linear-projects-read/get-project.js "Mount Vernon"

Frequently Asked Questions about linear-projects-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Linear projects from the command line?

You can list Linear projects from the command line using a CLI script that retrieves project data via the Linear SDK. It supports optional filters like status or lead, and outputs results in plain text or JSON for automation.

Can I filter Linear projects by status or lead using a CLI?

Yes, you can filter Linear projects by status or lead when running the list command. This allows developers and project managers to apply specific visibility filters directly from the command line without navigating the web UI.

How do I get details for a single Linear project by name in the terminal?

You can retrieve a single Linear project by name using the get-project command in your terminal. This script fetches quick project details by matching the provided name, bypassing the need to open the web UI.

Does this Linear CLI tool output JSON for automated dashboards?

Yes, the Linear CLI tool supports JSON output for integration into automated dashboards and reports. This allows you to pipe project data directly into other automation scripts or reporting pipelines.

What are the limitations of using a read-only Linear projects CLI script?

The limitation of this read-only Linear projects CLI script is that it cannot create, update, or delete projects. It is strictly designed for listing, retrieving, and viewing project details for reporting and visibility.