paperclip-create-plugin

Scaffold Paperclip plugins and update manifest, worker, UI, tests, and package.json.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/kangnam7654/stapler --skill paperclip-create-plugin-kangnam7654
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/kangnam7654/stapler/tree/main/desktop/resources/skills/paperclip-create-plugin
Command: npx skills add https://github.com/kangnam7654/stapler --skill paperclip-create-plugin-kangnam7654

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding Paperclip plugins is time-consuming and error-prone; this skill automates boilerplate creation and documentation to ensure consistency and faster onboarding.

Core Features & Use Cases

  • Scaffold plugin boilerplate, including worker surface, UI surface, route conventions, scaffold flow, and verification steps.
  • Update related files after scaffolding: src/manifest.ts, src/worker.ts, src/ui/index.tsx, tests, and package.json.
  • Use when creating new plugins or updating plugin authoring docs to align with the alpha SDK/runtime.

Quick Start

Run the scaffold workflow to generate a new Paperclip plugin package and begin customizing its worker, UI, and 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 new Paperclip plugin package?

Scaffolding a Paperclip plugin is automated by generating boilerplate code, worker surfaces, UI surfaces, and route conventions. You run the scaffold workflow to create the plugin package structure and begin customizing its components.

What files need to be updated when creating a Paperclip plugin?

Creating a Paperclip plugin requires updating src/manifest.ts, src/worker.ts, src/ui/index.tsx, tests, and package.json. The scaffolding process automatically applies these updates to ensure correct integration.

What is plugin scaffolding in the Paperclip ecosystem?

Plugin scaffolding in the Paperclip ecosystem is the automated generation of boilerplate code and documentation for new plugins. It establishes worker and UI surfaces, applies route conventions, and performs validation.

Does Paperclip plugin scaffolding include verification steps?

Yes, Paperclip plugin scaffolding includes post-scaffold validation tasks to verify the generated structure. These steps ensure the plugin meets alpha SDK requirements and correctly updates all related files.

When do I need to use a plugin scaffolding workflow for Paperclip?

You need a plugin scaffolding workflow for Paperclip when creating new plugins or updating plugin authoring docs to align with the alpha SDK. It eliminates manual boilerplate errors and ensures consistency across configurations.