paperclip-create-plugin

Scaffold Paperclip plugin packages and update authoring documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, scaffold, and document Paperclip plugins to standardize plugin development and integration across projects.

Core Features & Use Cases

  • Scaffold boilerplate for plugin workers, UI, routes, and tests.
  • Guidance to adjust src files and verification steps after scaffolding.
  • Use case: you want to publish a new example plugin within the repo or create a plugin package for external use.

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

To scaffold a Paperclip plugin, use the scaffold tool to generate the boilerplate package in your target directory, then adjust the generated worker, UI, and src files to match your specific plugin requirements.

What is the workflow for creating and documenting Paperclip plugins?

The Paperclip plugin creation workflow involves scaffolding the boilerplate package, modifying the generated src files, and performing typecheck, test, and build verifications to ensure the plugin meets the alpha SDK standards.

Does the Paperclip plugin scaffold include boilerplate for tests and UI?

Yes, the Paperclip plugin scaffolding process automatically generates standard boilerplate for plugin workers, UI components, routes, and tests to standardize development and integration across projects.

How do I add an example plugin to an existing repository using the alpha SDK?

To add an example plugin, run the scaffold tool within your repository, adjust the generated src files for your example's logic, and execute the required typecheck, test, and build verification steps.

What verification steps are required after scaffolding a Paperclip plugin?

After scaffolding a Paperclip plugin, you must perform typecheck, test, and build verifications to ensure the newly created package functions correctly with the current alpha SDK runtime.

Can I use this scaffolding workflow to create plugins for external use?

Yes, you can use the scaffold workflow to create a Paperclip plugin package for external use by generating the boilerplate, adjusting the src files, and completing the standard verification steps.