Autoskill banner
emrecdr emrecdr

Autoskill

Development community

Description

--- name: autoskill description: Analyze the current session for patterns and propose skill/agent improvements user-invocable: false --- <tool_restrictions> This workflow uses: Bash, Read, Write, Edit, Agent, Glob, Grep </tool_restrictions> <objective> Scan the current session for repeated corrections, missing capabilities, and workflow friction. Propose targeted improvements to devt skills and agents with evidence (3+ instances required). </objective> <process> **Mandatory first action**: re

Installation

Installs to ~/.claude/skills/emrecdr-devt-autoskill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emrecdr-devt-autoskill && curl -fsSL https://raw.githubusercontent.com/emrecdr/devt/HEAD/commands/autoskill.md -o ~/.claude/skills/emrecdr-devt-autoskill/SKILL.md

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

Full documentation available on GitHub

View Source Repository