Pull the latest flagrare skills from GitHub. Use when the user says 'update skills', 'refresh skills', 'pull latest skills', 'update flagrare', or 'sync skills'.
Scanned 5/27/2026
Install to Claude Code
npx -y skills add Flagrare/agent-skills --skill update --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Update?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/flagrare-update)More formats (shields.io, HTML) on the badges page.
---
name: update
description: "Pull the latest flagrare skills from GitHub. Use when the user says 'update skills', 'refresh skills', 'pull latest skills', 'update flagrare', or 'sync skills'."
---
# Update
Pull the latest version of all flagrare skills from the remote repository.
## When to Use
- User says "update skills", "refresh skills", "pull latest skills", "update flagrare", "sync skills"
- User wants to get the newest version of a skill after a known push
## Procedure
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
bash <(curl -sL https://raw.githubusercontent.com/Flagrare/agent-skills/main/update.sh)
```
After running, tell the user:
> Skills updated from GitHub. Run `/reload-plugins` or restart Claude Code to apply.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!