paperclip-create-plugin

Scaffold Paperclip plugins with boilerplate for workers, UI, routes, and tests.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Avishai-Tsabari/agents_manager --skill paperclip-create-plugin-avishai-tsabari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/Avishai-Tsabari/agents_manager/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/Avishai-Tsabari/agents_manager --skill paperclip-create-plugin-avishai-tsabari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines creating and documenting Paperclip plugins by providing a standardized scaffold, ensuring consistent boilerplate, documentation, and verification steps for new plugins, example plugins, and authoring guides.

Core Features & Use Cases

  • Scaffold new Paperclip plugins using the alpha SDK/runtime with boilerplate for workers, UI, routes, and tests.
  • Update plugin authoring docs and add example plugins within a project or a plugin package.
  • Verify scaffolding through a guided workflow covering manifest, worker, UI, and tests.

Quick Start

Follow the scaffold workflow to generate a new plugin package and its boilerplate, then adjust the manifest, worker, and UI files as needed.

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 using the SDK?

Scaffold a Paperclip plugin by following the guided workflow to generate a plugin package with boilerplate for workers, UI, routes, and tests using the current alpha SDK. The workflow also covers post-scaffold verification to ensure the manifest and files are correct.

What boilerplate is generated when creating a Paperclip plugin?

Creating a Paperclip plugin generates boilerplate files for workers, UI, routes, and tests. This standardized structure ensures consistent package configuration across new plugins and example plugins built on the alpha runtime.

How do I verify a Paperclip plugin after scaffolding?

Verify a Paperclip plugin after scaffolding by running the guided post-scaffold verification workflow. This process checks the generated manifest, worker, UI, and test files to confirm the new plugin package is correctly configured.

Can I update plugin authoring docs and add example plugins to an existing package?

Yes, you can update plugin authoring docs and add example plugins within an existing project or plugin package. This ensures documentation guidelines remain consistent with the current alpha SDK.

Do I need any external dependencies to generate a Paperclip plugin?

No external dependencies are required to generate a Paperclip plugin. The scaffolding workflow operates independently to produce the manifest, worker, and UI boilerplate files needed for the alpha runtime.

What is the best way to maintain consistency when authoring Paperclip plugins?

The best way to maintain consistency when authoring Paperclip plugins is to use a standardized scaffold. It enforces consistent boilerplate, documentation guidelines, and post-scaffold verification across all generated plugin packages.