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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-archival-system:archiving-databasesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for database archival system tasks.
This skill provides automated assistance for database archival system tasks.
Before using this skill, ensure:
This skill produces:
Archival Scripts: SQL and shell scripts to extract, transform, and load data to archive destination
Archive Tables/Files: Structured storage containing historical records with metadata and timestamps
Verification Reports: Row counts, data checksums, and integrity checks confirming successful archival
Storage Metrics: Database size reduction, archive storage utilization, and cost savings estimates
Archival Logs: Detailed logs of each archival run with timestamps, record counts, and any errors
Insufficient Storage Space:
Data Integrity Issues:
Permission Denied Errors:
Timeout During Large Archival:
Archival Configuration Templates:
{baseDir}/templates/postgresql-archive-config.yaml{baseDir}/templates/mysql-archive-config.yaml{baseDir}/templates/s3-archive-config.yaml{baseDir}/templates/azure-archive-config.yamlRetention Policy Definitions: {baseDir}/policies/retention-policies.yaml
Archival Scripts Library: {baseDir}/scripts/archival/
Monitoring Dashboards: {baseDir}/monitoring/archival-dashboard.json
Cost Analysis Tools: {baseDir}/tools/storage-cost-calculator.py
This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
9plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 9 plugins
npx claudepluginhub jamon8888/claude-code-plugins-plus --plugin database-archival-system