Improve existing agent skills based on user feedback and best practices. Use when the user wants to fix, enhance, or refactor an existing skill. Gathers user feedback first, then applies technical analysis and implements improvements.
Improve existing skills by gathering user feedback and applying technical analysis. Triggered when users want to fix, enhance, or refactor a skill. Reads the skill, asks what needs improvement, creates a plan, and implements changes.
/plugin marketplace add taisukeoe/agentic-ai-skills-creator/plugin install skills-helper@agentic-skills-creatorThis skill inherits all available tools. When active, it can use any tool Claude has access to.
tests/scenarios.mdImprove existing agent skills through gathering user feedback and technical analysis.
Ask user for the skill path if not provided (e.g., .claude/skills/skill-name/).
Read SKILL.md and understand current structure.
Ask the essential question:
"What problems or improvements do you want for this skill?"
Based on the response, ask follow-up questions as needed:
| If user mentions... | Follow-up question |
|---|---|
| Vague dissatisfaction | "Can you give a specific example of when it didn't work well?" |
| Trigger issues | "When does it fail to trigger, or trigger unexpectedly?" |
| Missing features | "What should the output look like when this feature works?" |
| Too much/little output | "What level of detail do you prefer?" |
| Unclear scope | "What tasks should this skill handle vs. not handle?" |
Keep follow-ups minimal. One or two is usually enough.
Check against best practices (reference reviewing-skills criteria):
/evaluating-skills-with-models)Organize improvements into:
User-requested improvements:
Technical improvements:
Format:
## Improvement Plan
### User-requested
1. [Issue from feedback] → [Proposed fix]
### Technical
1. [Issue from analysis] → [Proposed fix]
Proceed with these changes?
Execute the improvements:
Show diff or summary of changes made.
Quick check:
| reviewing-skills | improving-skills |
|---|---|
| Technical analysis only | User feedback + technical analysis |
| Provides feedback | Implements changes |
| Read-only | Read-write |
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.