Agent Skill
2/7/2026

linear

Manage Linear issues, projects, and milestones. Use when the user provides a linear.app URL, creating or updating issues, checking issue status, managing projects, or working with milestones. Do NOT use read_web_page for Linear URLs.

B
blaknite
4GitHub Stars
1Views
npx skills add blaknite/agent-skills

SKILL.md

Namelinear
DescriptionManage Linear issues, projects, and milestones. Use when the user provides a linear.app URL, creating or updating issues, checking issue status, managing projects, or working with milestones. Do NOT use read_web_page for Linear URLs.

Agent Skills

Custom skills for Amp that extend its capabilities for development workflows.

Available Skills

SkillDescription
using-buildkiteBuildkite CLI and Test Engine API reference
debugging-failed-buildsDebug failed Buildkite builds by finding failed jobs and reading logs
debugging-failed-testsDebug failed tests using Buildkite Test Engine
reviewing-code-with-contextCode review with full context (Linear issue, PR details, build status)
gathering-contextGather full context for a branch (Linear issue, PR, build status)
using-linearManage Linear issues, projects, and milestones
reading-notionSearch and view Notion pages
reading-pull-requestsFind and read GitHub PRs for a branch
starting-linear-issueStart work on a Linear issue by gathering context and creating a branch
submitting-code-reviewsSubmit finalized code review comments to a GitHub PR via the batch review API
submitting-pull-requestsCreate and submit PRs with well-structured descriptions
giving-kind-feedbackKind engineering principles for giving feedback
performing-technical-discoveryInvestigate how existing systems relate to a proposed change
reading-slackRead Slack channels, threads, and messages
responding-to-review-feedbackReview and respond to PR code review feedback
specifying-behaviourWrite structured natural language behaviour specifications
writing-code-reviewsCollaboratively draft code review comments for a GitHub PR
writing-linear-issuesCollaboratively draft quality Linear issues through dialogue
writing-linear-project-updatesCollaboratively draft Linear project updates through dialogue
writing-prdsCollaboratively draft product requirements documents through dialogue

Installation

curl -fsSL https://raw.githubusercontent.com/blaknite/agent-skills/main/install.sh | bash

This will:

  • Install Amp if not already installed
  • Check for skill dependencies (gh, bk, linear, jq, ruby, go, notion-cli)
  • Download and install skills to ~/.config/agents/skills/

If any skills already exist, you'll be prompted to overwrite, skip, diff, or backup.

If you already have Amp and its dependencies installed and just want to install the skills:

curl -fsSL https://raw.githubusercontent.com/blaknite/agent-skills/main/install.sh | bash -s -- --skip-deps

Usage

Skills are automatically loaded by Amp when relevant:

"Let's get started on BK-123"

"Watch the latest build and debug and relevant failures"

You can also explicitly request them:

"Use the using-buildkite skill to check the build status"

Skills Info
Original Name:linearAuthor:blaknite