scaffold

Generate plugin skeleton files including plugin.json, SKILL.md, and evals.json from a prompt.

7|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dan323/easier-life-skills --skill scaffold-dan323
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/dan323/easier-life-skills/tree/main/plugins/scaffold/skills/scaffold
Command: npx skills add https://github.com/dan323/easier-life-skills --skill scaffold-dan323

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sh, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It streamlines the creation of new plugin directories by generating all necessary files from a simple prompt, reducing manual setup time.

Core Features & Use Cases

  • Automated Skeleton Generation: Creates directory trees, plugin.json, SKILL.md, and evals.json based on user input.
  • Idempotent and Safe: Ensures existing plugins are not overwritten unless explicitly forced.
  • Use Case: When starting a new plugin, quickly scaffold all boilerplate files to establish a solid foundation for development.

Quick Start

Use the scaffold skill to generate a plugin named "my-new-plugin" with a description about its functionality.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I generate a complete plugin skeleton from a prompt?

To generate a plugin skeleton from a prompt, use an automated scaffolding tool to create directory trees, plugin.json, SKILL.md, and evals.json files based on your input, reducing manual setup time.

What is the best way to automate boilerplate creation for new plugins?

Automating boilerplate creation involves reading templates, validating input, and creating structured files to scaffold complete plugin directories, establishing a solid foundation for rapid plugin development.

Do I need python3 or sh to scaffold plugin directories?

Yes, you need python3 and sh to scaffold plugin directories, as these dependencies execute the scripts required to validate input and automatically generate the structured file tree.

Will scaffolding overwrite existing plugin boilerplate files?

No, scaffolding will not overwrite existing plugin boilerplate files. The generation process is idempotent and safe, ensuring existing plugins are preserved unless explicitly forced to update.

Can I update existing plugin boilerplates using a scaffold generator?

Yes, you can update existing plugin boilerplates using a scaffold generator. It applies automated skeleton generation to refresh structured files when updating existing directories if explicitly forced.

Related Skills