linear-projects-write

Create and update Linear projects via CLI (write operations)

242 stars

Best use case

linear-projects-write is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Create and update Linear projects via CLI (write operations)

Create and update Linear projects via CLI (write operations)

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "linear-projects-write" skill to help with this workflow task. Context: Create and update Linear projects via CLI (write operations)

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/linear-projects-write/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/bind/linear-projects-write/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/linear-projects-write/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How linear-projects-write Compares

Feature / Agentlinear-projects-writeStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Create and update Linear projects via CLI (write operations)

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

## Overview

CLI tools for creating and updating Linear projects. Requires `LINEAR_API_KEY` set in `<git-root>/.env` or exported in the environment.

## Prerequisites

- [bun](https://bun.sh) runtime installed
- `LINEAR_API_KEY` set in `<git-root>/.env` or environment

## Commands

### Create Project

```bash
bun .opencode/skill/linear-projects-write/create-project.js --name "..." --teams <teams> [options]
```

**Required:**
- `--name <name>` - Project name
- `--teams <teams>` - Comma-separated team names (e.g., "Engineering,Product")

**Options:**
- `--description <text>` - Project description
- `--lead <name>` - Project lead name
- `--status <status>` - Initial status (planned, started, paused, completed, canceled)
- `--start-date <date>` - Start date (YYYY-MM-DD)
- `--target-date <date>` - Target date (YYYY-MM-DD)
- `--priority <0-4>` - Priority: 0=none, 1=urgent, 2=high, 3=normal, 4=low
- `--json` - Output as JSON

**Examples:**
```bash
bun .opencode/skill/linear-projects-write/create-project.js --name "New Feature" --teams Engineering
bun .opencode/skill/linear-projects-write/create-project.js --name "Q1 Initiative" --teams "Engineering,Product" --lead "James Monroe"
bun .opencode/skill/linear-projects-write/create-project.js --name "Security Audit" --teams Engineering --start-date 2025-01-15 --target-date 2025-03-01
```

---

### Update Project

```bash
bun .opencode/skill/linear-projects-write/update-project.js <project-id-or-name> [options]
```

**Arguments:**
- `project-id-or-name` - Project UUID or name (partial match supported)

**Options:**
- `--name <name>` - New project name
- `--description <text>` - New description
- `--lead <name>` - New project lead (use "none" to remove)
- `--status <status>` - New status
- `--start-date <date>` - New start date (YYYY-MM-DD)
- `--target-date <date>` - New target date (YYYY-MM-DD)
- `--priority <0-4>` - New priority
- `--json` - Output as JSON

**Examples:**
```bash
bun .opencode/skill/linear-projects-write/update-project.js "Mount Vernon" --status completed
bun .opencode/skill/linear-projects-write/update-project.js "Monticello" --lead "John Quincy Adams" --target-date 2025-03-01
bun .opencode/skill/linear-projects-write/update-project.js "Old Project" --name "Hermitage"
```

---

## Notes

- Project names support partial matching (case-insensitive)
- User names are resolved automatically
- Use `--json` flag for machine-readable output
- All commands support `--help` for detailed usage information

Related Skills

prd-doc-writer

242
from aiskillstore/marketplace

Write and iteratively refine PRD/需求文档 with a story-driven structure and strict staged confirmations (journey map alignment, per-story single-point confirmation, final generation gate). Use when the user asks to 梳理/撰写/完善 PRD、需求文档、用户故事、验收标准,并希望用 ASCII 线框图与 Mermaid(流程图/状态图/时序图)来减少歧义、共同完成文档。

svelte-code-writer

242
from aiskillstore/marketplace

CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.

writer

242
from aiskillstore/marketplace

Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer.

wiki-page-writer

242
from aiskillstore/marketplace

Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.

seo-content-writer

242
from aiskillstore/marketplace

Writes SEO-optimized content based on provided keywords and topic briefs. Creates engaging, comprehensive content following best practices. Use PROACTIVELY for content creation tasks.

linear-claude-skill

242
from aiskillstore/marketplace

Manage Linear issues, projects, and teams

linear-automation

242
from aiskillstore/marketplace

Automate Linear tasks via Rube MCP (Composio): issues, projects, cycles, teams, labels. Always search tools first for current schemas.

azure-ai-projects-ts

242
from aiskillstore/marketplace

Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients.

azure-ai-projects-py

242
from aiskillstore/marketplace

Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evaluations, managing connections/deployments/datasets/indexes, or using OpenAI-compatible clients. This is the high-level Foundry SDK - for low-level agent operations, use azure-ai-agents-python skill.

azure-ai-projects-java

242
from aiskillstore/marketplace

Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient".

azure-ai-projects-dotnet

242
from aiskillstore/marketplace

Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. Use for AI Foundry project management, versioned agents, and orchestration. Triggers: "AI Projects", "AIProjectClient", "Foundry project", "versioned agents", "evaluations", "datasets", "connections", "deployments .NET".

generating-solana-projects

242
from aiskillstore/marketplace

Generates complete Solana blockchain projects with Anchor framework (v0.32.1) and Next.js frontend including Rust smart contracts, tests, and wallet integration. Use when creating Solana dApps, NFT marketplaces, token programs, DAOs, DeFi protocols, or when user mentions Solana, Anchor, or blockchain projects.