magnusnoeddegaard
@magnusnoeddegaard
Public Skills
update-context
by magnusnoeddegaard
Update context/memory files based on conversation learnings. Use when: (1) User says "/update-context" to save new information learned during conversation (2) User wants to persist preferences, project details, or personal information to context files (3) User asks to "remember this", "save this to context", or "update my claude.md" Accepts optional arguments: [filename] [additional instructions] - filename: Target file to update (defaults to CLAUDE.md in project root) - instructions: What to focus on or specific information to extract Examples: "/update-context", "/update-context agents.md", "/update-context claude.md focus on coding preferences"
improve-skill
by magnusnoeddegaard
Improve an existing skill based on conversation context and user feedback. Use when: (1) User says "/improve-skill <skill-name>" or "improve the skill" after using a skill (2) User wants to refine a skill based on corrections made during conversation (3) User provides specific feedback about what a skill should do differently (4) User wants to make a skill more tailored to their preferences or workflow This skill analyzes the conversation history to identify course corrections, misunderstandings, and user preferences, then updates the target skill's SKILL.md and resources accordingly.