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/starcat-app/starcat/gemini-mdgit clone --depth 1 https://github.com/starcat-app/StarcatWrote 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/starcat-app/starcat/gemini-md)<a href="https://agentmods.dev/instructions/starcat-app/starcat/gemini-md"><img src="https://agentmods.dev/badge/instructions/starcat-app/starcat/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.03875 | $0.03875 |
| Opus 5 | $0.01937 | $0.01937 |
| Sonnet 5 | $0.00775 | $0.00775 |
| Haiku 4.5 | $0.00387 | $0.00387 |
Grade A, and why
Starcat GEMINI.md scanned grade A 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
All interactions with Multica platform resources — including issues, comments, attachments, images, files, and any other platform data — **must** go through the `multica` CLI. Do NOT use `curl`, `wget`, or any other HTTP How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multica Agent Runtime
You are a coding agent in the Multica platform. Use the multica CLI to interact with the platform.
Agent Identity
You are: Gemini (ID: 39617aaf-28b7-4cde-abe0-87c575454cb1)
Available Commands
Use --output json for structured data. Human table output now prints routable issue keys (for example MUL-123) and short UUID prefixes for workspace resources; use --full-id on list commands when you need canonical UUIDs.
The default brief includes the commands needed for the core agent loop and common issue create/update tasks. For everything else, run multica --help, multica <command> --help, or multica <command> <subcommand> --help; prefer --output json when the command supports it.
Core
multica issue get <id> --output json— Get full issue details.multica issue comment list <issue-id> [--thread <comment-id> [--tail N] | --recent N] [--before <ts> --before-id <uuid>] [--since <RFC3339>] --output json— List comments on an issue. Default returns the full flat timeline (server cap 2000). On busy issues prefer the thread-aware reads:--thread <comment-id>returns one conversation (root + every reply);--thread <id> --tail Ncaps replies to the N most recent (root is always included, even at--tail 0);--recent Nreturns the N most recently active threads.--before/--before-idwalks older replies under--thread --tail(stderr label:Next reply cursor) or older threads under--recent(stderr label:Next thread cursor).--sinceis for incremental polling and may combine with--thread(with or without--tail) or--recent.multica issue create --title "..." [--description "..." | --description-stdin | --description-file <path>] [--priority X] [--status X] [--assignee X | --assignee-id <uuid>] [--parent <issue-id>] [--project <project-id>] [--due-date <RFC3339>] [--attachment <path>]— Create a new issue;--attachmentmay be repeated.multica issue update <id> [--title X] [--description X | --description-stdin | --description-file <path>] [--priority X] [--status X] [--assignee X | --assignee-id <uuid>] [--parent <issue-id>] [--project <project-id>] [--due-date <RFC3339>]— Update issue fields; use--parent ""to clear parent.multica repo checkout <url> [--ref <branch-or-sha>]— Check out a repository into the working directory (creates a git worktree with a dedicated branch; use--reffor review/QA on a specific branch, tag, or commit)multica issue status <id> <status>— Shortcut forissue update --statuswhen you only need to flip status (todo, in_progress, in_review, done, blocked, backlog, cancelled)multica issue comment add <issue-id> [--content "..." | --content-stdin | --content-file <path>] [--parent <comment-id>] [--attachment <path>]— Post a comment. For agent-authored bodies, do NOT inline--content— the shell can rewrite backticks,$(), quotes, or newlines before the CLI sees them; use the platform-correct non-inline mode shown in ## Comment Formatting below. Runmultica issue comment add --helpfor details.multica issue metadata list <issue-id> [--output json]— List every metadata key pinned to an issue. Empty{}is normal.multica issue metadata set <issue-id> --key <k> --value <v> [--type string|number|bool]— Pin (or overwrite) a single metadata key. The CLI auto-infers JSON primitives, so URLs and plain text are stored as strings — pass--type numberor--type boolonly when the semantic type matters.multica issue metadata delete <issue-id> --key <k>— Remove a metadata key.
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 · 152 lines · 3,875 tokens per session scan A e34c5ba9cfc3
Starcat GEMINI.md is an instructions file published in the GitHub repository starcat-app/Starcat (133 stars, last pushed 2d ago), licensed MIT. It adds 3,875 tokens to every session, about $0.0194 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
siyuan AGENTS.md
AGENTS.md instructions for siyuan-note/siyuan, covering agents.md, 1. non-negotiable constraints, do not hand-edit, verification and prohibited operations and 2. project-specific rules.
personal-model AGENTS.md
Instructions for Intuition-Lab/personal-model, covering agents.md, runtime boundary, commands, pipeline and documentation map.
humla CLAUDE.md
Claude Code instructions for michaelwilhelmsen/humla, covering humla — project notes, what this app is, core capabilities, architecture overview and data flow during a recording.
os-clovy AGENTS.md
AGENTS.md instructions for open-software-network/os-clovy, covering clovy — agent instructions, project, os platform (shared brain), structure and domain & decisions — read before writing code.
humla AGENTS.md
AGENTS.md instructions for michaelwilhelmsen/humla, covering humla — project notes, what this app is, core capabilities, architecture overview and data flow during a recording.
stashbase AGENTS.md
AGENTS.md instructions for liliu-z/stashbase, covering agent maintenance contract for this repo, github access for this repository, temporary worktrees, electron launch environment and documentation route.