paperclip-create-plugin

Scaffold new Paperclip plugins with the alpha SDK and runtime.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new Paperclip plugins, eliminating the need for manual boilerplate code and ensuring adherence to the SDK/runtime conventions.

Core Features & Use Cases

  • Scaffolding: Generates the basic file structure and configuration for a new plugin.
  • Boilerplate Reduction: Automates the creation of essential files like manifest.ts, worker.ts, and ui/index.tsx.
  • Use Case: When starting a new feature for Paperclip that requires custom agent functionality, use this Skill to quickly set up the plugin's foundational files.

Quick Start

Use the paperclip-create-plugin skill to scaffold a new plugin named 'my-awesome-plugin' into the '/path/to/plugins' 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 new Paperclip plugin?

Yes, plugin scaffolding with this Skill automates the creation of essential worker and UI surface files, reducing manual boilerplate code while enforcing alpha SDK and route conventions for package creation.

Do I need pnpm and Node.js to create Paperclip plugins?

Yes, pnpm and Node.js are required to execute the scaffolding process, generate the plugin package files, and run the verification steps for the new Paperclip plugin.

What files are generated when setting up a Paperclip plugin?

Scaffolding a Paperclip plugin generates foundational files including manifest.ts, worker.ts, and ui/index.tsx to establish the basic configuration and custom agent functionality.

When should I use an automated scaffolding tool for Paperclip plugins?

Use automated scaffolding when starting a new Paperclip feature requiring custom agent functionality, eliminating manual boilerplate code and ensuring strict adherence to SDK runtime conventions.

Are there limitations to using the alpha SDK for Paperclip plugin creation?

The primary limitation is that plugin creation relies on the alpha SDK/runtime, meaning package creation and route conventions are bound to the current alpha stage specifications and require pnpm execution.