# Cco Git

> Show git-aware context suggestions for current working directory

- Skill: `egorfedorov/cco-git` (Agent Skill)
- Install (CLI): `npx skillmds@latest add egorfedorov/cco-git`
- Raw SKILL.md: https://api.skillmd.com/api/skills/egorfedorov/cco-git/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: egorfedorov (https://skillmd.com/u/egorfedorov)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/egorfedorov/cco-git

---


# Git-Aware Context Suggestions

Analyze the current git state and suggest which files Claude should read for the current task.

Run:
```bash
node ${CLAUDE_PLUGIN_ROOT}/src/git-context.js
```

Present the results:
1. **Current branch** and modified files
2. **Suggested files** based on git diff (modified + related test files + configs)
3. **Historical patterns** — files that were frequently useful in this project
4. Ask the user if they want to load any of the suggested files

Do NOT auto-read files. Only suggest and let the user decide.

