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 dchuk-active-storage-setup npx -- -y @trustedskills/dchuk-active-storage-setup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dchuk-active-storage-setup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dchuk-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 initial testing to ensure proper functionality for storing files within your Rails project. This streamlines the process of enabling file uploads and management within your application.
When to use it
- You're starting a new Rails project and need to quickly enable Active Storage.
- You’ve migrated an existing Rails project to use Active Storage and require assistance with setup tasks.
- You want to ensure consistent Active Storage configuration across multiple Rails environments (development, test, production).
- You are troubleshooting issues related to Active Storage installation or initial configuration.
Key capabilities
- Configures Active Storage settings.
- Generates necessary database migrations for Active Storage.
- Performs basic testing of the Active Storage setup.
Example prompts
- "Set up Active Storage in my Rails application."
- "Run the Active Storage configuration and migrations."
- “Configure Active Storage with local storage.”
Tips & gotchas
This skill requires a Rails environment to be active before execution. Ensure you are within a valid Rails project directory when invoking this skill for optimal results.
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.