paperclip-create-plugin

Scaffolds and installs Paperclip plugins with custom components via CLI.

Updated May 27, 2026
One-click install
npx skills add https://github.com/bychrisr/now-company --skill paperclip-create-plugin-bychrisr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/bychrisr/now-company/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/bychrisr/now-company --skill paperclip-create-plugin-bychrisr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation and iteration of external Paperclip plugins, removing the friction of manual scaffolding and local development setup.

Core Features & Use Cases

  • CLI-First Scaffolding: Quickly generate plugin structures with pre-configured templates for connectors, workspaces, and UI components.
  • Local Development Loop: Facilitates a seamless workflow for installing, testing, and hot-reloading plugins against a running Paperclip instance.
  • Verification: Provides a standardized checklist and testing suite to ensure plugin compatibility and manifest integrity before deployment.

Quick Start

Use the paperclip-create-plugin skill to initialize a new plugin named my-custom-tool in the development 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 custom Paperclip plugin from scratch?

Scaffolding a Paperclip plugin involves using CLI commands to generate a project structure with pre-configured templates for connectors, workspaces, and UI components. This provides a ready-to-code foundation for custom plugin development.

What is the local development workflow for testing Paperclip plugins?

The local development workflow for Paperclip plugins uses local path linking to install and hot-reload your plugin against a running instance, enabling iterative testing of custom workers and UI components before deployment.

How do I verify Paperclip plugin manifest integrity and runtime readiness?

Verifying Paperclip plugin manifest integrity involves running an automated testing suite and standardized checklist to validate plugin capabilities, manifest specifications, and runtime readiness before deployment.

Can I develop custom UI components and workers for Paperclip plugins?

Yes, you can develop custom UI components and workers for Paperclip plugins. The scaffolding process provides pre-configured templates specifically designed to support creating and integrating these custom elements into your plugin.

Does manual plugin scaffolding work for complex Paperclip orchestration tools?

Manual scaffolding lacks the pre-configured templates and manifest verification needed for complex Paperclip orchestration plugins. CLI-based scaffolding removes setup friction by standardizing the creation of connectors, workers, and UI components.