agentsclimarketplace

Skill

Skill Rishiidev/skillbrew/skill

Backup, restore, sync and bundle the user's Claude Code setup (skills, plugins, agents, connectors, config). Use when the user says "backup my skills", "snapshot my setup", "restore my skills", "sync my claude setup", "install skill pack", "export skills for claude.ai", or after a reset when their skills are gone.From its SKILL.md

Install
npx -y skills add Rishiidev/skillbrew --skill skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 300 tokens by cl100k_base, as published. Nobody here has run it

skillbrew — Claude setup manager

CLI lives at ~/skillbrew (or wherever the user cloned https://github.com/Rishiidev/skillbrew). Run commands with: node <skillbrew-dir>/bin/skillbrew.js <command>

User intentCommand
Back up everythingskillbrew snapshot
Rebuild after resetskillbrew restore (current state auto-backed-up first, never deleted)
Restore one collectionskillbrew restore --pack <name>
Create a collectionskillbrew pack create <name> <skill...>
Zips for claude.ai uploadskillbrew export --chat
Install someone's bundleskillbrew install github:user/repo [--pack <name>]
Show what's trackedskillbrew list

First-time setup: skillbrew init [dir] [--github] (default ~/skillbrew-backup; --github creates a private remote via gh).

Notes for the agent:

  • After restore, tell the user to restart Claude Code and walk them through the printed re-auth checklist (OAuth/API keys are never stored in the backup).
  • Secrets live only in secrets.local.json (gitignored). Never commit or print its contents.
  • If skillbrew errors with "No backup repo configured", run skillbrew init first.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.