combyne-create-plugin

Scaffold Combyne plugins with the alpha SDK and generate documentation.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/krishsharma1008/Combyne_HydraDB --skill combyne-create-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: combyne-create-plugin
Source: https://github.com/krishsharma1008/Combyne_HydraDB/tree/main/skills/combyne-create-plugin
Command: npx skills add https://github.com/krishsharma1008/Combyne_HydraDB --skill combyne-create-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides developers through scaffolding and documenting Combyne plugins, reducing boilerplate effort and ensuring consistent best practices.

Core Features & Use Cases

  • Scaffold boilerplate for new Combyne plugins using the current alpha SDK/runtime.
  • Generate accompanying documentation and ensure alignment with worker/UI surface conventions, route conventions, scaffold flow, and verification steps.
  • Use in workflows where plugins need examples, authoring guides, or template structures within a repository.

Quick Start

Follow the scaffold workflow to generate a new Combyne plugin package and review the generated files.

Frequently Asked Questions about combyne-create-plugin

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

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

To scaffold a Combyne plugin, follow the scaffold workflow to generate a new plugin package using the current alpha SDK/runtime, which creates the boilerplate files and directory structure needed for development.

What conventions should Combyne plugin documentation follow?

Combyne plugin documentation should align with worker/UI surface conventions, route conventions, scaffold flow, and verification steps to ensure consistent best practices across all plugins within a repository.

Can I use this workflow to add example plugins and authoring guides to my repository?

Yes, this workflow supports generating example plugins, authoring guides, and template structures within a repository, ensuring all examples follow standardized scaffold and documentation practices.

What does the Combyne plugin scaffold verification process check?

The verification process checks the scaffold structure, worker/UI surface references, route conventions, and basic verification workflow to ensure the generated Combyne plugin meets required standards.

Do I need any dependencies installed to scaffold Combyne plugins?

No external dependencies are required to use this scaffolding workflow, as it operates independently to generate the plugin boilerplate and documentation based on the current alpha SDK runtime.