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 commands/robconery/kolea/git-remotegit clone --depth 1 https://github.com/robconery/koleaWhat 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.00028 | $0.01718 |
| Opus 5 | $0.00014 | $0.00859 |
| Sonnet 5 | $0.00006 | $0.00344 |
| Haiku 4.5 | $0.00003 | $0.00172 |
Grade A, and why
git-remote 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 yesterday.
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.
This is a copy
100% identical to git-remote — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
git-remote
Stand up the GitHub remote for this project and treat it like a calling
card. A scrappy first-push leaves a scrappy first impression. Don't ship
a stub. Use the github skill for any commit / PR work along the way.
Preflight
- Refuse if a remote already exists.
git remote -v— iforiginis set and points at github.com, stop and tell the user. Suggestgh repo vieworgh repo edit. gh auth status— refuse if not logged in. Tell the user to rungh auth login.- Read context:
CLAUDE.md,docs/PROJECT.md, existingREADME.md, anyLICENSE,CONTRIBUTING.md,SECURITY.md,.github/— never overwrite without consent.
Interview (ask in one batch)
Use AskUserQuestion to settle the choices that need a human:
- Repo name — propose one derived from the project (CLAUDE.md / PROJECT.md), kebab-case, short. Offer 2–3 options.
- Visibility — public, private. Default: public (it's a calling card).
- License — propose one with a one-line rationale each:
- MIT — most permissive, easiest to adopt (Recommended for libs/tools).
- Apache-2.0 — same permissions + explicit patent grant; good for anything corporates will touch.
- AGPL-3.0 — strong copyleft; use when you want network-use modifications shared back.
- MPL-2.0 — file-level copyleft; middle ground.
- Unlicense / CC0 — public domain dedication. Recommend based on project type (CLI/lib → MIT; service/SaaS-y → Apache-2.0; opinionated stack you want kept open → AGPL).
- Owner — personal account vs an org (only ask if
gh auth statusshows the user belongs to orgs).
Calling-card requirements (the bar)
The repo gets pushed only after all of these are in place:
README.md — must be real, never boilerplate
A boilerplate README is anything matching:
- Just the project name and a one-liner.
- Contains
TODO,Lorem ipsum, "your project here", or the literal scaffold text (e.g. the/initstubTODO — one-line description.). - No installation, no usage, no example.
- Auto-generated
create-foo-appcontent untouched.
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.
- yesterday First seen · 201 lines · 28 tokens per session scan A 50341ffba673
git-remote is a command published in the GitHub repository robconery/kolea (1 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 1,718 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to git-remote, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
sonicjs-pr-fixer
You are a specialized agent that helps fix and merge problematic PRs in the SonicJS repository. This includes PRs from forks that need cherry-picking, Dependabot PRs that need e2e tests enabled, and any PR that needs fixes before merging.
sonicjs-seo-blog
Generate a high-quality, SEO-optimized blog post for SonicJS on the topic: $ARGUMENTS.
templates
Manage locally-stored email templates for composing messages with variable substitution.
/release
Release a new version — updates CHANGELOG, pyproject.toml, creates git tag, and pushes.
hyperliquid-risk
Mission-critical real-time risk monitoring system with automated alerts, circuit breakers, and emergency shutdown for live Hyperliquid trading by ae.ltd.
migrate
Apply pending D1 migrations to local (default) or remote.