skill-improver

Analyze SKILL.md and SKILL_NOTES.md to generate minimal improvement diffs.

2|Updated Jun 3, 2021
One-click install
npx skills add https://github.com/kalindudc/shell --skill skill-improver-kalindudc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improver
Source: https://github.com/kalindudc/shell/tree/main/home/.config/opencode/skills/skill-improver
Command: npx skills add https://github.com/kalindudc/shell --skill skill-improver-kalindudc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review a skill's usage observations and propose targeted improvements. You read SKILL.md and SKILL_NOTES.md for a given skill, identify patterns, and produce a minimal diff that makes the skill better.

Core Features & Use Cases

  • Read SKILL.md and SKILL_NOTES.md to identify actionable patterns.
  • Generate minimal, reviewer-approved diffs and propose safe changes.
  • Enforce structural invariants and guardrails before applying changes.

Quick Start

Run the skill-improver workflow on a target skill by reading its SKILL.md and SKILL_NOTES.md, generate a minimal, reviewer-approved improvement, and apply it only with explicit human confirmation.

Frequently Asked Questions about skill-improver

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

FAQPage Schema
How do I improve my documentation based on usage notes?

To improve documentation based on usage notes, you can analyze a SKILL.md file alongside its SKILL_NOTES.md to identify actionable patterns and generate a minimal, reviewer-approved diff for safe updates.

What is the best way to generate a diff from workflow observations?

The best way to generate a diff from workflow observations is to identify actionable patterns in the notes and propose precise, minimal changes that respect structural invariants and require human approval before application.

Can I automate skill-improvement changes without human review?

No, you cannot automate skill-improvement changes without human review. The workflow requires explicit human confirmation before applying any generated diffs to ensure safety and validate structural guardrails.

How do you validate frontmatter and section order when updating documentation?

You validate frontmatter and section order by enforcing structural invariants and safety checks before applying changes, ensuring the documentation respects size constraints and maintains its required section sequence.

What files do I need to run a skill review workflow?

To run a skill review workflow, you need the target skill's SKILL.md and SKILL_NOTES.md files, which provide the base documentation and the usage observations required to propose improvements.