Manage Meeting Types banner
Chili-Piper Chili-Piper

Manage Meeting Types

Development community

Description

--- description: Manages team meeting types and their reminders — list, inspect, create, update, delete — with a dry-run plan and confirmation before any write. argument-hint: "<workspace> <list|get|create|update|delete|reminders> [meeting-type] [--apply]" allowed-tools: [Read] --- # /manage-meeting-types Manage meeting types and reminders using the `meeting-type-management` skill. > ⚠️ This skill **writes to Chili Piper**. It always produces a dry-run plan first; nothing is changed until you

Installation

Installs to ~/.claude/skills/chili-piper-mcp-assets-manage-meeting-types/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chili-piper-mcp-assets-manage-meeting-types && curl -fsSL https://raw.githubusercontent.com/Chili-Piper/mcp-assets/HEAD/commands/manage-meeting-types.md -o ~/.claude/skills/chili-piper-mcp-assets-manage-meeting-types/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository