paperclip-create-plugin

Scaffold new Paperclip plugins with starter boilerplate and configuration verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized process to scaffold new Paperclip plugins and document their usage, reducing setup time and ensuring consistent structure across plugins.

Core Features & Use Cases

  • Scaffold boilerplate: generates starter plugin code, worker/UI wiring, and project structure.
  • Documentation scaffolding: creates or updates authoring docs and README templates for plugin packages.
  • Verification flow: includes checks and guidance to validate plugin configuration and runtime compatibility.

Quick Start

Run the scaffold command to generate a new Paperclip plugin 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 from scratch?

Scaffolding a Paperclip plugin involves generating starter boilerplate code, worker and UI surface wiring, and the standard project directory structure automatically to reduce manual setup time.

What is the best way to document a Paperclip plugin during development?

Documenting a Paperclip plugin is handled by scaffolding authoring docs and README templates, ensuring consistent structure and usage guidelines are generated alongside the plugin package.

Can I create plugins for external projects using an in-repo template?

Yes, the scaffolding workflow supports creating and verifying plugin packages across both in-repo templates and external projects, applying standard route conventions and configuration checks.

How do I verify Paperclip plugin configuration and runtime compatibility?

To verify plugin configuration and runtime compatibility, the scaffolding process includes specific verification steps and checks that validate the worker and UI wiring before deployment.

Do I need to manually wire worker and UI surfaces for a new plugin?

No, you do not need to manually wire worker and UI surfaces, as the scaffolding process automatically generates the required boilerplate to connect these plugin components.

Why does my Paperclip plugin structure lack consistent route conventions?

Your Paperclip plugin may lack consistent route conventions if it was built manually, but using a scaffolding workflow enforces standard route conventions and configuration verification during generation.