A personal backup repository for Claude Code skills and plugins. Stores and preserves custom AI agent configurations for reuse.
git clone https://github.com/vapvarun/claude-backup.gitclaude-backup is a personal repository used to store and back up Claude Code skills and plugins. It serves as a private archive so that custom configurations, commands, and agent skills are not lost and can be restored or reused across environments. This type of backup repository benefits developers who rely on Claude Code and want to preserve their curated tooling. By keeping skills version-controlled in one place, users can more easily manage and redeploy their Claude Code setup.
["1. **Identify your skill configuration**: Run `claude list-skills` to find the exact name of the skill you want to back up. Note the skill name and any associated project name.","2. **Prepare your backup filename**: Decide on a descriptive filename following the pattern `[SKILL_NAME]_v[VERSION]_[DATE].json` (e.g., `sortd-pipeline-tracker_v1.3.0_2024-03-22.json`).","3. **Execute the backup command**: Paste the prompt template into your AI assistant, replacing the placeholders with your actual skill name, project name, and desired filename.","4. **Verify the backup**: Check the output to confirm the JSON file was created correctly. The AI will show the full file path where your backup was saved.","5. **Store securely**: Move the generated JSON file to your secure backup location (e.g., cloud storage, version control system) for future restoration if needed.","Tips:\n- For complex skills, consider backing up multiple times during configuration changes\n- Include the skill version in the filename for easy version tracking\n- Add backup_notes in the JSON to document important changes for future reference"]
Back up custom Claude Code skills to prevent accidental loss
Restore Claude Code plugins when setting up a new development environment
Version-control personal AI agent configurations over time
Centralize storage of multiple Claude Code plugins in one repository
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/vapvarun/claude-backupCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a backup of my current [CLAUDE_CODE_SKILL_NAME] skill configuration for [PROJECT_NAME] and save it to my claude-backup repository. Include the full skill definition, dependencies, and any custom instructions. Format the backup as a JSON file named [BACKUP_FILENAME.json].
```json
{
"skill_name": "sortd-sales-pipeline-tracker",
"version": "1.2.0",
"description": "A Claude Code skill that tracks sales pipeline stages directly from Sortd kanban boards in Gmail",
"dependencies": {
"sortd_api": "^2.1.4",
"gmail_api": "^1.45.0",
"pandas": "^1.5.3"
},
"configuration": {
"sortd_board_id": "sales-pipeline-2024",
"email_labels": ["leads", "qualified", "proposal", "closed-won", "closed-lost"],
"automation_rules": {
"new_lead": {
"action": "create_task",
"priority": "high",
"assignee": "[email protected]"
},
"proposal_sent": {
"action": "send_reminder",
"days_before_due": 7,
"template": "proposal-followup.md"
}
},
"custom_instructions": "Always check the 'urgent' flag in Sortd before processing emails. Skip any emails marked as spam or low priority."
},
"created_at": "2024-01-15T09:30:00Z",
"last_modified": "2024-03-22T14:45:00Z",
"backup_notes": "Added new automation rule for proposal follow-ups. Updated email label mapping to match Sortd board changes."
}
```
**Backup saved successfully to:** `claude-backup/sortd-sales-pipeline-tracker_v1.2.0_2024-03-22.json`
The configuration includes:
- Full Sortd integration setup for the sales pipeline board
- 5 custom email labels mapped to Sortd stages
- 2 automation rules with priority handling
- Team assignment and reminder scheduling
This backup preserves all your custom configurations, making it easy to restore or share this skill configuration with other team members. The backup timestamp ensures you can track when this configuration was last updated.
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan