paperclip-create-plugin

Generate Paperclip plugin packages using the alpha SDK and shell commands.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/kochangbok/paperclip-ko --skill paperclip-create-plugin-kochangbok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-create-plugin
Source: https://github.com/kochangbok/paperclip-ko/tree/main/skills/paperclip-create-plugin
Command: npx skills add https://github.com/kochangbok/paperclip-ko --skill paperclip-create-plugin-kochangbok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new Paperclip plugins, providing a structured workflow to generate plugin packages, add new examples, and update documentation.

Core Features & Use Cases

  • Scaffolding: Automated creation of plugin packages and documentation structure.
  • Authoring Documentation: Facilitates the documentation process for new plugins.
  • Use Case: A developer wants to add a new plugin for data visualization within the Paperclip ecosystem.

Quick Start

Use the paperclip-create-plugin skill to create a new plugin by running the following command: paperclip-create-plugin create-plugin my-plugin --output /path/to/plugin-repo.

Frequently Asked Questions about paperclip-create-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Paperclip plugin using the current alpha SDK?

You can create a Paperclip plugin by running an automated scaffolding command that generates the plugin package, documentation structure, and configuration files using the local alpha SDK and runtime environment.

What is the process for scaffolding a new plugin package in the Paperclip ecosystem?

Scaffolding a Paperclip plugin involves executing a shell command that automatically initializes the plugin package directory, generates documentation structure, and configures the runtime environment.

Do I need a local SDK to generate Paperclip plugins?

Yes, generating Paperclip plugins requires local access to the alpha SDK and shared packages, along with the ability to execute shell commands for package creation and configuration.

Can I use this plugin creation method to generate documentation for my Paperclip plugin?

Yes, the Paperclip plugin creation process includes automated authoring of documentation, providing a structured workflow to generate, update, and maintain docs alongside the plugin package.

What's the best way to add a new data visualization plugin to Paperclip?

The best way to add a data visualization plugin to Paperclip is to use the automated plugin generation workflow, which scaffolds the package structure, sets up testing, and configures the runtime environment.

Are there limitations to developing plugins with the Paperclip alpha SDK?

Since plugin creation relies on the current alpha SDK and runtime, you may encounter stability limitations or breaking changes, and shell command execution is required for package creation.