paperclip-create-plugin

Scaffold Paperclip plugins with boilerplate code and documentation templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of Paperclip plugins by generating boilerplate structure, configuration, and documentation templates so teams can focus on plugin development rather than scaffolding.

Core Features & Use Cases

  • Boilerplate scaffolding using the recommended scaffold tool to produce a standard plugin package layout.
  • Guidance and verification steps that direct you to edit src/manifest.ts, src/worker.ts, src/ui/index.tsx, and tests, ensuring alignment with Paperclip runtime assumptions.
  • Documentation and example plugin creation within packages/plugins/examples or similar repo paths to illustrate authoring workflows.
  • Post-scaffold clean-up recommendations to adjust manifest, worker, UI, tests, and package.json for production readiness.

Quick Start

Run the scaffold tool to generate a new Paperclip plugin package and start configuring its manifest, worker, and UI.

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

Scaffolding a Paperclip plugin involves running the scaffold tool to generate the standard package layout, producing boilerplate structure, configuration files, and initial documentation templates for immediate development.

What files do I need to configure after generating a Paperclip plugin?

After generating a Paperclip plugin, you must configure src/manifest.ts, src/worker.ts, src/ui/index.tsx, and tests to align with Paperclip runtime assumptions and project conventions.

How do I create example plugins and authoring guides for Paperclip?

Creating example plugins and authoring guides requires generating documentation templates within packages/plugins/examples or similar repository paths to illustrate plugin authoring workflows.

What does Paperclip plugin boilerplate generation include?

Paperclip plugin boilerplate generation includes producing a standard plugin package layout, configuration templates, and documentation scaffolds so teams can focus on plugin development rather than manual setup.

How do I validate manifest and worker configurations in Paperclip plugins?

Validating manifest and worker configurations requires editing src/manifest.ts and src/worker.ts, then verifying their alignment with Paperclip runtime assumptions and project conventions during post-scaffold clean-up.