What problem does it solve?
The skill addresses the need for an efficient process to create new Paperclip plugins. It eliminates the complexities associated with manual setup and documentation creation, speeding up plugin development and onboarding.
Core Features & Use Cases
- Efficient Plugin Development: Streamlines the creation and management of Paperclip plugins with the help of the current alpha SDK/runtime.
- Automated Setup: Generates necessary boilerplate code to get started with a new plugin package.
- Guided Documentation: Offers instructions and conventions for maintaining comprehensive documentation.
- Use Case: Whether you're developing a plugin from scratch or need to update the plugin authoring guide, this skill provides the necessary steps to get up and running efficiently.
Quick Start
Build and initialize a new Paperclip plugin by running:
pnpm --filter @paperclipai/create-paperclip-plugin build && node packages/plugins/create-paperclip-plugin/dist/index.js <npm-package-name> --output <target-dir>