skill-improver

Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards.

Content Preview
---
name: skill-improver
description: "Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards."
risk: unknown
source: community
---

# Skill Improvement Methodology

Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards.

## Prerequisites

Requires the `plugin-dev` plugin which provides the `skill-reviewer` agent.

Verify it's enabled: run `/plugins` — `plugin-dev` should appear in the list. If mis
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/skill-improver.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/skill-improver/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/skill-improver/SKILL.md

Related Skills