← All plugins
database-archival-system
v1.27.0Database plugin for database-archival-system
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-archival-system/ inside the repository.
Layout
plugins/database/database-archival-system/
├── .claude-plugin/plugin.json└── skills/archiving-databases/SKILL.md
Skills1
archiving-databasesskills/archiving-databases/SKILL.md
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".
Manifests1
plugins/database/database-archival-system/.claude-plugin/plugin.json
{
"name": "database-archival-system",
"version": "1.27.0",
"description": "Database plugin for database-archival-system",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"database",
"backend",
"archival",
"agent-skills"
]
}