Skill Create banner
oguzsh oguzsh

Skill Create

Git community

Description

--- name: skill-create description: Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App. allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"] --- # /skill-create - Local Skill Generation Analyze your repository's git history to extract coding patterns and generate SKILL.md files that teach Claude your team's practices. ## Usage ```bash /skill-create # Analyze current repo /skill-create --commit

Installation

Installs to ~/.claude/skills/oguzsh-claudey-skill-create/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oguzsh-claudey-skill-create && curl -fsSL https://raw.githubusercontent.com/oguzsh/claudey/HEAD/commands/skill-create.md -o ~/.claude/skills/oguzsh-claudey-skill-create/SKILL.md

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

Full documentation available on GitHub

View Source Repository