paperclip-create-plugin

Create Paperclip plugin scaffolds with workers, UI, routes and tests using the alpha SDK/runtime.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams scaffold Paperclip plugins quickly, ensuring consistent structure and configuration for plugin development with the current alpha SDK/runtime.

Core Features & Use Cases

  • Plugin scaffolding: generate boilerplate for workers, UI, routes, and tests.
  • Verification guidance: steps to validate plugin integration and packaging.
  • Recommended targets: deploy plugin packages inside packages/plugins/ or similar project structure.
  • Cross-project compatibility: ensures scaffolded plugins align with SDK expectations.

Quick Start

Use 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 Paperclip plugin using the alpha SDK?

Scaffold a Paperclip plugin by running the scaffold tool in your target directory to generate boilerplate for workers, UI surfaces, routes, and tests that align with the alpha SDK runtime.

What is the recommended project structure for Paperclip plugin packages?

The recommended structure for Paperclip plugin packages is deploying them inside a `packages/plugins/` directory or similar project structure to ensure cross-project compatibility with SDK expectations.

Does the Paperclip plugin scaffolding process include verification steps?

Yes, the Paperclip plugin scaffolding process includes verification guidance to validate plugin integration, check configuration files, and ensure the generated package adheres to Paperclip's plugin standards.

What components are generated when creating a new Paperclip plugin?

Creating a new Paperclip plugin generates boilerplate components for plugin workers, UI surfaces, route conventions, and tests to ensure the package meets current alpha SDK runtime expectations.

Can I use this scaffolding tool for plugins outside the Paperclip ecosystem?

No, this scaffolding tool is specifically designed for the Paperclip ecosystem and ensures generated plugins align with Paperclip's alpha SDK expectations, route conventions, and plugin standards.