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 rules/ralfhuesing/computetoai/git-workflowgit clone --depth 1 https://github.com/RalfHuesing/ComputeToAiWhat 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.00579 | $0.00579 |
| Opus 5 | $0.00290 | $0.00290 |
| Sonnet 5 | $0.00116 | $0.00116 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
git-workflow 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 34 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vollagentische Entwicklung
Dieses Repo wird bewusst vollagentisch entwickelt, inklusive eigenständiger Commits durch den Agenten – anders als in klassischen Setups ist hier keine explizite Freigabe pro Commit durch den Nutzer nötig. Das gilt für alle Agenten, die an diesem Repo arbeiten (Claude Code, ggf. weitere), nicht nur für einen bestimmten.
Push auf ein Remote (git push) sowie destruktive Git-Operationen (reset --hard, push --force, Branches löschen, History umschreiben) bleiben davon ausgenommen und brauchen weiterhin ausdrückliche Nutzerfreigabe.
Wann committen
Ein Commit erfolgt pro abgeschlossener Teilaufgabe – einer in sich sinnvollen, kleinen, nachvollziehbaren Einheit. Beispiele: eine Doc-Änderung, eine neue/geänderte Funktion inklusive ihrer Tests, eine abgeschlossene Roadmap-Task. Nicht: ein einzelner Dateispeichervorgang (zu klein) und nicht ein ganzer Session-/Auftrags-Umfang in einem Commit (zu grob, schlecht nachvollziehbar/revertierbar).
- Änderungen an
src/werden nur committet, wenn die lauttesting.mdcvorgeschriebenen Tests vorhanden und grün sind. - Direkt auf
maincommitten ist der Standard-Workflow in dieser frühen Konzept-/Prototypenphase (Solo-Projekt, kein PR-Overhead). Feature-Branches sind kein Muss; sollte das Projekt später mehrere parallel/unbeaufsichtigt laufende Agenten bekommen, wird diese Regel überprüft.
Commit-Messages: Conventional Commits
Format: <type>(<scope>): <description>, englisch, im Imperativ, ohne Satzpunkt am Ende.
| Type | Wofür |
|---|---|
docs |
Änderungen an Docs/, README.md, CLAUDE.md, .agents/rules/ |
feat |
Neue Funktionalität in src/ |
fix |
Bugfix in src/ |
refactor |
Code-Umbau ohne Verhaltensänderung |
test |
Nur Tests hinzugefügt/geändert |
chore |
Tooling, Dependencies, Repo-Housekeeping |
build |
Build-/Packaging-Konfiguration (pyproject.toml u. Ä.) |
scope ist optional, wenn er Klarheit schafft (z. B. feat(engine): add Store balance rollup, docs(finance): clarify cash-bucket priority). Bei Bedarf ein kurzer Body für das Warum, nicht das Was (das zeigt der Diff).
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.
- today First seen · 34 lines · 579 tokens per session scan A 41f8ba9659ff
git-workflow is a cursor rule published in the GitHub repository RalfHuesing/ComputeToAi (0 stars, last pushed 1mo ago), licensed MIT. It adds 579 tokens to every session, about $0.0029 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 cursor rules, from other repositories
swift-development
Swift development: SwiftUI, Combine, async/await, iOS patterns, and Apple platform conventions.
cursorrules
When the user asks about social media, use social-media-ai-mcp tools: schedulepost, generatehashtags, analyzeengagement, plancontentcalendar, getaudienceinsights.
cursorrules
This is an MCP (Model Context Protocol) server that provides Notion integration tools and AI agent workflows. Built with TypeScript, using the MCP SDK for server implementation.
lighter-safety
Safety contract for the Lighter MCP server. Apply whenever a lighter tool is invoked.
nix-security
Nix Security and Sandboxing.
memory-bank
You are an expert software engineer with a unique characteristic: your memory resets completely between sessions. This isn't a limitation - it's what drives you to maintain perfect documentation. At the beginning of each dialogue, you rely ENTIRELY on your Memory Bank to understand the project and continue work…