plugins marketplace
← All plugins

micepad-skills

v0.1.0

Micepad skills for Claude Code — manage events, participants, check-ins, campaigns, and more from your terminal using the Micepad CLI.

Claude Code2 skills

by Micepad TeamMIT0updated 1 month ago

Source

git clone https://github.com/micepad/skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

micepad-skills/
├── .claude-plugin/plugin.json
├── skills/micepad/SKILL.md
└── skills/micepad-admin/SKILL.md

Skills2

micepadskills/micepad/SKILL.md

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-adminskills/micepad-admin/SKILL.md

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

.claude-plugin/plugin.json
{
  "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"
}