sprint-create-plugin

Scaffold Sprint plugins with boilerplate, documentation, and verification checks.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/gancim/sprint --skill sprint-create-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-create-plugin
Source: https://github.com/gancim/sprint/tree/main/skills/sprint-create-plugin
Command: npx skills add https://github.com/gancim/sprint --skill sprint-create-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and scaffolding of Sprint plugins, reducing setup time and ensuring consistency across plugin packages.

Core Features & Use Cases

  • Boilerplate generation for new plugins
  • Documentation scaffolding for plugin authoring
  • Guided workflow with verification steps for workers/UI, routes, and scaffold flow
  • Post-generation adjustments for manifest, worker, UI, tests, and package config

Quick Start

Run the scaffold package to generate a new Sprint plugin package in your workspace.

Frequently Asked Questions about sprint-create-plugin

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

FAQPage Schema
How do I scaffold a Sprint plugin using the alpha SDK?

To scaffold a Sprint plugin, run the scaffold package to generate a new plugin package in your workspace, which creates the necessary boilerplate and documentation structure using the current alpha SDK runtime.

What is included in the boilerplate generation for Sprint plugins?

Sprint plugin boilerplate generation includes initial project structure creation, documentation scaffolding, and verification checks for worker/UI surfaces, route conventions, and workflow steps to ensure package consistency.

Can I adjust the manifest and worker configuration after generating a Sprint plugin?

Yes, you can make post-generation adjustments to the plugin manifest, worker configuration, UI components, tests, and package configuration after the initial scaffold flow completes.

Does the Sprint plugin scaffold verify route conventions and workflow steps?

Yes, the scaffold enforces a guided workflow that includes verification steps for worker/UI surfaces, route conventions, and workflow steps to validate the generated project structure.

What is the best way to ensure consistency across multiple Sprint plugin packages?

Using scaffold tooling to automate plugin creation ensures consistency across multiple Sprint plugin packages by standardizing boilerplate generation, documentation scaffolding, and project structure validation.