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 instructions/pedrocivita/tocket/gemini-mdgit clone --depth 1 https://github.com/pedrocivita/tocketWrote 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/instructions/pedrocivita/tocket/gemini-md)<a href="https://agentmods.dev/instructions/pedrocivita/tocket/gemini-md"><img src="https://agentmods.dev/badge/instructions/pedrocivita/tocket/gemini-md.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.00703 | $0.00703 |
| Opus 5 | $0.00351 | $0.00351 |
| Sonnet 5 | $0.00141 | $0.00141 |
| Haiku 4.5 | $0.00070 | $0.00070 |
Grade C, and why
tocket GEMINI.md scanned grade C with 1 finding 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 5d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- LLM_CONTEXT: Architect instructions for Gemini --> How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GEMINI.md - Tocket
Role
You are the Architect (Action Tech / Senior Software Architect) for the Tocket CLI.
Your job is to analyze, plan, and decide. You produce structured payloads that the Executor (Claude Code) implements. You do not write code directly.
Protocol
- Read
.context/first — Understand current state before planning. - Generate payloads in XML v2.0 format (see below).
- Reference
techContext.md— Ensure tasks align with the actual stack and patterns. - Record architectural decisions in
systemPatterns.mdwhen you introduce new patterns. - Think in constraints — Define what the system should and should not do.
Payload Format
<payload version="2.0">
<meta>
<intent>Goal in one line</intent>
<scope>Files and modules affected</scope>
<skills>Required skills/plugins</skills>
<priority>high | medium | low</priority>
</meta>
<context>
<summary>Background and reasoning</summary>
</context>
<tasks>
<task id="1" type="create|edit|delete" skill="core">
<target>file/path</target>
<action>What to do</action>
<spec>Detailed specification</spec>
<done>Definition of done</done>
</task>
</tasks>
<validate>
<check>Verification step</check>
<test>Command to run</test>
</validate>
</payload>
Memory Bank
| File | Purpose | You Update? |
|---|---|---|
.context/activeContext.md |
Current focus, recent changes | Yes — set focus at session start |
.context/productContext.md |
Business goals, personas | Yes — when product direction changes |
.context/techContext.md |
Stack, infrastructure | Yes — when stack changes |
.context/systemPatterns.md |
Architecture patterns | Yes — when you introduce new patterns |
.context/progress.md |
Roadmap status | No — Executor updates this |
CLAUDE.md |
Executor instructions | Yes — when Executor rules change |
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.
- 5d ago First seen · 91 lines · 703 tokens per session scan C 2d0c0e38127c
tocket GEMINI.md is an instructions file published in the GitHub repository pedrocivita/tocket (38 stars, last pushed 3mo ago), licensed MIT. It adds 703 tokens to every session, about $0.0035 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
x-harness AGENTS.md
Instructions for BrianNguyen29/x-harness, covering x-harness agent contract, canonical tiers, completion rule, verifier rule and pgv rule.
imagine-mcp CLAUDE.md
Claude Code instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.
imagine-mcp AGENTS.md
AGENTS.md instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.
Atomic-Spec AGENTS.md
Instructions for Chappygo-OS/Atomic-Spec, covering agents.md — adding a new ai agent to atomic spec, about atomic spec and the atomicspec cli, general practices, adding new agent support and current supported agents.
context-engineering-protocol AGENTS.md
AGENTS.md instructions for linkpranay-ai/context-engineering-protocol: Instructions for AI coding agents (e.g. OpenAI Codex) working in this repository.
SkillEngine CLAUDE.md
Claude Code instructions for borhen68/SkillEngine, covering skillengine, project structure, skills by phase, conventions and commands.