scaffold-plugin

Automate creation and registration of new plugin directories with metadata and registry entries.

10|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/TrogonStack/agentskills --skill scaffold-plugin-trogonstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-plugin
Source: https://github.com/TrogonStack/agentskills/tree/main/.agents/skills/scaffold-plugin
Command: npx skills add https://github.com/TrogonStack/agentskills --skill scaffold-plugin-trogonstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead and configuration errors associated with setting up the directory structure and registry files for a new agent plugin.

Core Features & Use Cases

  • Automated Scaffolding: Generates the complete directory tree, including plugin metadata, README, and registry entries.
  • Standardized Configuration: Ensures all new plugins follow the required naming conventions and include necessary release-please and marketplace configurations.
  • Use Case: When a developer needs to create a new plugin named trogonstack-analytics, this skill automatically creates the folder structure, populates the JSON configuration files, and registers the plugin in the marketplace and release manifest.

Quick Start

Ask the agent to scaffold a new plugin named trogonstack-example with a brief description of its purpose.

Frequently Asked Questions about scaffold-plugin

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

FAQPage Schema
How do I automate boilerplate setup for a new agent plugin?

Automating boilerplate setup for a new agent plugin requires generating the complete directory tree, including metadata and registry entries, to eliminate manual configuration errors. This process ensures all plugins follow required naming conventions and include necessary marketplace configurations.

What is the best way to create a standardized plugin directory structure?

The best way to create a standardized plugin directory structure is using automated scaffolding to generate folders, populate JSON configuration files, and register the plugin in the marketplace and release manifest. This enforces consistent architecture and metadata management across new plugins.

Can I automatically register a new plugin in the marketplace during setup?

Yes, you can automatically register a new plugin in the marketplace during setup. The scaffolding process creates the folder structure, populates JSON configuration files, and registers the plugin in both the marketplace and release manifest simultaneously.

Do I need file system write access to bootstrap new plugin directories?

Yes, file system write access is required to bootstrap new plugin directories. The scaffolding process must write the complete directory tree, populate JSON configuration files, and update registry entries within the repository structure.

What configurations are included when scaffolding plugin boilerplate?

Scaffolding plugin boilerplate includes generating the complete directory tree, plugin metadata, README, and registry entries. It ensures all new plugins follow required naming conventions and include necessary release-please and marketplace configurations.