# Backup Skill

> Creates and manages backup snapshots

- Skill: `modimihir07/backup-skill` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add modimihir07/backup-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modimihir07/backup-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: modimihir07 (https://skillmd.com/u/modimihir07)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/modimihir07/backup-skill

---


# Backup Skill

## Description
Creates compressed backup snapshots of brain/, skills/, registry/, standards/, and agents/. Supports scheduled auto-backup and manual on-demand backups.

## When to Use
- Daily scheduled backup
- Before making major changes
- On-demand from dashboard

## Process
1. Create tar.gz of brain/, skills/, agents/, registry/, standards/, prompts/
2. Exclude data/settings.json (contains API keys)
3. Name file with timestamp: agentic-os-YYYYMMDD_HHMMSS.tar.gz
4. Store in backups/ directory
5. Keep last 30 backups, remove older ones
6. Log to audit trail

## Output
Compressed archive file

## Agent Assignment
- Primary: opencode

