Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

improving-skills

verified

Optimizes a skill by analyzing project conventions and researching best practices. Use when a skill needs quality improvement or updates to current standards.

View on GitHub

Marketplace

rcc

wayne930242/Reflexive-Claude-Code

Plugin

ace

Repository

wayne930242/Reflexive-Claude-Code
7stars

plugins/ace/skills/improving-skills/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/wayne930242/Reflexive-Claude-Code/blob/main/plugins/ace/skills/improving-skills/SKILL.md -a claude-code --skill improving-skills

Installation paths:

Claude
.claude/skills/improving-skills/
Powered by add-skill CLI

Instructions

# Improving Skills

Optimize the specified skill through systematic analysis and enhancement.

## Process

### 1. Analyze Current Skill

Read the skill's SKILL.md and all associated files:

```bash
ls -la <skill-path>
cat <skill-path>/SKILL.md
```

Document: purpose, triggers, references, structure.

### 2. Gather Project Conventions

Search the project for implementation patterns:
- Find related code using Grep for skill's domain keywords
- Identify naming conventions, file structures, coding styles

### 3. Research Best Practices

Use WebSearch to find current best practices:

```
Search: "[skill domain] best practices 2025"
Search: "[skill domain] API reference"
```

### 4. Validate Against Standards

Use the `writing-skills` skill to check compliance with standards.

### 5. Check for Shared Conventions

Identify conventions that appear in multiple skills:
- Search other skills for similar guidelines
- If convention is duplicated → use `writing-rules` skill to extract to `.claude/rules/`
- Remove duplicated convention from this skill (rules auto-inject)

### 6. Apply Improvements

Targeted edits:
- Trim verbose explanations
- Add missing triggers to description
- Move detailed content to references/
- Update APIs to current best practices
- Remove conventions that now exist in rules

### 7. Validate Final Result

```bash
python3 skills/write-skill/scripts/validate_skill.py <skill-path>
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1396 chars