Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ethanolivertroy/my-agent-stuff/linearnpx skills add ethanolivertroy/my-agent-stuff --skill lineargit clone --depth 1 https://github.com/ethanolivertroy/my-agent-stuffWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ethanolivertroy/my-agent-stuff/linear)<a href="https://agentmods.dev/skills/ethanolivertroy/my-agent-stuff/linear"><img src="https://agentmods.dev/badge/skills/ethanolivertroy/my-agent-stuff/linear.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00031 | $0.00948 |
| Opus 5 | $0.00015 | $0.00474 |
| Sonnet 5 | $0.00006 | $0.00190 |
| Haiku 4.5 | $0.00003 | $0.00095 |
Grade A, and why
linear scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Linear
Structured workflow for managing issues, projects, and team workflows in Linear via the Linear MCP server (OAuth-based, remote).
Prerequisites
- Linear MCP server connected via your MCP integration (OAuth)
- If any Linear MCP tool call fails, the user may need to reconnect their Linear integration.
Workflow
Follow these steps in order.
Step 1: Clarify Scope
Confirm the user's goal: issue creation, triage, sprint planning, status update, documentation, workload review, etc. Identify team, project, priority, labels, cycle, and due dates as needed.
Step 2: Read First
Always query before mutating. Build context with read operations:
| Goal | Tool |
|---|---|
| Find issues | list_issues (filter by team, assignee, state, label, project, priority) |
| My open work | list_issues with assignee: "me" |
| Issue details | get_issue with issue identifier (e.g., CON-435) |
| Team lookup | list_teams |
| Project lookup | list_projects, get_project |
| Available states | list_issue_statuses (requires team) |
| Available labels | list_issue_labels (optional team filter) |
| Cycles | list_cycles |
| Documents | list_documents, get_document, search_documentation |
| Comments | list_comments (requires issueId) |
| Users | list_users, get_user |
| Initiatives | list_initiatives, get_initiative |
| Milestones | list_milestones (requires project) |
| Status updates | get_status_updates |
Step 3: Create or Update
Use save_issue for both creating and updating:
Creating: title and team are required. Omit id.
save_issue(title: "...", team: "Content", description: "...", priority: 3, labels: ["Bug"])
Updating: Pass id with the issue identifier.
save_issue(id: "CON-435", state: "In Progress", assignee: "me")
Other mutation tools:
save_comment- add comments to issuessave_project,save_initiative,save_milestone- project managementsave_status_update- post status updatescreate_issue_label- create new labelscreate_document,update_document- Linear docscreate_attachment- attach files to issues
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 99 lines · 31 tokens per session scan A 42ec59a84ad4
linear is a skill published in the GitHub repository ethanolivertroy/my-agent-stuff (11 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 948 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
kanban-video-orchestrator
Plan and run multi-agent video production pipelines.
mempalace-task
Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste task for another agent, receive a MemPalace task id, or explicitly launch a supported headless agent in controlled mode.
stale-sweep
Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…
ceo-setup
One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.
commitment-setup
One-time setup for the commitments tracking system. Creates workspace structure, schema docs, and installs triage and digest missions. Excluded from activation once projects/commitments/README.md exists in the workspace (the file this skill writes as its first step).
linear-tools
Linear project management expert for issues, cycles, projects, and workflow automation.