improve-skill

Analyze coding agent session transcripts to improve or create SKILL.md files.

9|2|Updated Nov 27, 2008
One-click install
npx skills add https://github.com/adragomir/dotfiles --skill improve-skill-adragomir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: improve-skill
Source: https://github.com/adragomir/dotfiles/tree/main/.config/pi/agent/skills/improve-skill
Command: npx skills add https://github.com/adragomir/dotfiles --skill improve-skill-adragomir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Analyze coding agent session transcripts to identify gaps and opportunities to improve or create skills, enabling continuous skill evolution based on real session history.

Core Features & Use Cases

  • Analyze transcripts to detect where a skill fell short and what information or steps were missing.
  • Generate an improved version of an existing skill or a new skill derived from session history.
  • Works with Claude Code, Pi, and Codex session formats to extract and align insights across agents.

Quick Start

Run the scripts/extract-session.js script to export the current session transcript and feed it into the improvement workflow.

Frequently Asked Questions about improve-skill

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

FAQPage Schema
How do I improve a coding agent skill from a session transcript?

You can analyze session transcripts to detect workflow gaps and generate an improved SKILL.md file for coding agents. Run the extract-session.js script on Claude Code, Pi, or Codex transcripts to automatically update or create the target skill.

Can I create a new coding agent skill based on past session history?

Yes, you can derive a new skill from session history by analyzing transcripts of demonstrated workflows. The process identifies missing steps and generates a new SKILL.md file, creating a reusable coding agent prompt based on your past interactions.

Does skill improvement work with transcripts from different coding agents?

Yes, skill improvement works with Claude Code, Pi, and Codex session formats. The extraction and analysis workflow aligns insights across these different coding agents to generate or update skills based on real session transcripts.

What is the best way to analyze where a coding agent skill fell short?

Analyzing session transcripts is the best way to identify where a coding agent skill fell short by detecting missing information or steps in the demonstrated workflow. This targeted extraction highlights workflow gaps and generates prompts to resolve them.

How do I extract and export a Claude Code session for skill analysis?

Run the scripts/extract-session.js script to extract and export the current session transcript into the improvement workflow. This processes the session history to locate or create the target SKILL.md file and apply the necessary updates.