paperclip-create-plugin

Creates and scaffolds new Paperclip plugin packages with documentation and verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create scaffolds for Paperclip plugins to speed up development, ensure consistency, and provide documented starting points for plugin authors.

Core Features & Use Cases

  • Scaffold new plugin packages with the current alpha SDK/runtime
  • Update plugin authoring docs, include verification steps, and align with plugin workflow
  • Apply scaffold patterns to workers/UI surfaces, route conventions, and testing

Quick Start

Scaffold a new Paperclip plugin package using the recommended scaffold workflow and verify its structure.

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

To scaffold a Paperclip plugin package, follow the recommended scaffold workflow to generate the initial structure, then run post-scaffold checks to verify proper files, manifests, and tests are in place.

What is the Paperclip plugin authoring workflow?▼

The Paperclip plugin authoring workflow enforces ground rules, uses preferred scaffold commands for package generation, and includes verification steps to ensure consistency across the plugin ecosystem.

Can I apply the Paperclip scaffold pattern to custom workers and UI surfaces?▼

Yes, you can adapt the Paperclip scaffold patterns to custom workers and UI surfaces by applying route conventions and testing structures to fit your specific plugin requirements.

How do I update plugin authoring docs for Paperclip?▼

Update plugin authoring docs by aligning them with the current Paperclip plugin workflow, including verification steps and ground rules to ensure documented starting points for plugin authors.

What post-scaffold checks are needed for a Paperclip plugin?▼

Post-scaffold checks for a Paperclip plugin verify that proper files, manifests, and tests have been generated correctly, ensuring the scaffolded package aligns with the current alpha SDK/runtime.

Does the Paperclip scaffold work with the current alpha SDK runtime?▼

Yes, the Paperclip scaffold generates new plugin packages configured for the current alpha SDK/runtime, ensuring compatibility and providing a documented starting point for development.