skill-extract

Analyze Git history to generate SKILL.md files for Claude.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill skill-extract-jaimejunr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-extract
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/skill-extract
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill skill-extract-jaimejunr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze your repository's git history to identify recurring coding patterns and automatically generate SKILL.md files that codify your team's practices for Claude.

Core Features & Use Cases

  • Detect recurring commit and coding patterns by analyzing git history.
  • Generate valid SKILL.md files that document discovered patterns for reuse and onboarding.
  • Use case: teams seeking consistent coding practices across multiple repositories.

Quick Start

Run the local skill generator to analyze the current repository and emit SKILL.md files.

Frequently Asked Questions about skill-extract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract coding patterns from git history for Claude?

To extract coding patterns from git history, this Skill analyzes your repository's commits and files to detect recurring workflows and conventions, then automatically generates a ready-to-use SKILL.md file that codifies these team practices for Claude.

Can I generate a SKILL.md file from my existing repository conventions?

Yes, you can generate a SKILL.md file from existing repository conventions by running the local skill generator, which analyzes your git history across commits and files to detect recurring coding patterns and outputs a valid SKILL.md document.

What is git history pattern extraction and when do I need it?

Git history pattern extraction is the process of analyzing commit history to identify recurring workflows and coding conventions. You need it when onboarding teams to consistent coding practices across multiple repositories and enabling Claude skill creation.

How do I automate SKILL.md creation for team coding practices?

You automate SKILL.md creation by running the local skill generator to analyze your current repository's git history, which automatically detects recurring commit and coding patterns and emits a ready-to-use SKILL.md file documenting those practices.

Does this pattern extraction tool require any external dependencies?

No, this pattern extraction tool requires no external dependencies to analyze your repository's git history and generate SKILL.md files, relying solely on your local repository's commit data to detect and codify coding patterns.

What's the best way to document recurring workflows for Claude from a repository?

The best way to document recurring workflows for Claude is using git history pattern extraction to analyze commits and files, automatically detecting team conventions and generating a SKILL.md file that codifies these practices for reuse and onboarding.