paperclip-create-plugin

Scaffold Paperclip plugins with boilerplate code and documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Kauedz/althius-alg --skill paperclip-create-plugin-kauedz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/Kauedz/althius-alg/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/Kauedz/althius-alg --skill paperclip-create-plugin-kauedz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Paperclip plugins with a consistent starting point and accompanying docs, reducing setup time and configuration errors.

Core Features & Use Cases

  • Scaffold boilerplate for plugin workers and UI according to the current alpha SDK/runtime.
  • Generate documentation scaffolds and authoring guides to keep plugin development aligned with project standards.
  • Verify the scaffolded package against the expected structure (manifest.ts, worker.ts, UI wiring) before publishing or integration.
  • Use case: you need to add an example plugin or update plugin authoring docs quickly.

Quick Start

Run the scaffold workflow to generate a new Paperclip plugin repository and customize manifest, worker, and UI files.

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

Scaffolding a new Paperclip plugin generates boilerplate code and documentation. The workflow produces manifest.ts, worker.ts, and UI wiring files aligned with route conventions to provide a consistent starting point.

What files are required for Paperclip plugin authoring?▼

Paperclip plugin authoring requires manifest.ts, worker.ts, and UI wiring files. These files ensure the plugin package meets the expected structure for the alpha SDK/runtime and passes verification steps.

Can I generate documentation for a Paperclip plugin?▼

Yes, you can generate documentation scaffolds and authoring guides for a Paperclip plugin. This keeps plugin development aligned with project standards and reduces configuration errors during setup.

What's the best way to create an example Paperclip plugin?▼

The best way to create an example Paperclip plugin is running the scaffold workflow to generate a repository. You then customize the manifest, worker, and UI files according to the current alpha SDK conventions.

Does Paperclip plugin scaffolding verify the package structure?▼

Yes, Paperclip plugin scaffolding verifies the generated package against the expected structure. It checks for manifest.ts, worker.ts, and UI wiring consistency before publishing or integration.

Why do I need boilerplate code for Paperclip plugin development?▼

Boilerplate code for Paperclip plugin development reduces setup time and configuration errors. It provides a consistent starting point with correctly wired manifest, worker, and UI files for the alpha runtime.