tjcages/linear · Archived

linear-finish-install

>- Finish Linear tracking pack install after skills are present: write always-on rules (Linear = default source of truth every session) and verify Linear MCP auth. Optionally offer Cursor Monitor Automation. Use when the user says "finish linear install", "finish linear-tracking install", "complete setup after skills add", or right after installing the pack.

First seen Jul 30, 2026

Installation

$ npx skills add tjcages/linear --skill linear-finish-install

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tjcages/linear.

npx skills add tjcages/linear

Browse all from tjcages/linear

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.2
Declared agents claude-code cursor codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,409 B
  • docs SUMMARY.md 386 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 25 installs

SKILL.md

Finish Linear tracking install

Chat: [RESPONSE.md](./RESPONSE.md). Auth: [AUTH.md](./AUTH.md). Snippet: [ALWAYSON.md](./ALWAYSON.md). Optional weekly health: [AUTOMATION.md](./AUTOMATION.md).

Install is complete when always-on is loaded and Linear MCP auth works. Same skills + same SoT assumption on every harness. Cursor Automation is optional.

Do these in order. Lead with the next action each turn.

1. Always-on (required)

Cursor: list user rules. If no rule titled linear-tracking (always-on), add one with cursordialog (item=rule, scope=user, action=add, title + ALWAYSON.md body). If it exists, skip.

Claude Code / Codex / file-based: ensure ~/.claude/CLAUDE.md, ~/.codex/AGENTS.md, and/or ~/.agents/AGENTS.md contain the ALWAYS_ON block between markers:

<!-- linear-tracking-always-on -->
…ALWAYS_ON.md body…
<!-- /linear-tracking-always-on -->

Idempotent: replace the block if markers exist; else append.

2. Linear MCP (required)

Call listteams (or getuser).

  • Fail → AUTH.md steps for this agent; stop after giving links.
  • Pass → continue.

Useful links:

3. Monitor Automation (optional — Cursor only)

If this is Cursor and the user wants a weekly digest: open Automations (open_automation) and point at [AUTOMATION.md](./AUTOMATION.md). Default schedule Monday 7:00 AM local (convert cron to UTC — see AUTOMATION.md).

Non-Cursor: skip. They can run /linear-monitor anytime.

Do not block “install complete” on Automation.

4. Report

Restate:

  1. Always-on: done / already present / failed (where)
  2. Linear auth: ok / needs OAuth
  3. Install: complete if 1+2 ok — Automation offered / skipped / deferred

One next action only.