linear-projects-write

Create and update Linear projects via CLI with Bun.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates creating and updating Linear projects via CLI, reducing manual setup and ensuring consistency across teams.

Core Features & Use Cases

  • Create new Linear projects with required fields such as name, teams, description, lead, status, dates, and priority.
  • Update existing projects using partial name matching and attribute changes.
  • Use case: onboard a new feature by creating a project for a team and assigning a lead with due dates.

Quick Start

  • bun .opencode/skill/linear-projects-write/create-project.js --name "New Feature" --teams Engineering
  • bun .opencode/skill/linear-projects-write/update-project.js "Mount Vernon" --status completed

Frequently Asked Questions about linear-projects-write

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

FAQPage Schema
How do I create a Linear project with a specific lead and target dates via CLI?

To create a Linear project via CLI, run the create-project script using Bun, passing arguments like --name, --teams, --lead, and target dates to automate full project lifecycle setup.

Can I update an existing Linear project's status using command line tools?

Yes, you can update existing Linear projects via CLI using the update-project script with partial name matching, allowing you to change attributes like status, priority, and lead directly from the command line.

What environment setup is required to automate Linear project management from the CLI?

Automating Linear project management requires the LINEAR_API_KEY to be available in your environment or .env file, and you must run the scripts using the Bun runtime to execute the CLI commands properly.

Does this CLI tool support setting teams and priority when onboarding a new Linear feature?

Yes, the CLI tool supports onboarding new Linear features by allowing you to set required project fields including teams, description, priority, status, and start/target dates during project creation.

What is the best way to ensure consistency when creating multiple Linear projects across teams?

The best way to ensure consistency across teams is to automate Linear project creation via CLI scripts, which reduces manual setup errors and standardizes fields like description, lead, and dates.