Skip to content

b33kman/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

b33kman/skills

A growing collection of agent skills for Claude, Claude Code, Cursor, Windsurf, and any AI agent that supports the Agent Skills open standard.


Skills

๐Ÿ”„ auto-skill-updating

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-updating

Just tell your agent: "Update my skills" and it handles the rest.


Install all skills

npx skills add b33kman/skills

Available Skills

Skill Description
auto-skill-updating Keep installed skills up to date by re-fetching from source and showing a diff before applying changes

Usage in Claude.ai

Each skill folder includes a .skill file for direct upload to Claude.ai:

  1. Go to Settings > Capabilities > Skills
  2. Click "+" โ†’ "Upload a skill"
  3. Select the .skill file from the skill's folder

License

MIT

About

Agent skills to enable better AI performance, more efficient token usage, and higher quality outputs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors