paperclip-create-plugin

Scaffold Paperclip plugin boilerplate using create-paperclip-plugin.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Mothership-Foundry/foundry-dashboard --skill paperclip-create-plugin-mothership-foundry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/Mothership-Foundry/foundry-dashboard/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/Mothership-Foundry/foundry-dashboard --skill paperclip-create-plugin-mothership-foundry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding Paperclip plugins from scratch can be repetitive and error-prone. This Skill provides a ready-to-use blueprint that includes the recommended workflow, file structure, and integration points for workers and UI.

Core Features & Use Cases

  • Generates boilerplate plugin scaffolding and example plugins
  • Updates and documents the plugin authoring flow, including SDK/runtime considerations
  • Provides verification steps and example commands for local development

Quick Start

Run the scaffold tool to generate a plugin skeleton in your target directory.

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 without writing boilerplate code?

To scaffold a Paperclip plugin, run the official create-paperclip-plugin package to generate a file structure with pre-configured worker and UI integration points. This automates the repetitive boilerplate setup for new plugins.

What is the recommended workflow for Paperclip plugin authoring?

The recommended Paperclip plugin authoring workflow involves using the scaffold tool to establish route conventions, configure worker and UI surfaces, and apply SDK runtime guidelines. This blueprint reduces errors during local development.

Can I use the scaffold tool to add an example plugin to an existing local repository?

Yes, you can apply the scaffolding tool to generate example plugins or update plugin authoring documentation across local repositories and external projects. It configures the necessary worker and UI surfaces.

What verification steps are needed after generating a Paperclip plugin skeleton?

After generating a Paperclip plugin skeleton, verification steps include running example commands for local development to ensure the worker and UI surfaces are correctly configured. The scaffold provides these steps automatically.

Does the Paperclip plugin scaffold configure SDK runtime considerations?

Yes, the Paperclip plugin scaffold configures SDK runtime considerations and documents the plugin authoring flow. It applies relevant SDK guidelines to ensure the generated boilerplate meets runtime requirements.