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 skills add jame581/GodotPrompter --skill releasing-godot-promptergit clone --depth 1 https://github.com/jame581/GodotPrompterWrote 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/skills/jame581/godotprompter/releasing-godot-prompter)<a href="https://agentmods.dev/skills/jame581/godotprompter/releasing-godot-prompter"><img src="https://agentmods.dev/badge/skills/jame581/godotprompter/releasing-godot-prompter/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.
<a href="https://agentmods.dev/skills/jame581/godotprompter/releasing-godot-prompter"><img src="https://agentmods.dev/badge/skills/jame581/godotprompter/releasing-godot-prompter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00044 | $0.00339 |
| Opus 5 | $0.00022 | $0.00169 |
| Sonnet 5 | $0.00009 | $0.00068 |
| Haiku 4.5 | $0.00004 | $0.00034 |
Grade A, and why
releasing-godot-prompter 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 13d 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.
What it actually says
Releasing GodotPrompter
Current version: check package.json and .claude-plugin/plugin.json (must match).
Full command sequence lives in CONTRIBUTING.md.
Sequence
node scripts/bump-version.mjs <version>— bumpspackage.json,.claude-plugin/plugin.json,.claude-plugin/marketplace.json, plus sibling marketplaces if present; also syncs the live skill count into the "N domain-specific skills" text of each manifest description.- Update
CHANGELOG.mdwith the new section. - Commit, tag (
v<version>), push with tags —.github/workflows/release.ymlthen validates, creates the GitHub release, and opens marketplace PRs (whenMARKETPLACE_TOKENis configured). - If the workflow's marketplace step is skipped, manually bump
skillsmith/.claude-plugin/marketplace.json(primary) and the legacygodot-prompter-marketplace/.claude-plugin/marketplace.json.
Notes
- The root
plugin.json(Antigravity) must matchpackage.jsontoo — step 1 handles it, but verify before tagging. - Auto-opened marketplace PRs need manual review approval on the sibling repos.
- Reset local sibling clones before pushing to avoid conflicts.
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.
- 13d ago First seen · 31 lines · 44 tokens per session scan A 91dfc58c041e
releasing-godot-prompter is a skill published in the GitHub repository jame581/GodotPrompter (695 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 339 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-30.
Other skills, from other repositories
roblox-publish-checklist
Use before publishing or updating a Roblox experience to run evidence-backed release gates for the surfaces that changed.
cgs-hotfix
Use for hotfix tasks that scope and execute an urgent fix with reproduction, minimal change, verification, release notes, and rollback; produce verification evidence, changed or proposed files, and handoff boundaries.
night-watch
Autonomous maintenance (dep updates, dead code, small refactors) in isolated branch, off-hours. Triggers: night watch, autonomous maintenance, dep updates.
epic-dev
Execute the project epic development workflow for Codex. Use when the user asks for "epic dev", "epic-dev", "/epic-dev", "run the epic workflow", "create an epic", "resume the epic", "--resume", "--next-phase", "--finalize", phased feature delivery, sprint phases, GitHub sub-issues, or git worktrees for multi-phase…
workflow-reference
This skill should be used when executing the epic-dev workflow, creating epic branches, managing sprint phases, working with git worktrees for phased feature development, or when the user mentions "epic dev", "epic-dev", "/epic-dev", "epic workflow", "sprint phases", "phased development", or "git worktree workflow".
roblox-audio
Use when implementing Roblox audio playback, spatial sound, music, sound effects, SoundGroups, or dynamic audio effects.