scaffold-plugin

Scaffold a new Clubhouse plugin with interactive CLI prompts.

2|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Agent-Clubhouse/Clubhouse-Workshop --skill scaffold-plugin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scaffold-plugin
Source: https://github.com/Agent-Clubhouse/Clubhouse-Workshop/tree/main/.claude/skills/scaffold-plugin
Command: npx skills add https://github.com/Agent-Clubhouse/Clubhouse-Workshop --skill scaffold-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactively guides developers to scaffold a new Clubhouse plugin from scratch, making the early setup fast and approachable.

Core Features & Use Cases

  • Interactive walkthrough that covers scope, API version, permissions, and project structure to bootstrap a plugin project.
  • Generates a ready-to-build starter with manifest templates, CLI scaffolding, and starter code so beginners can ship quickly.
  • Use Case: a developer wants a minimal, working plugin scaffold to customize and extend for their use case.

Quick Start

Run the scaffold tool to generate a new plugin project and follow the interactive prompts.

Frequently Asked Questions about scaffold-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Clubhouse plugin from scratch?▼

To scaffold a Clubhouse plugin, run the CLI tool and follow the interactive walkthrough to configure project scope, API versions, permissions, and structure. This generates a ready-to-build starter with manifest templates and starter code.

What is the best way to set up a Clubhouse plugin starter template?▼

The best way to set up a Clubhouse plugin starter template is using a guided scaffolding tool. It interactively configures API versions and manifest templates, ensuring a consistent project structure for beginners to ship quickly.

Do I need TypeScript to create a new Clubhouse plugin?▼

TypeScript is supported when you scaffold a new Clubhouse plugin. The interactive CLI process configures the TypeScript starter codebase, build scripts, and manifest templates to ensure a structured project setup.

Can I customize the plugin project structure after scaffolding?▼

You can fully customize the generated plugin project structure after scaffolding. The tool provides a minimal working starter codebase with configured build scripts and manifest templates for you to extend.

What does the Clubhouse plugin scaffolding walkthrough configure?▼

The scaffolding walkthrough configures plugin scope, API version, permissions, and project structure. It documents the starter workflow through a CLI-driven process to ensure consistent project setup for first-time developers.

Why use a CLI scaffolding tool for Clubhouse plugin development?▼

Using a CLI scaffolding tool for Clubhouse plugin development makes early setup fast and approachable. It applies an opinionated starter that configures manifest templates and build scripts, satisfying requirements to document a structured workflow.