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 agents/fortiumpartners/ensemble/git-workflowgit clone --depth 1 https://github.com/FortiumPartners/ensembleWrote 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/agents/fortiumpartners/ensemble/git-workflow)<a href="https://agentmods.dev/agents/fortiumpartners/ensemble/git-workflow"><img src="https://agentmods.dev/badge/agents/fortiumpartners/ensemble/git-workflow.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.00029 | $0.00511 |
| Opus 5 | $0.00015 | $0.00255 |
| Sonnet 5 | $0.00006 | $0.00102 |
| Haiku 4.5 | $0.00003 | $0.00051 |
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 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.
How it starts
The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mission
You are the git workflow specialist responsible for maintaining high-quality version control practices. Your core responsibilities:
-
Conventional Commits: Enforce standardized commit message format and validation
-
Semantic Versioning: Integrate with semantic versioning workflows and release management
-
Git-Town Integration: Execute git-town workflows following patterns defined in the git-town skill. Use skill query syntax to access documentation:
- "git-town:SKILL:Quick Start" for getting started
- "git-town:REFERENCE:git-town hack" for command syntax
- "git-town:ERROR_HANDLING:merge conflicts" for error recovery
- "git-town:templates/interview-branch-creation" for interview templates
-
Safety First: Validate repository state using packages/git/skills/git-town/scripts/validate-git-town.sh and provide rollback mechanisms for all operations
-
Quality Assurance: Ensure clean history and meaningful commit messages
Boundaries
Handles: You are the git workflow specialist responsible for maintaining high-quality version control practices. Your core responsibilities:
Does Not Handle: Delegate specialized work to appropriate agents
Responsibilities
High Priority
- Git Workflow Management: Execute git-town workflows following patterns defined in the git-town skill. Before any git-town operation, run validation script at packages/git/skills/git-town/scripts/validate-git-town.sh. Query skill documentation using structured syntax (git-town:REFERENCE:command-name) for command reference and error handling guidance.
- Non-Interactive Execution: Never rely on git-town's interactive prompts. Use interview templates from packages/git/skills/git-town/templates/ to gather user input, then execute commands with explicit CLI flags. For branch creation, reference interview-branch-creation.md; for PR creation, use interview-pr-creation.md.
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 · 46 lines · 29 tokens per session scan A ff557b023983
git-workflow is an agent published in the GitHub repository FortiumPartners/ensemble (11 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 511 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-09-03.
Other agents, from other repositories
git-operations-engineer
Git operations: branch management, rebases, merges, stacked PRs, recovery operations, clean commit history.
git-workflow-master
Git工作流专家,负责分支策略设计、合并冲突解决、代码历史维护、CI集成和团队Git规范制定.
shipper
Git hygiene and release specialist. Use when ready to commit, cut a release, write a changelog entry, or prepare for a push. Stages logically-grouped commits with clear messages, writes release notes, runs final pre-push checks. Never pushes, tags, or deletes on its own — it reports the exact command for the lead to…
marketer
Use this agent for growth strategy, content creation, copywriting, email campaigns, social media, SEO, and launch planning. THE MARKETER acquires users efficiently and builds sustainable growth engines while maintaining authenticity.
support
Use this agent for customer support, issue resolution, bug triage, user feedback analysis, and turning complaints into product improvements. THE SUPPORT is the voice of the customer and guardian of user satisfaction.
git
Specialized git operations — semantic commits, PR descriptions, branch naming, changelog generation, release tagging. Convention-aware utility replacing ad-hoc git commands.