update-config
Installation
SKILL.md
Update — awesome-claude-code-config
Overview
Check for updates and upgrade the installed configuration to the latest version.
Workflow
Run the following steps in order. Stop immediately if a step fails. Do NOT ask for confirmation between steps — just execute.
Step 1: Check versions
# Installed version
INSTALLED="$(cat ~/.claude/.awesome-claude-code-config-version 2>/dev/null || echo 'not installed')"
# Remote version
REMOTE="$(curl -fsSL https://raw.githubusercontent.com/Mizoreww/awesome-claude-code-config/main/VERSION 2>/dev/null | tr -d '[:space:]')"
Related skills
More from mizoreww/awesome-claude-code-config
paper-reading
Use when user asks to read, summarize, or analyze a research paper (PDF or text). Triggers on keywords like "read paper", "summarize paper", "paper summary", "literature review", "analyze this paper
34humanizer
|
8adversarial-review
>-
7humanizer-zh
|
5update_config
Update awesome-claude-code-config to the latest version. Checks remote for new releases, then re-runs the installer with the interactive selector. Use when user types /update-config or asks to update their Claude Code configuration.
4