paperclip-create-plugin

Automates scaffolding and documentation of Paperclip plugins using the alpha SDK/runtime.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a consistent starting point for Paperclip plugin development by scaffolding boilerplate and updating authoring docs, reducing setup time and ensuring best practices.

Core Features & Use Cases

  • Scaffold boilerplate for workers, UI, routes, and verification steps to jumpstart plugin development.
  • Update and align plugin documentation and authoring guides to maintain standards.
  • Use-case: quickly bootstrap a new plugin package inside a Paperclip project or as an external plugin template.

Quick Start

Run the scaffold workflow to generate a new Paperclip plugin package with the current alpha SDK.

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 Paperclip plugin with the current alpha SDK?

Scaffold a Paperclip plugin by running the automated workflow to generate a package with boilerplate for workers, UI, routes, and verification steps aligned to the current alpha SDK.

What is the best way to bootstrap boilerplate for a TypeScript plugin?

Bootstrap TypeScript plugin boilerplate by using an official starter that enforces workflow constraints and generates checklists for manifest, worker, UI, tests, and package.json file edits.

Can I use this scaffold to create plugins outside of a Paperclip repository?

Yes, external plugin authors can use this scaffold to generate a standards-aligned starter package with example scaffolds and documentation updates outside of a Paperclip repository.

Does the Paperclip plugin scaffold include verification steps and tests?

The scaffold includes verification steps and test boilerplate, delivering checklists for required file edits and verifications across the manifest, worker, UI, and package.json.

Why do I need a standards-aligned starter for Paperclip plugin development?

A standards-aligned starter reduces setup time by automating boilerplate generation and updating authoring docs, ensuring best practices for workers, UI, and routes within Paperclip projects.

What are the limitations of scaffolding Paperclip plugins with the alpha runtime?

Scaffolding targets the current alpha SDK and runtime, meaning generated boilerplate and documentation may require manual updates when the underlying Paperclip plugin architecture changes.