Medialibrary Development
This skill provides essential components for building a robust Mediatheque library system, streamlining media management and content organization.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add medialibrary-development npx -- -y @trustedskills/medialibrary-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"medialibrary-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/medialibrary-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill facilitates development and management of media libraries within Laravel applications. It allows for easy uploading, conversion, manipulation, and organization of various media types like images and videos. The skill streamlines the process of handling media assets directly within a Laravel project's codebase.
When to use it
- Building a content-rich website: When your application needs to manage user-uploaded images or videos (e.g., blog posts, product galleries).
- Automating media processing tasks: For scenarios where you need to automatically generate thumbnails or convert video formats upon upload.
- Developing custom media management features: When you require a flexible and extensible solution for handling complex media workflows beyond basic uploads.
- Integrating with existing Laravel projects: To add robust media management capabilities to an already established application.
Key capabilities
- Media uploading
- Image and video conversion
- Thumbnail generation
- Media organization
- Extensible architecture
Example prompts
- "Generate a thumbnail for this uploaded image."
- "Convert this video file to MP4 format."
- "Organize these images into folders based on their upload date."
Tips & gotchas
This skill is designed for Laravel projects. Ensure you have a working Laravel environment and the spatie/laravel-medialibrary package installed before attempting to use it.
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.