Update Skill banner
ychampion ychampion

Update Skill

Development community

Description

--- name: update-skill description: Update an existing skill with fresh information arguments: <topic> --- # /update-skill Command Re-research a topic and update its skill with the latest information. ## Usage ``` /update-skill <topic> ``` Examples: - `/update-skill anthropic api` - `/update-skill stripe webhooks` ## Process ### Step 1: Find Existing Skill Search for the skill in order: 1. `./.claude/skills/<topic>/` 2. `~/.claude/skills/<topic>/` 3. `<plugin-path>/storage/skills/<topic>

Installation

Installs to ~/.claude/skills/ychampion-claude-self-learning-update-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ychampion-claude-self-learning-update-skill && curl -fsSL https://raw.githubusercontent.com/ychampion/claude-self-learning/HEAD/commands/update-skill.md -o ~/.claude/skills/ychampion-claude-self-learning-update-skill/SKILL.md

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

Full documentation available on GitHub

View Source Repository