crewspace-create-plugin

Scaffold CrewSpace plugins with a standard template.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/priyansh19/CrewSpace --skill crewspace-create-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crewspace-create-plugin
Source: https://github.com/priyansh19/CrewSpace/tree/main/skills/crewspace-create-plugin
Command: npx skills add https://github.com/priyansh19/CrewSpace --skill crewspace-create-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold CrewSpace plugins with a standard template to accelerate development and maintain consistency across plugin packages.

Core Features & Use Cases

  • Plugin scaffolding with a predefined structure (worker, UI, manifest, tests).
  • Verification guidance including route conventions and post-scaffold checks.
  • Documentation scaffolding to align authoring docs with the CrewSpace plugin ecosystem.

Quick Start

Run the scaffold tool to generate a new CrewSpace plugin and place it under packages/plugins.

Frequently Asked Questions about crewspace-create-plugin

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

FAQPage Schema
How do I scaffold a CrewSpace plugin with a standard template?

Scaffold a CrewSpace plugin by running the scaffold tool to generate a predefined structure including worker, UI, manifest, and tests, then place it under packages/plugins. This accelerates development and maintains consistency across plugin packages.

What is included in the CrewSpace plugin scaffolding structure?

The CrewSpace plugin scaffolding structure includes predefined directories for the worker, UI surface, manifest, and tests. It also provides documentation scaffolding to align authoring docs with the CrewSpace plugin ecosystem.

How do I verify a CrewSpace plugin after scaffolding?

Verify a CrewSpace plugin after scaffolding by following the provided verification guidance, which includes checking route conventions and performing post-scaffold checks described in the plugin authoring documentation.

Can I use the CrewSpace scaffold tool to update existing example plugins?

Yes, the CrewSpace scaffold tool applies to plugin authors who need to bootstrap new plugins, update example plugins, or document authoring workflows using the standard template and route conventions.

What route conventions do I need to follow when authoring CrewSpace plugins?

When authoring CrewSpace plugins, you need to follow the route conventions specified in the verification guidance and plugin authoring documentation to ensure the supported worker and UI surface function correctly.