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/aziontech/webkit/create-branchgit clone --depth 1 https://github.com/aziontech/webkitWhat 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.00026 | $0.00550 |
| Opus 5 | $0.00013 | $0.00275 |
| Sonnet 5 | $0.00005 | $0.00110 |
| Haiku 4.5 | $0.00003 | $0.00055 |
Grade A, and why
create-branch 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.
What it actually says
You are running /create-branch. Cut a fresh branch off the latest main, named from the change type + related issue + a short slug.
User input: $ARGUMENTS
Source of truth
- Allowed types and the type→version-bump mapping:
CONTRIBUTING.md§ Commit convention andcommitlint.config.js.
Steps
-
Sync. Run
git fetch origin --prune. -
Read the change (if any). If the working tree already has changes, run
git statusandgit diffand use them to infer the branchtypeand a slug. If the tree is clean, derive both from$ARGUMENTS(ask for a 2–4 word description if none was given). -
Type. Pick from the same enum the repo's commit convention uses:
feat(default — new component/prop/event/export),fix,chore,docs,style,refactor,perf,test,ci,revert. Onlyfeat/fix(or a breaking!) actually release (seerelease-types.md). -
Related issue (optional). Ask: "Which issue does this relate to? (
ENG-1234, or leave blank if none)". A blank answer is fine — treat it as no issue (no tag anywhere; never[NO-ISSUE]). Do not block on it. -
Create.
- With an issue:
git checkout -b <type>/<ISSUE>-<slug> origin/main - Without:
git checkout -b <type>/<slug> origin/main
If uncommitted changes would block the checkout, stop and tell the user to commit or stash first — never discard their work.
- With an issue:
-
Confirm. Report the new branch name and that it is based on
origin/main.
Rules
- Always base on
origin/main. - Branch name: lowercase kebab-case —
<type>/<ISSUE>-<slug>(or<type>/<slug>when there is no issue). Example:feat/ENG-46315-toast. - Do not push or open a PR here — that is
/open-pr's job.
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 · 32 lines · 0 tokens per session scan A 310d1285c21b
create-branch is a command published in the GitHub repository aziontech/webkit (2 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 550 once invoked, about $0.0001 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.
Other commands, from other repositories
speckit.tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
diagnose
Run sivtr doctor to check the environment, then investigate any failing checks.
test-changed
Run the full quality gate on only the files changed since branching from main.
route
Route notes from inbox to appropriate vault destinations.
cleanup-transcript
Clean up a video/audio transcript (SRT or plaintext) - identifies structure, fixes transcription errors, asks clarifying questions iteratively.
reflect
Capture learnings from the current conversation through guided reflection.