Dashboard Create Screen
Automatically generates interactive dashboards visualizing key data from connected tools and platforms.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dashboard-create-screen npx -- -y @trustedskills/dashboard-create-screen
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dashboard-create-screen": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dashboard-create-screen"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
dashboard-create-screen
What it does
This skill enables AI agents to programmatically create new screens within a WordPress dashboard context. It facilitates the dynamic generation of custom interface views without requiring manual code deployment or direct database access.
When to use it
- Building custom admin panels that need unique data visualization layouts.
- Extending existing WordPress dashboards with specialized workflow interfaces.
- Automating the setup of new reporting or management screens during site provisioning.
- Creating temporary views for specific user roles without altering core theme files.
Key capabilities
- Instantly generates new dashboard screen definitions.
- Integrates seamlessly with the WordPress Calypso ecosystem.
- Supports dynamic content rendering within custom UI structures.
- Allows programmatic extension of the admin interface.
Example prompts
- "Create a new dashboard screen to display real-time server health metrics."
- "Generate a custom admin panel for managing automated backup schedules."
- "Add a new screen to the WordPress dashboard that shows active plugin conflicts."
Tips & gotchas
Ensure your AI agent has appropriate permissions to modify the dashboard structure before attempting screen creation. This skill is specific to the WordPress Calypso environment and may not function on standard WP-Admin setups without additional configuration.
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 |
🏢 Official
Published by the company or team that built the technology.