Create Light Module
Generates functional, customizable light module code snippets based on user specifications like color, intensity, and animation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-light-module npx -- -y @trustedskills/create-light-module
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-light-module": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-light-module"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-light-module skill allows you to generate basic module structures for Magnolia CMS projects. It creates a new module with essential files like the module definition, configuration, and a simple controller. This significantly speeds up initial project setup by automating repetitive boilerplate tasks.
When to use it
- Starting a new Magnolia CMS module from scratch.
- Quickly prototyping a module's structure for experimentation.
- Generating a basic module skeleton when time is limited.
- Creating templates for consistent module development across projects.
Key capabilities
- Generates module definition files (module.conf)
- Creates configuration files
- Provides a simple controller as an example
Example prompts
- "Create a light module named 'my-new-module'."
- "Generate a basic Magnolia CMS module with the name 'content-exporter'."
- "Can you create a module structure for a module called 'image-resizer'?"
Tips & gotchas
The generated module will require further customization and development to be fully functional. Ensure that your Magnolia CMS environment is properly configured before attempting to use this skill.
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.