원클릭으로
improve-skill
Enhance a skill based on learnings from using it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Enhance a skill based on learnings from using it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Turn a vague idea into a concrete project with clear next steps
Clone an expert by extracting their frameworks into an agent file
Create a new reusable skill from a workflow you do repeatedly
End-of-day capture of what you learned, built, and discovered
Interview the user to define who they're creating content for
Get to know the user through conversation and capture their context for later reference
| name | improve-skill |
| description | Enhance a skill based on learnings from using it |
Make a skill better based on what you learned while using it.
Run /improve-skill when:
Ask:
"Which skill do you want to improve?
Available skills:"
List all skills in skills/ folder (excluding _template).
Ask:
"What should be better about this skill? For example:
- Add a step that was missing
- Change the order of steps
- Add a question to ask upfront
- Improve the output format
- Add a learning for next time
Or just describe what happened and I'll suggest improvements."
Read the current SKILL.md file and summarize:
"Here's the current skill:
Steps:
- [current step 1]
- [current step 2]
Learnings so far:
- [any existing learnings]
Based on your feedback, here's what I'd change:
[Proposed changes]
Should I apply these changes?"
If user approves, update the SKILL.md file with:
"Updated
skills/[skill-name]/SKILL.mdChanges made:
- [change 1]
- [change 2]
The skill will use these improvements next time you run it."
If user says something like:
"Based on our conversation, can you improve the [skill-name] skill?"
Then:
User: /improve-skill
Claude: Which skill do you want to improve?
Available skills:
- daily-journal
- weekly-review
User: daily-journal
Claude: What should be better about this skill?
User: It should ask me about blockers - things that are frustrating
me or slowing me down. Those are useful to track.
Claude: Got it. Here's the current daily-journal process:
**Steps:**
1. Ask what happened
2. Extract key learning
3. Save entry
**Proposed change:**
Add Step 1b: "Ask about blockers or frustrations"
And update the entry template to include a "Blockers" section.
Should I apply these changes?
User: Yes
Claude: Updated `skills/daily-journal/SKILL.md`
Changes made:
- Added step to ask about blockers
- Added Blockers section to entry template
- Added learning: "Tracking blockers helps identify patterns"
Next time you run `/daily-journal`, it will ask about blockers.
User: Based on our back and forth today, can you improve the
weekly-review skill with what we learned?
Claude: Looking at our conversation, I noticed:
1. You wanted to see completed tasks from last week (not just planned)
2. You asked me to highlight tasks that rolled over multiple weeks
3. The energy check at the end was helpful
Proposed improvements to `/weekly-review`:
- Add step: Pull completed tasks from last week
- Add step: Flag any task that's been on the list 3+ weeks
- Add step: Quick energy/motivation check before setting priorities
Should I apply these?
User: Yes
Claude: Updated `skills/weekly-review/SKILL.md` with all three improvements.