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 skills add ZaxbyHub/opencode-swarm --skill issue-ingestgit clone --depth 1 https://github.com/ZaxbyHub/opencode-swarmWrote 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/zaxbyhub/opencode-swarm/issue-ingest)<a href="https://agentmods.dev/skills/zaxbyhub/opencode-swarm/issue-ingest"><img src="https://agentmods.dev/badge/skills/zaxbyhub/opencode-swarm/issue-ingest.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00033 | $0.02326 |
| Opus 5 | $0.00016 | $0.01163 |
| Sonnet 5 | $0.00007 | $0.00465 |
| Haiku 4.5 | $0.00003 | $0.00233 |
Grade A, and why
issue-ingest 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 8d 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 — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Issue Ingest Protocol
This protocol is loaded on demand by the architect runtime. The architect prompt keeps only activation, action, and hard safety constraints; the full execution details live here.
MODE: ISSUE_INGEST
Activates when: user invokes /swarm issue <url>; OR architect receives [MODE: ISSUE_INGEST issue="<url>"] signal.
Purpose: ingest a GitHub issue, localize root cause, and produce a resolution spec. The issue URL points to a GitHub issue that describes a bug, feature request, or task to be resolved.
Flags parsed from signal:
plan=true→ after spec generation, transition to MODE: PLAN (create implementation plan)trace=true→ the issue-trace runtime hook automatically drives the standard PLAN → CRITIC-GATE → EXECUTE → commit-pr ladder (implies plan=true)noRepro=true→ skip the reproduction step below
Phase 1: INTAKE
- Fetch the issue body using the GitHub CLI (
gh issue view <N> --repo <owner>/<repo> --json title,body,labels,assignees,comments) or web fetch.- If the issue cannot be fetched (404, private repo, no
ghauth, or the argument resolves to a PR not an issue), report the blocked operation explicitly and do not proceed on empty intake; fall back to any pasted issue text the user provided. Closed-issue cases proceed but note the closed state.
- If the issue cannot be fetched (404, private repo, no
- Read
.swarm/issue-reference.jsonas the authoritative source for the issue URL, owner, repo, number, and flags (plan/trace/noRepro). If absent, fall back to the URL from the mode signal string. - Parse the issue into a normalized Intake Note with four required fields:
- Observed behavior: what the issue reports
- Expected behavior: what should happen instead
- Reproduction steps: how to trigger the issue (may be absent; flag with
[NEEDS REPRO]if missing) - Environment: platform, version, configuration context
- If any required field is missing and cannot be inferred from context, flag as
[NEEDS REPRO]. - Attempt a minimal reproduction of the reported issue: record the exact commands and their output. Skip this step when
noRepro=true(set via--no-repro); in that case, note that reproduction was skipped and proceed on the issue text alone. Whentrace=true, the issue-trace engine requires reproduction evidence OR a typed--no-reprowaiver before it can leave localization and transition to PLAN: after attempting reproduction, callrecord_issue_reproductionwith the issue number,performed: true, and the recordedcommands/output_summaryso the gate is satisfied. Aperformed: falsereceipt is recorded but does NOT satisfy the gate. - Ask the user clarifying questions one at a time, max 6 per intake, when the issue text is ambiguous; otherwise flag the item with markers like
[NEEDS REPRO]or[NEEDS CLARIFICATION]and proceed. - Exit when the Intake Note is complete or all missing fields are flagged.
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.
- 8d ago First seen · 110 lines · 33 tokens per session scan A 629fcf929762
issue-ingest is a skill published in the GitHub repository ZaxbyHub/opencode-swarm (463 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 2,326 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
armada-gate
Run an evidence-gate checklist for each success criterion in the current phase. Use when checking if a phase is complete before marking it passed.
businesses
Business lifecycle skill (DOMAIN-AGNOSTIC). Creates, lists, inspects, validates, and migrates businesses — autonomous multi-agent organizations — following the Business Protocol v2 (v1 businesses still load unchanged). Works for ANY domain: marketing, healthcare, engineering, legal, real-estate, gaming, foodtech…
nirvana-os
List and inspect the user's Nirvana-OS businesses (empresas), squads and mind-clones, and route production briefs to the harness orchestrator. Trigger on 'quais são minhas empresas/squads', 'what businesses/squads do I have', 'liste minhas empresas', 'quais mind-clones eu tenho', 'o que o nirvana pode fazer', 'use o…
beads-schema
Beads (bd CLI) reference — issue types, statuses, priorities, dependencies, and common commands.
trelly-mcp
Configure and use the trelly MCP stdio server (trelloboardslist, trellocardcreate, trellosearch, trelloapiget, etc.). Use when wiring Cursor/Claude MCP, listing or showing Trello cards/todos, linking GitHub PRs/commits, or choosing MCP vs CLI.
trelly
Operate the trelly Trello CLI (npm trelly; bin trelly): auth setup/login, human vs --json output, boards/lists/cards, search, attachments, GitHub PR/commit links on cards, trelly ui, trelly api. Use when the user asks to run trelly commands, list or show Trello cards/todos, link a GitHub PR or commit to a card, or…