paperclip-create-plugin

Scaffold new Paperclip plugins with generated structure and documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of new Paperclip plugins, simplifying the process of plugin development and documentation.

Core Features & Use Cases

  • Plugin Scaffolding: Automatically generates the basic structure for new Paperclip plugins.
  • Documentation: Provides guidelines and templates for plugin documentation.
  • Use Case: If you're developing a new Paperclip plugin, this Skill can help you quickly set up the necessary files and documentation.

Quick Start

Create a new Paperclip plugin using the paperclip-create-plugin skill by executing the following command:

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?

To scaffold a Paperclip plugin, run the build command followed by the Node.js script execution with your desired npm package name and output directory to generate the basic structure.

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

Yes, creating Paperclip plugins requires Node.js and npm installed in your environment, as the scaffolding script depends on running Node.js commands via pnpm to build and generate the plugin files.

What is the best way to automate plugin development for Paperclip?

Automating Paperclip plugin development is best achieved by using a scaffolding script that generates the initial file structure and provides documentation templates, reducing manual setup time and effort.

Can I generate documentation templates when setting up a Paperclip plugin?

Yes, the Paperclip plugin scaffolding process includes generating documentation guidelines and templates alongside the basic plugin structure to ensure your new plugin is properly documented from the start.

What's the difference between manual setup and using a scaffolding script for Paperclip plugins?

Using a scaffolding script automates file structure generation and documentation setup for Paperclip plugins, whereas manual setup requires creating each file individually and writing boilerplate code from scratch.