From Flagrare
Pulls the latest flagrare skills from GitHub and prompts the user to reload plugins or restart Claude Code to apply changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flagrare:updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull the latest version of all flagrare skills from the remote repository.
Pull the latest version of all flagrare skills from the remote repository.
Run the canonical update script directly from GitHub. This guarantees the script logic is current even if this skill's text has been cached from an older release:
bash <(curl -sL https://raw.githubusercontent.com/Flagrare/agent-skills/main/update.sh)
After running, tell the user:
Skills updated from GitHub. Run
/reload-pluginsor restart Claude Code to apply.
npx claudepluginhub flagrare/agent-skills --plugin flagrareProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.