A growing collection of agent skills for Claude, Claude Code, Cursor, Windsurf, and any AI agent that supports the Agent Skills open standard.
Keep your installed skills fresh โ automatically.
Skills are snapshots. When you run npx skills add to install a skill, you get a static copy of that skill at that moment in time. If the upstream skill improves, adds new features, or fixes bugs, you won't know unless you manually re-install. Most people don't. Skills quietly go stale.
auto-skill-updating solves this by giving your agent a clear procedure to:
- Discover all skills currently installed in your project
- Re-fetch each one from its source repository
- Show you exactly what changed before applying anything
- Apply updates only after you confirm
Think of it as npm update โ but for your agent skills.
npx skills add b33kman/skills@auto-skill-updatingJust tell your agent: "Update my skills" and it handles the rest.
npx skills add b33kman/skills| Skill | Description |
|---|---|
| auto-skill-updating | Keep installed skills up to date by re-fetching from source and showing a diff before applying changes |
Each skill folder includes a .skill file for direct upload to Claude.ai:
- Go to Settings > Capabilities > Skills
- Click "+" โ "Upload a skill"
- Select the
.skillfile from the skill's folder
MIT