Skip to main content
The FastParty Claude Skills Pack is a collection of Claude skills designed for FastParty workflows. Each skill gives Claude a focused set of instructions and capabilities for a specific part of running events — from initial planning through day-of operations. The skills pack is hosted on GitHub and can be added to Claude AI using the Skills UI.

Included skills

SkillRole
fastparty-orchestratorRouter — decides which skill handles a given request
fastparty-event-planningEvent setup, scheduling, and configuration
fastparty-registrationGuest registration and RSVP workflows
fastparty-circlesGuest circles and group management
fastparty-day-opsDay-of event operations and coordination
Each skill folder contains a SKILL.md file that defines the runtime contract — what Claude knows and can do when that skill is active. SKILL.md is the source of truth for each skill.

Router priority

When you use the orchestrator skill, it routes your request to the most appropriate skill based on context:
  1. Circle contextfastparty-circles
  2. Registration workflowfastparty-registration
  3. Event-day operationsfastparty-day-ops
  4. Event planning and setupfastparty-event-planning
You can also invoke individual skills directly without going through the orchestrator.

Next step

Uploading skills to Claude.ai

Step-by-step guide to adding FastParty skills to your Claude account.