paperclip-dev

Manage local Paperclip servers, worktrees, builds, and diagnostics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mjraraujo/paperclip-proxy --skill paperclip-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-dev
Source: https://github.com/mjraraujo/paperclip-proxy/tree/main/skills/paperclip-dev
Command: npx skills add https://github.com/mjraraujo/paperclip-proxy --skill paperclip-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and operators need a streamlined environment to build, test, and operate Paperclip locally without risking production setups.

Core Features & Use Cases

  • Start and manage local Paperclip servers and worktrees.
  • Pull updates from master and run builds and tests locally.
  • Diagnose problems and maintain a healthy local development instance.

Quick Start

Start a local Paperclip development environment by cloning the repo, installing dependencies, and running the development server.

Frequently Asked Questions about paperclip-dev

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

FAQPage Schema
How do I set up a local Paperclip development environment?

To set up a local Paperclip development environment, clone the repository, install dependencies, and run the development server following the guidelines in doc/DEVELOPING.md. This creates an isolated instance for daily maintenance and feature work without risking production setups.

Can I manage git worktrees and builds locally with Paperclip?

Yes, you can manage git worktrees and run builds locally with Paperclip. The Skill starts and manages local servers and worktrees, allowing you to pull updates from master and run builds and tests directly in your local environment.

What do I need to operate a local Paperclip instance for diagnostics?

To operate a local Paperclip instance for diagnostics, you need the Paperclip repo checkout with origin pointing to [email protected]:paperclipai/paperclip.git. This setup allows developers and operators to diagnose problems and maintain a healthy local development instance.

How do I run tests and pull updates from master in a local Paperclip setup?

To run tests and pull updates from master in a local Paperclip setup, use the Skill to manage your worktrees and pull the latest changes. This ensures your local development instance stays synchronized and healthy for daily feature work and debugging.

Why should I use a local Paperclip instance instead of working directly in production?

A local Paperclip instance provides a streamlined environment to build, test, and operate features without risking production setups. It allows developers and operators to perform daily maintenance, feature work, and debugging safely in local environments before deployment.