← ClaudeAtlas

update-skilllisted

Use when updating existing skills based on conversation feedback, user corrections, or identified improvements.
xjsongphy/skills · ★ 6 · AI & Automation · score 68
Install: claude install-skill xjsongphy/skills
# Update Skill Update existing skills based on user feedback and corrections during conversation. This skill learns from the conversation to improve future outputs. ## When to Use Call this skill when: 1. A skill-generated output required manual corrections during conversation 2. User provided specific feedback on style, format, or content preferences 3. Multiple iterations were needed to get the output right 4. User expressed satisfaction after corrections and wants these preferences remembered ## How to Use After the conversation reaches a satisfactory state, invoke this skill: ``` /update-skill <skill-name> ``` Example: ``` /update-skill md-report-writer ``` When called, the AI will: 1. Manually review the conversation for feedback and corrections 2. Read the target skill file 3. Identify which guidelines need updating based on the conversation 4. Manually apply updates to the skill file 5. Commit changes to git ## What Gets Updated The skill looks for these types of feedback in the conversation: ### Style Corrections - Tone changes (formal → casual, etc.) - Formatting preferences (bullet points vs paragraphs, etc.) - Emphasis changes (bold vs italics, etc.) ### Content Structure - Section ordering preferences - What content should come first (narrative before data, etc.) - Level of detail desired ### Language-Specific Rules - Quote mark preferences - Punctuation conventions - Terminology preferences ### Code Presentation - When to include full code vs snippe