agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
This skill should be used when the user asks to "apply skill improvements", "update skill from plan", "execute improvement plan", "fix skill issues", "implement skill recommendations", or mentions applying improvements from quality review reports. Reads
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill skill-improver --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-improverContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "apply skill improvements", "update skill from plan", "execute improvement plan", "fix skill issues", "implement skill recommendations", or mentions applying improvements from quality review reports. Reads
name: skill-improver
description: This skill should be used when the user asks to "apply skill improvements", "update skill from plan", "execute improvement plan", "fix skill issues", "implement skill recommendations", or mentions applying improvements from quality review reports. Reads improvement-plan-{name}.md files generated by skill-quality-reviewer and intelligently merges and executes the suggested changes to improve Claude Skills quality.
version: 1.0.0Execute improvement plans generated by `skill-quality-reviewer` to automatically update and fix issues in Claude Skills.
Read improvement-plan-{name}.md
↓
Parse improvement items (High/Medium/Low priority)
↓
Group changes by file
↓
Detect and resolve conflicts
↓
Backup original files
↓
Execute updates (Edit or Write tools)
↓
Verify results
↓
Generate update-report**Trigger phrases:**
**Use this skill when:**
Read the `improvement-plan-{skill-name}.md` file generated by `skill-quality-reviewer`.
# Plan is typically in current directory ls improvement-plan-*.md # Or specify full path read /path/to/improvement-plan-my-skill.md
**Validate the plan:**
See `references/plan-format.md` for detailed plan structure.
Extract all improvement suggestions and organize by target file.
**Extract from each item:**
**Build update queue:**
by_file = {
"SKILL.md": [change1, change2, ...],
"references/guide.md": [change3, ...],
"examples/demo.md": [change4, ...],
}Check for conflicts when multiple changes affect the same content.
**Resolution strategy:** 1. High priority takes precedence over medium/low 2. If same priority, preserve first change 3. Flag conflicts for manual review 4. Document resolution in update report
See `references/merge-strategies.md` for detailed merge logic.
Order changes by priority within each file.
**Priority order:** 1. High Priority (execute first) 2. Medium Priority (execute second) 3. Low Priority (execute last)
**Backup location:** `~/.claude/skills/backup/{skill-name}-{timestamp}/`
# Use backup script ~/.claude/skills/skill-improver/scripts/backup-skill.sh <skill-path>
**Apply changes:**
**Verification checks:** 1. YAML syntax valid 2. All modified files exist and are valid 3. New files were created successfully 4. No unintended changes occurred
# Use verify script ~/.claude/skills/skill-improver/scripts/verify-update.sh <skill-path>
**Generate update-report-{skill-name}-{timestamp}.md** documenting:
See `examples/update-report-example.md` for report template.
Execute first. These typically address:
Execute after High. These typically address:
Execute last. These typically address:
This skill works seamlessly with `skill-quality-reviewer`:
Current Skill (67/100 D+)
↓ [skill-quality-reviewer]
Improvement Plan
↓ [skill-improver]
Improved Skill (87/100 B+)
↓ [skill-quality-reviewer]
Quality Report (validation)**Iterate until desired quality level reached.**
1. **Review the improvement plan** - Understand what will change 2. **Verify backup location** - Ensure backups can be restored 3. **Check for manual changes** - Note any uncommitted local modifications 4. **Estimate impact** - Review expected quality improvement
1. **Process in priority order** - High → Medium → Low 2. **Verify after each file** - Check updates were applied correctly 3. **Log all changes** - Document what was modified 4. **Handle conflicts gr
Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Repo: Galaxy-Dawn/claude-scholar
Use when creating or configuring Claude Code agents and their frontmatter.
Use only when creating new registrable ML components that require Factory or Registry patterns.
This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…
This skill provides reference guidance for citation verification in academic writing. Use when the user asks about "citation verification best practices", "how…
This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or…
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command…