paperclip-create-plugin

Scaffold Paperclip plugins using the alpha SDK and runtime assumptions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit addresses the need for a structured process to create, scaffold, and document Paperclip plugins using the current alpha SDK and runtime.

Core Features & Use Cases

  • Plugin Scaffolding: Provides a script to automatically generate the basic structure for new Paperclip plugins.
  • Documentation Guidance: Offers instructions and best practices for writing plugin documentation.
  • Runtime Assumptions: Details the current runtime assumptions and constraints for plugin development.

Quick Start

Run the following command to scaffold a new Paperclip plugin:

pnpm --filter @paperclipai/create-paperclip-plugin build
node packages/plugins/create-paperclip-plugin/dist/index.js <npm-package-name> --output <target-dir>

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 alpha SDK?

To scaffold a Paperclip plugin, run the build command for the create-paperclip-plugin package and execute the output script with your desired npm package name and target directory. This automates the plugin creation process using the alpha SDK.

What is the process for Paperclip plugin development with the current runtime?

Paperclip plugin development involves automated scaffolding to generate the basic structure, following documentation guidance for best practices, and adhering to current runtime assumptions and constraints defined by the alpha SDK.

Do I need Node.js to generate the basic structure for Paperclip plugins?

Yes, you need Node.js to execute the scaffolding script. The quick start command requires running pnpm to build the package and then using node to execute the compiled JavaScript output in your target directory.

What are the current runtime assumptions and constraints for Paperclip plugin scaffolding?

The Skill details specific runtime assumptions and constraints for plugin development using the alpha SDK. It provides structured guidance to ensure your generated plugin adheres to the current runtime requirements during the scaffolding process.

Does Paperclip plugin scaffolding include documentation guidance?

Yes, the Paperclip plugin scaffolding process includes documentation guidance. It offers instructions and best practices for writing plugin documentation alongside automatically generating the basic file structure for your new plugin.