linear-projects

Manages projects in the specified cloud environment.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Luscii/terraform-fluentbit-config-renderer --skill linear-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-projects
Source: https://github.com/Luscii/terraform-fluentbit-config-renderer/tree/main/.github/skills/linear-projects
Command: npx skills add https://github.com/Luscii/terraform-fluentbit-config-renderer --skill linear-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the management of Linear projects by enabling quick listing, searching, creation, and updates from a unified interface, reducing manual tracking and context switching for project teams.

Core Features & Use Cases

  • Project querying: List, filter, and search projects by status, team, or member.
  • Project creation & updates: Create new projects and modify names, descriptions, statuses, and members.
  • Progress tracking: View project details, status, members, issues, and overall health to guide planning.
  • Use Case: For a release planning session, create a project named "Release 2.0", assign team members, and attach related issues to track progress.

Quick Start

List all active Linear projects in your workspace to begin building your workflow.

Frequently Asked Questions about linear-projects

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

FAQPage Schema
How do I automate Linear project management using the API?

You can automate Linear project management by using GraphQL queries to list, search, create, and update projects. This requires Linear API access and authentication to interact directly with the projects endpoint.

Can I track Linear project progress and linked issues automatically?

Yes, you can track Linear project progress by querying project details, statuses, members, and linked issues. This provides a unified view of overall project health to guide release planning.

How do I create and update Linear projects via GraphQL?

You can create and update Linear projects via GraphQL by sending API mutations to modify names, descriptions, statuses, and members. This allows assigning team members and attaching related issues during project creation.

Do I need Linear API authentication to manage projects programmatically?

Yes, Linear API access and authentication are required to manage projects programmatically. This authentication allows your automated workflows to securely query and modify project data using GraphQL.

What is the best way to list and filter active Linear projects across teams?

The best way to list and filter active Linear projects is by querying the projects endpoint with API parameters for status, team, or member. This enables quick searching and filtering from a unified interface.