Active Storage Setup
Helps with storage, setup and configuration as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add active-storage-setup npx -- -y @trustedskills/active-storage-setup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"active-storage-setup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/active-storage-setup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the setup of Active Storage in a Rails application. It handles configuration, database migrations, and uploads to cloud storage (like AWS S3 or Google Cloud Storage). The skill streamlines the process of enabling file attachments within your Rails projects, reducing manual steps and potential errors.
When to use it
- You're starting a new Rails project that requires file uploads.
- You need to add Active Storage functionality to an existing Rails application.
- You want to configure cloud storage integration for your Rails application’s uploaded files.
- You are looking to automate the initial setup of Active Storage, saving time and ensuring consistency.
Key capabilities
- Configures
active_storagegem dependencies. - Generates necessary database migrations.
- Sets up cloud storage configuration (details not specified).
Example prompts
- "Set up Active Storage in my Rails application."
- "Configure Active Storage for AWS S3."
- "Initialize Active Storage with default settings."
Tips & gotchas
This skill assumes you have a working Rails environment. Specific cloud storage credentials and configuration may require additional setup after the initial skill execution.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.