update-skills
Check for and apply updates to installed skill branches from upstream. Published by microsoft in amplifier-app-nanoclaw.
What is update-skills?
Check for and apply updates to installed skill branches from upstream. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use update-skills
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/update-skills/SKILL.md
What it does
Check for and apply updates to installed skill branches from upstream.
Skill instructions
About Skills are distributed as git branches (skill/). When you install a skill, you merge its branch into your repo. This skill checks upstream for newer commits on those skill branches and helps you update. Run /update-skills in Claude Code. How it works Preflight: checks for clean working tree and upstream remote. Detection: fetches upstream, lists all upstream/skill/ branches, determines which ones you've previously merged (via merge-base), and checks if any have new commits. Selection: presents a list of skills with available updates. You pick which to update. Update: merges each selected skill branch, resolves conflicts if any, then validates with build + test. --- Goal Help users update their installed skill branches from upstream without losing local customizations. Operating principles - Never proceed with a dirty working tree. - Only offer updates for skills the user has already merged (installed). - Use git-native operations. Do not manually rewrite files except conflict mar
Explore related resources
Frequently asked questions
What is update-skills?
update-skills is a open-source AI agent skill with Copy skill directory. Check for and apply updates to installed skill branches from upstream.
Who is update-skills best for?
update-skills is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install update-skills?
Install or run update-skills using Copy skill directory. Check update-skills for the latest setup command.
Is update-skills actively maintained?
update-skills may need a closer maintenance check before production use.
Auto-fetched from GitHub.