neb-create-plugin

Scaffold platform plugins with boilerplate, configuration, and documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-create-plugin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: neb-create-plugin
Source: https://github.com/nebinfra/nebcore-ai-skills/tree/main/neb-create-plugin
Command: npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-create-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new platform plugins quickly by scaffolding boilerplate, configurations, and docs, reducing setup time for plugin projects.

Core Features & Use Cases

  • Scaffold plugin skeletons including worker/UI surface, route conventions, and verification steps.
  • Generate example plugins and project structure to accelerate onboarding and prototyping.
  • Use cases include starting a new plugin, updating authoring docs, or illustrating best practices.

Quick Start

Run the scaffold workflow to generate a new plugin package from the template.

Frequently Asked Questions about neb-create-plugin

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

FAQPage Schema
How do I scaffold a platform plugin and generate boilerplate automatically?▼

To scaffold a platform plugin, run the scaffold workflow to generate a new plugin package from the template, including boilerplate, configuration, and documentation. It creates the project structure with worker/UI surfaces, route conventions, and verification steps.

What is included when scaffolding a new plugin project structure?▼

Scaffolding a new plugin project includes generating worker/UI surface templates, route conventions, configuration files, documentation, and verification steps. It conforms to the current alpha SDK/runtime to ensure the plugin skeleton is ready for development.

Can I generate example plugins to illustrate best practices for onboarding?▼

Yes, you can generate example plugins and project structure to accelerate onboarding and prototyping. The generated examples illustrate best practices by conforming to the current alpha SDK/runtime and including standard route conventions.

Does the plugin scaffold conform to the current alpha SDK runtime?▼

Yes, the plugin scaffold fully conforms to the current alpha SDK and runtime. It includes the correct scaffold flow, route conventions, and verification steps to ensure compatibility with the platform's active version.

What's the best way to update authoring docs for platform plugins?▼

The best way to update authoring docs is to use the scaffold workflow to regenerate documentation and illustrate best practices. This ensures the authoring guides match the current alpha SDK/runtime and reflect standard route conventions.