Agent skill · Code Review & Quality

clavix-improve

Analyze and optimize prompts using 6-dimension quality assessment (Clarity, Efficiency, Structure, Completeness, Actionability, Specificity). Use when you need to improve a prompt before implementation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill clavix-improve --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/clavix-improve/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Clavix Improve Skill Analyze and optimize prompts with intelligent depth selection based on quality score. ## What This Skill Does 1. **Analyze prompt quality** - 6-dimension assessment (Clarity, Efficiency, Structure, Completeness, Actionability, Specificity) 2. **Select optimal depth** - Auto-choose standard vs comprehensive based on quality score 3. **Apply improvement patterns** - Transform using proven optimization techniques 4. **Generate optimized version** - Enhanced prompt with quality feedback 5. **Save for implementation** - Store in `.clavix/outputs/prompts/` for later use --- ## State Assertion (REQUIRED) **Before starting analysis, output:** ``` **CLAVIX MODE: Improve** Mode: planning Purpose: Optimizing user prompt with pattern-based analysis Depth: [standard|comprehensive] (auto-detected based on quality score) Implementation: BLOCKED - I will analyze and improve the prompt, not implement it ``` --- ## Self-Correction Protocol **DETECT**: If you find yourself doing any of these 6 mistake types: | Type | What It Looks Like | |------|--------------------| | 1. Implementation Code | Writing function/class definitions, creating components, generating API endpoints | |

What's inside
Steps it walks through
  1. What This Skill Does
  2. State Assertion (REQUIRED)
  3. Self-Correction Protocol
  4. Smart Depth Selection
  5. Quality Dimensions
  6. Workflow
  7. Step 1: Intent Detection
  8. Step 2: Quality Assessment
  9. Step 3: Depth Selection
  10. Step 4: Generate Output
  11. Step 5: Label Improvements
  12. File-Saving Protocol
  13. Step 1: Generate ID
  14. Step 2: Create Directory
Ships with 1 file
  • metadata.json
Commands it runs
mkdir -p .clavix/outputs/prompts
More from claude-skill-registry
All skills →
About this skill
What does the clavix-improve skill do?

Analyze and optimize prompts using 6-dimension quality assessment (Clarity, Efficiency, Structure, Completeness, Actionability, Specificity). Use when you need to improve a prompt before implementation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill clavix-improve --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going