Skill Snapshot Skill
Description
Claude Code skill for creating snapshots of skills with version control
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill Snapshot
[中文文档](README_CN.md)
A Claude Code skill for creating snapshots of your skills with version control. Store backups in a private GitHub repository and restore any version when needed.
Features
- Snapshot Management: Save, restore, list, and diff skill versions
- Private GitHub Storage: Automatically creates and syncs to a private repository
- Smart Scanning: Automatically identifies which skills need backup
- Version Tags: Each snapshot is tagged (e.g.,
my-skill/v1,my-skill/v2)
Installation
Copy the `skill-snapshot` folder to your Claude Code skills directory:
cp -r skill-snapshot ~/.claude/skills/
Commands
| Command | Description |
|---|---|
init |
Initialize private GitHub repository |
scan |
Scan skills and identify which need backup |
save [message] |
Save a snapshot |
restore [version] |
Restore to a specific version |
list [skill] |
List all snapshots |
diff [version] |
Compare current with a snapshot |
Usage Examples
First-time Setup
User: Initialize skill snapshots
Claude: [Executes init - creates private repo]
Save Before Modifying
User: Save my-skill snapshot before I modify it
Claude: [Executes save my-skill "pre-modification backup"]
Output: Saved snapshot my-skill/v1
Restore When Things Break
User: my-skill is broken, restore to v1
Claude: [Executes restore my-skill v1]
Output: Restored to my-skill/v1
Scan for Backup Candidates
User: Which skills need backup?
Claude: [Executes scan]
Output:
[Needs Backup]
✓ my-skill (5 files, 68K) [Has: my-skill/v1]
○ new-skill (3 files, 12K) [Not backed up]
[Skipped]
✗ external-plugin - Symlink (externally installed)
✗ git-managed-skill - Has its own Git version control
Skip Rules
The `scan` command automatically skips:
| Rule | Reason |
|---|---|
archive/ directory |
Archived skills |
| Symli |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11