tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill archiving-databasesProcess 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".
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.
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.