agents-evolution: Skill for Claude Code

.agents/skills/scientiacapital-git-workflow/SKILL.md

git-workflow is a skill for Claude Code, Codex from kissrosecicd-hub/agents-evolution. It costs 40 tokens per session (3,198 once invoked), scanned A, original, MIT.

A set of Git workflow rules for naming branches, writing commits, preparing pull requests, and choosing merge strategies. Git is a tool for tracking code changes and collaborating with a team.

In plain words
What is it for?
Use it when creating branches, commits, pull requests, or release changes that need a shared Git convention.
Why use it?
It keeps project history consistent and makes changes easier to review, merge, and understand later.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; positional $N argument; installed under .agents/ (shared by several agents).

This is kissrosecicd-hub/agents-evolution's own configuration. It tells Claude Code and Codex how to work on agents-evolution itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agents-evolution configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kissrosecicd-hub/agents-evolution. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kissrosecicd-hub/agents-evolution/main/.agents/skills/scientiacapital-git-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kissrosecicd-hub/agents-evolution

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for git-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/kissrosecicd-hub/agents-evolution/scientiacapital-git-workflow/github.svg)](https://agentmods.dev/skills/kissrosecicd-hub/agents-evolution/scientiacapital-git-workflow)
Your own site
<a href="https://agentmods.dev/skills/kissrosecicd-hub/agents-evolution/scientiacapital-git-workflow"><img src="https://agentmods.dev/badge/skills/kissrosecicd-hub/agents-evolution/scientiacapital-git-workflow/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.

agentmods 80×15 button for git-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/kissrosecicd-hub/agents-evolution/scientiacapital-git-workflow"><img src="https://agentmods.dev/badge/skills/kissrosecicd-hub/agents-evolution/scientiacapital-git-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.03198
Opus 5 $0.00020 $0.01599
Sonnet 5 $0.00008 $0.00640
Haiku 4.5 $0.00004 $0.00320

Measured 9d ago against content hash a9aa23a3d455, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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 9d 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.

.agents/skills/scientiacapital-git-workflow/SKILL.md · 496 lines

How it starts

The opening of the file, as written. The whole thing — 496 lines — stays where its author put it; the contents beside it link to each section on GitHub.

This skill complements worktree-manager-skill (which handles parallel development) by providing the conventions for commits and PRs within those worktrees.

<quick_start> Conventional Commit format:

<type>(<scope>): <description>

[optional body]

[optional footer(s)]

Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore

Example:

git commit -m "feat(auth): add JWT refresh token rotation

Implements automatic token refresh 5 minutes before expiry.
Closes #123"

Branch naming: <type>/<ticket>-<short-description>

git checkout -b feat/AUTH-123-refresh-tokens

</quick_start>

<success_criteria> Git workflow is successful when:

  • All commits follow conventional commit format
  • Branch names follow <type>/<ticket>-<description> pattern
  • PRs use consistent template with summary, test plan, and checklist
  • Merge strategy matches branch type (squash for features, merge for releases)
  • Commit history tells a clear story of changes
  • No force pushes to main/master without explicit team agreement </success_criteria>

<conventional_commits>

Conventional Commits Specification

Based on conventionalcommits.org

Commit Types

Type Description Changelog Section Version Bump
feat New feature Features Minor
fix Bug fix Bug Fixes Patch
docs Documentation only - -
style Formatting, no code change - -
refactor Code change, no feature/fix - -
perf Performance improvement Performance Patch
test Adding/fixing tests - -
build Build system changes - -
ci CI configuration - -
chore Maintenance tasks - -

Read the full file on GitHub · 496 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 9d ago First seen · 496 lines · 40 tokens per session scan A a9aa23a3d455

Subscribe to this mod's changes

git-workflow is a skill published in the GitHub repository kissrosecicd-hub/agents-evolution (31 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 3,198 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.