to-tickets

to-tickets is a skill for Claude Code from SaikaAco/saika-hermes-skills. It costs 43 tokens per session (2,183 once invoked), scanned A, original, MIT.

A method for turning an approved specification or settled plan into small implementation tickets for coding agents. It keeps each ticket connected to requirements, dependencies, constraints, acceptance checks, and the original source.

In plain words
What is it for?
Use it to draft an agent-sized delivery plan, map requirements to tickets, identify blocking dependencies, and define observable completion checks.
Why use it?
It reduces the risk that work is split into tickets that miss requirements or are ordered incorrectly. It produces a reviewable draft first and does not publish tickets without separate approval.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to draft an agent-sized delivery plan, map requirements to tickets, identify blocking dependencies, and define observable completion checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saikaaco/saika-hermes-skills/to-tickets
Install

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.

Any agent
npx skills add SaikaAco/saika-hermes-skills --skill to-tickets
Clone the repo
git clone --depth 1 https://github.com/SaikaAco/saika-hermes-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for to-tickets

README.md
[![agentmods](https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/to-tickets/github.svg)](https://agentmods.dev/skills/saikaaco/saika-hermes-skills/to-tickets)
Your own site
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/to-tickets"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/to-tickets/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for to-tickets

Your own site · 80×15
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/to-tickets"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/to-tickets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,183 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.02183
Opus 5 $0.00022 $0.01092
Sonnet 5 $0.00009 $0.00437
Haiku 4.5 $0.00004 $0.00218

Measured 12d ago against content hash 8092845f6573, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

to-tickets 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 12d 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.

skills/to-tickets/SKILL.md · 213 lines

How it starts

The opening of the file, as written. The whole thing — 213 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Traceable To-Tickets

Lineage

This is an MIT-licensed Hermes adaptation of Matt Pocock's public to-tickets. The complete upstream notice is preserved in references/third-party-notices.md.

Compile one exact, user-accepted source snapshot into an agent-sized delivery graph. Initial invocation authorizes a chat draft only.

DRAFT_READY means an honest reviewable draft exists; it does not mean grounding is complete or authorize publication or implementation. Pending pre-publication grounding, graph rechecks, or fresh approval may coexist with DRAFT_READY when accepted facts already determine the safe draft shape. Use BLOCKED when missing facts prevent an honest draft or materially change its graph, sizing, sequencing, or safety. For decision-only decomposition, do not block merely because later implementation details remain unknown.

Source and grounding

Accept one exact source snapshot with identifiable scope, owner, requirements, decision/evidence handles, constraints, negatives/exceptions, out-of-scope boundaries, observable acceptance, and required evidence. Do not infer acceptance or current truth from an old conversation, a similarly named file, or mere draft existence. Keep source_snapshot exactly equal to the accepted version, revision, fingerprint, or message handle. Put drift history or missing-revision explanations in lineage, blockers, or a separate drift field; never append those explanations to the snapshot value.

Before slicing, inspect only current repository and record evidence needed to validate implementation-facing claims: active project/tracker policy, governing decisions and vocabulary, relevant interfaces, seams, behavior and tests, plus source negatives, exceptions, and acceptance methods. Prior exploration does not validate a specific claim. A direction to reuse an unnamed “existing seam” does not itself verify that seam.

Read the full file on GitHub · 213 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 12d ago First seen · 213 lines · 43 tokens per session scan A 8092845f6573

Subscribe to this mod's changes

to-tickets is a skill published in the GitHub repository SaikaAco/saika-hermes-skills (2 stars, last pushed 14d ago), licensed MIT. It adds 43 tokens to every session and 2,183 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-31.