micepad-skills
v0.1.0Micepad skills for Claude Code — manage events, participants, check-ins, campaigns, and more from your terminal using the Micepad CLI.
by Micepad TeamMIT0updated 1 month ago
Source
git clone https://github.com/micepad/skillsClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json├── skills/micepad/SKILL.md└── skills/micepad-admin/SKILL.md
Skills2
Event management assistant powered by the Micepad CLI. Onboards new users, guides event setup, automates multi-step workflows, monitors live events, and troubleshoots issues. Covers the full event lifecycle — from first login to post-conference wrap-up.
Micepad platform administration for super admins. Monitor platform health, manage accounts, users, gatherings, subscriptions, and email deliverability. Private skill — requires super admin access to the Micepad platform.
Manifests1
{
"name": "micepad-skills",
"version": "0.1.0",
"description": "Micepad skills for Claude Code — manage events, participants, check-ins, campaigns, and more from your terminal using the Micepad CLI.",
"author": {
"name": "Micepad Team",
"email": "hello@micepad.co"
},
"license": "MIT"
}