Skill Updater banner
coentraojpt coentraojpt

Skill Updater

Development community

Description

--- name: skill-updater description: Updates an existing USF skill based on a description of the intended changes. version: 1.0.0 tags: [meta, usf, productivity] recommended_temperature: 0.3 inputs: - name: skill_content type: string required: true description: Current content of the skill (the complete .md file). - name: changes type: string required: true description: "Description of the changes to be made. Ex: add language input, make the output more concise." ---

Installation

Installs to ~/.claude/skills/coentraojpt-universal-skills-skill-updater/SKILL.md

Terminal
mkdir -p ~/.claude/skills/coentraojpt-universal-skills-skill-updater && curl -fsSL https://raw.githubusercontent.com/coentraojpt/universal-skills/HEAD/skills/skill-updater.md -o ~/.claude/skills/coentraojpt-universal-skills-skill-updater/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository