.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/subagent-mcp/git_collaboration
home/subagents/heretyc/subagent-mcp/git_collaboration
heretyc avatar

GIT_COLLABORATION

byheretyc· 1 subagent

Stars

1

Category

Agent Meta & Communication

View on GitHub

TL;DR

Use this checklist for repository work. The normative policy is docs/spec/dev-loop/git-collaboration.md; AGENTS.md holds root invariants.

How to install GIT_COLLABORATION?

heretyc/subagent-mcp/git_collaboration
$curl -o .claude/agents/GIT_COLLABORATION.md https://raw.githubusercontent.com/heretyc/subagent-mcp/HEAD/agents/GIT_COLLABORATION.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install GIT_COLLABORATION by running `curl -o .claude/agents/GIT_COLLABORATION.md https://raw.githubusercontent.com/heretyc/subagent-mcp/HEAD/agents/GIT_COLLABORATION.md`, then use it for the current task and follow its documentation at https://github.com/heretyc/subagent-mcp.

Files · 1

View on GitHub
agents/GIT_COLLABORATION.md
1# Agent Git Collaboration Checklist
2 
3Use this checklist for repository work. The normative policy is
4`docs/spec/dev-loop/git-collaboration.md`; `AGENTS.md` holds root invariants.
5 
6## Before Work
7 
81. Run `git status --short --branch`.
92. Identify unowned dirty files. Do not overwrite, stage, commit, reset, clean,
10 rebase, move, or hide them without explicit owner authorization.
113. Follow `docs/spec/safety-scope.md` for interactive cascades, automated
12 declarations, credential handling, and sub-agent prompts.
134. Read the task scope and name the owned files or directories.
145. Use a topic branch for non-trivial work unless the owner explicitly directed
15 a different workflow that still respects protected/default-branch rules.
16 
17## Branches
18 
19- Branch names must pass `git check-ref-format --branch`.
20- Use `<type>/<short-topic>` or `<type>/<actor>/<short-topic>`.
21- Allowed types: `feature`, `fix`, `hotfix`, `release`, `docs`, `test`,
22 `refactor`, `chore`, `agent`, `user`, `integration`, `audit`.
23- Use lowercase ASCII, digits, hyphen, underscore, period, and single slash
24 separators only.
25- Do not reuse merged, closed, abandoned, or stale branches.
26- Do not force-push or rewrite shared history without explicit coordination.
27 
28## Worktrees
29 
30- Use at most one writable worktree per branch.
31- Put linked worktrees under a sibling worktree root, never inside another
32 repository or worktree.
33- Before branch/worktree cleanup or force-updates, inspect
34 `git worktree list --porcelain -z`.
35- Use `git worktree remove` for cleanup and do not remove unclean worktrees
36 unless work is committed, preserved, or confirmed disposable.
37 
38## Commits
39 
40- Inspect the exact staged diff before committing.
41- Commit the smallest coherent logical unit.
42- Do not commit unrelated changes, conflict markers, secrets, debug output,
43 generated noise, caches, large artifacts, or unverified work.
44- Add tests or validation for behavior changes, or record why not.
45- Do not add AI attribution or co-author lines.
46- Do not use `--no-verify` or empty commits unless policy explicitly requires it.
47 
48## Pull Requests
49 
50- Use draft PRs for early visibility or CI signal.
51- Mark ready only after self-review, validation, completed description, and
52 blocker disclosure.
53- PR descriptions must include summary, scope, validation, risk, rollback, and
54 reviewer notes.
55- Do not merge draft, failing, conflicted, stale, superseded, unsafe, or
56 under-reviewed PRs.
57 
58## GitHub Actions
59 
60- Claude Code Routines are the canonical CI/CD path.
61- The required workflow bridge lives in `.github/workflows/claude-routine.yml`.
62- Required jobs use least-privilege permissions and routine API secrets only.
63- The workflow dispatch check proves routine dispatch, not routine completion.
64- Human review must inspect the Claude session URL or PR report before merge.
65- Do not use `pull_request_target` to execute untrusted PR code.
66- Treat all event fields as untrusted input.
67- Workflow and CI-invoked script changes require owner/CODEOWNER review.
68 
69## Handoff
70 
71Report branch, worktree path, HEAD SHA, changed files, validation run, unowned
72dirty files observed, and any blocked policy question.

Preview

heretyc/subagent-mcpheretyc/subagent-mcp

# Agent Git Collaboration Checklist

Use this checklist for repository work. The normative policy is

`docs/spec/dev-loop/git-collaboration.md`; `AGENTS.md` holds root invariants.

## Before Work

Repoheretyc/subagent-mcp
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k