paperclip-create-plugin

Scaffold Paperclip plugin packages with workers, UI, routes, and documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Paperclip plugins quickly with a standard scaffold and documentation template, reducing boilerplate and potential misconfigurations.

Core Features & Use Cases

  • Scaffold boilerplate for plugin workers, UI, and route conventions
  • Generate or update plugin documentation and authoring guides
  • Provide verification steps and a recommended workflow to ensure plugin packages are production-ready

Quick Start

Run the scaffold tool to generate a new Paperclip plugin package in your target directory.

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 package?

To scaffold a Paperclip plugin, you run the generation tool in your target directory to automatically create boilerplate for workers, UI surfaces, and routes. This ensures your new plugin package adheres to project conventions.

What is included in standard Paperclip plugin boilerplate?

Standard Paperclip plugin boilerplate includes foundational files for plugin workers, UI surfaces, and route configurations. It also generates documentation templates and verification steps to guide your development workflow.

How do I update documentation and core source files for an existing Paperclip plugin?

You can update existing plugin documentation and core source files by running the scaffold tool against your current package. It applies standard authoring guides and modifies source files to match project conventions.

What verification steps are required to make a Paperclip plugin production-ready?

Verification steps for a production-ready Paperclip plugin involve checking generated boilerplate against project conventions and validating the UI and worker routes. The tool provides a recommended workflow to ensure deployment readiness.

Do I need the Paperclip SDK to create and deploy plugin packages?

Yes, creating and deploying plugin packages operates within the Paperclip SDK ecosystem. The scaffolding tool relies on this environment to generate workers, UI surfaces, and route conventions correctly.