jaredtconnor

Extract Git Lessons — Git skill for Claude Code

Git community

Analyze the git repository history to extract lessons, patterns, and preferences for compounding engineering.

How to install Extract Git Lessons

Installs to ~/.claude/skills/jaredtconnor-agent-tooling-extract-git-lessons/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jaredtconnor-agent-tooling-extract-git-lessons && curl -fsSL https://raw.githubusercontent.com/jaredtconnor/agent-tooling/HEAD/commands/extract-git-lessons.md -o ~/.claude/skills/jaredtconnor-agent-tooling-extract-git-lessons/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Extract Git Lessons does

Analyze the git repository history to extract lessons, patterns, and preferences for compounding engineering. Use the lesson-extractor and pattern-propagator agents to build up our learning files from historical data.

What to Analyze

  1. **Recent Commits (last 100-200)**

    • Extract patterns from commit messages
    • Identify bug fixes and their solutions
    • Find performance improvements
    • Document architectural changes
  2. **Pull Request History**

    • Extract code review preferences

Alternatives in Git

  • Analysis Claude Code — GitHub Repo stars Complete reverse engineering research and analysis of Claude Code v1.0.33 Reverse engineerin 35k ★
  • Claude.md Template For Users — Attribution: Behavioral patterns adapted from obra/superpowers by Jesse Vincent (@obra), MIT License 6.8k ★
  • Claude Code Reverse — GitHub Repo stars Reverse Engineering Claude Code with LLMs Reverse engineering research 2.2k ★

Full documentation available on GitHub

View Source Repository