skill-create

Analyze local Git history to generate SKILL.md files with coding patterns.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Eotel/claude-marketplace --skill skill-create-eotel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-create
Source: https://github.com/Eotel/claude-marketplace/tree/main/plugins/base/skills/skill-create
Command: npx skills add https://github.com/Eotel/claude-marketplace --skill skill-create-eotel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes repository git history to extract coding patterns and generate SKILL.md files that codify team practices and conventions.

Core Features & Use Cases

  • Parses commits and file changes to identify recurring patterns.
  • Detects patterns like commit conventions, file co-changes, workflows, architecture, and testing signals.
  • Generates valid Claude Skill SKILL.md files that document discovered practices.

Quick Start

Run the /skill-create command in the repository to analyze recent git history and generate SKILL.md files.

Frequently Asked Questions about skill-create

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

FAQPage Schema
How do I extract coding patterns from git history to document team conventions?

You can extract coding patterns from git history by analyzing commit logs and file changes to identify recurring workflows, then generating SKILL.md files that codify discovered practices. This surfaces architectural conventions automatically from repository data.

What coding patterns can be detected from repository commit logs?

Repository commit logs allow detection of commit conventions, file co-changes, recurring workflows, architectural patterns, and testing signals. Parsing these commits identifies established team practices hidden within historical code changes.

Can I generate SKILL.md files from a single-repo project with a short commit history?

Generating SKILL.md files from git history requires single-repo projects with substantial commit histories. Minimal commit data limits pattern detection accuracy, preventing reliable extraction of recurring coding conventions and workflows.

How do I turn recurring git workflows into valid Claude Skill frontmatter and content?

You turn recurring git workflows into valid Claude Skill frontmatter by running the skill-create command within your repository. It collects git log data, detects patterns, and outputs formatted SKILL.md files with proper frontmatter.

What's the best way to automate SKILL.md generation for existing repository conventions?

The best way to automate SKILL.md generation for repository conventions is analyzing local git history to detect file co-changes and commit conventions. This produces valid markdown files documenting team practices without manual writing.