linear-hello-world

Create your first Linear issue and query using the GraphQL API.

Content Preview
---
name: linear-hello-world
description: |
  Create your first Linear issue and query using the GraphQL API.
  Use when making initial API calls, testing Linear connection,
  or learning basic Linear operations.
  Trigger with phrases like "linear hello world", "first linear issue",
  "create linear issue", "linear API example", "test linear connection".
allowed-tools: Read, Write, Edit, Bash(npx:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
compatibl
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/linear-hello-world.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/linear-pack/skills/linear-hello-world/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/linear-pack/skills/linear-hello-world/SKILL.md

Related Skills