archiving-databases

Process use when you need to archive historical database records to reduce primary database size.

Content Preview
---
name: archiving-databases
description: |
  Process use when you need to archive historical database records to reduce primary database size.
  This skill automates moving old data to archive tables or cold storage (S3, Azure Blob, GCS).
  Trigger with phrases like "archive old database records", "implement data retention policy",
  "move historical data to cold storage", or "reduce database size with archival".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(psql:*), Bash(mysql:*), Bash(
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/archiving-databases.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/database-archival-system/skills/archiving-databases/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/database/database-archival-system/skills/archiving-databases/SKILL.md

Related Skills