paperclip-create-plugin

Scaffold Paperclip plugins with boilerplate code, configuration, and authoring docs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Paperclip plugins efficiently by providing a standardized scaffold and docs template, reducing setup time and ensuring consistency across plugins.

Core Features & Use Cases

  • Boilerplate scaffold: Generates plugin structure, configuration, and sample UI/worker hooks.
  • Authoring guidance: Includes documentation templates and guidelines for plugin authors.
  • Use Case: Quickly bootstrap a new example plugin or update existing plugin documentation with minimal effort.

Quick Start

Run the scaffold tool to generate a new Paperclip plugin skeleton in your project.

Frequently Asked Questions about paperclip-create-plugin

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

FAQPage Schema
How do I scaffold a new Paperclip plugin?

Scaffolding a Paperclip plugin requires running the scaffold tool to generate boilerplate code, configuration, and authoring docs. This produces a standardized plugin skeleton covering workers, UI surfaces, routes, and verification steps with proper dependencies.

What boilerplate code is generated when creating a Paperclip plugin?

Creating a Paperclip plugin generates boilerplate structure, configuration files, and sample UI and worker hooks. This scaffold includes authoring documentation templates and guidelines to ensure consistent plugin development across workers, UI surfaces, routes, and verification steps.

Do I need the scaffold tool to create Paperclip plugins consistently?

Yes, the scaffold tool and updated metadata are required to ensure consistent structure, proper dependencies, and clear documentation when creating Paperclip plugins. It generates the necessary boilerplate code and configuration for workers, UI surfaces, routes, and verification steps.

What is the best way to bootstrap a new example plugin for Paperclip?

The best way to bootstrap a new example plugin is using the Paperclip scaffold tool to generate the project skeleton. It provides a standardized scaffold and documentation template, reducing setup time and ensuring structural consistency across plugin authoring workflows.

Can I update existing plugin documentation using the Paperclip scaffold?

Yes, you can update existing plugin documentation with minimal effort using the Paperclip scaffold. It includes standardized authoring documentation templates and guidelines that ensure clear documentation and consistent structure across both new and updated plugin workflows.

What plugin surfaces and hooks does the Paperclip scaffold cover?

The Paperclip scaffold covers plugin development workflows for workers, UI surfaces, routes, and verification steps. It generates sample UI and worker hooks alongside the required boilerplate code and configuration to ensure proper plugin structure and dependencies.