paperclip-create-plugin

Scaffold Paperclip plugin boilerplate and authoring documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Raphte-byte/Paperclip-x-Byan --skill paperclip-create-plugin-raphte-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/Raphte-byte/Paperclip-x-Byan/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/Raphte-byte/Paperclip-x-Byan --skill paperclip-create-plugin-raphte-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and documenting Paperclip plugins is complex and repetitive; this skill standardizes scaffolding workflows and ensures alignment with the alpha SDK/runtime.

Core Features & Use Cases

  • Scaffold boilerplate for Paperclip plugins, including worker/UI surface scaffolds, route conventions, and authoring docs.
  • Validate plugin structure with verification steps and recommended file layout.
  • Produce ready-to-use plugin templates for examples and real packages.

Quick Start

Use the scaffold package to generate a new Paperclip plugin boilerplate, example plugins, and authoring docs.

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 Paperclip plugin boilerplate quickly?

To scaffold a Paperclip plugin boilerplate quickly, use the scaffold package to generate worker/UI surfaces, route conventions, and authoring docs. This standardizes the repetitive creation workflow and ensures project structure compatibility with the alpha SDK.

What is the required file layout for a Paperclip plugin?

The required file layout for a Paperclip plugin includes standardized boilerplate for worker and UI surfaces, alongside route conventions. The scaffolding process enforces this specific project structure and provides verification steps to validate the generated layout.

Can I generate example plugins and tests with the Paperclip SDK?

Yes, you can generate example plugins and tests with the Paperclip SDK. The scaffolding workflow produces ready-to-use plugin templates specifically designed for both example packages and real-world plugin development scenarios.

Does the Paperclip plugin scaffolder support the alpha SDK runtime?

Yes, the Paperclip plugin scaffolder supports the alpha SDK runtime. It explicitly ensures compatibility with the alpha SDK/runtime during the scaffolding workflow to prevent structural misalignment in generated plugin packages.

Why does my Paperclip plugin structure fail verification?

Your Paperclip plugin structure fails verification because it deviates from the recommended file layout required by the alpha SDK. The scaffolding workflow provides specific verification steps to validate structure and ensure route conventions are met.

What is the best way to document Paperclip plugins during development?

The best way to document Paperclip plugins during development is to use the scaffold package to automate authoring docs. This ensures consistent documentation workflows and alignment with the plugin's boilerplate and project structure.