paperclip-dev

Automate Paperclip development workflows including server management, builds, worktrees, and database backups.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/googlarz/stapler --skill paperclip-dev-googlarz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-dev
Source: https://github.com/googlarz/stapler/tree/main/skills/paperclip-dev
Command: npx skills add https://github.com/googlarz/stapler --skill paperclip-dev-googlarz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the development and daily maintenance of a local Paperclip instance, reducing setup time and ensuring consistent environments for code, builds, and diagnostics.

Core Features & Use Cases

  • Start and stop local Paperclip servers and run in dev mode
  • Pull updates from master, run builds/tests, and manage worktrees
  • Back up databases and diagnose issues across a local development environment

Quick Start

Start the Paperclip development server in a local checkout and verify it responds on the health endpoint.

Frequently Asked Questions about paperclip-dev

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

FAQPage Schema
How do I start a local Paperclip development server and verify it is running?

To start Paperclip development, use the CLI via npx or pnpm to run the server in local dev mode, then verify the instance responds correctly on its health endpoint.

Can I manage Git worktrees and pull updates from master for my Paperclip instance?

Yes, you can manage worktrees and pull updates from master directly through the CLI, ensuring consistent local environments for builds and tests across the repository.

What is the best way to diagnose issues and back up databases in a Paperclip repository?

Diagnosing Paperclip issues and backing up databases are automated through CLI operations, streamlining maintenance by enforcing strict development hygiene across your local environment.

Do I need to read specific documentation before operating a Paperclip instance?

Yes, you must read doc/DEVELOPING.md before performing any operations to ensure strict development hygiene and proper understanding of the local Paperclip instance workflow.

Why does the Paperclip development workflow require using the CLI via npx or pnpm?

Using the CLI via npx or pnpm standardizes the execution of server commands, builds, and diagnostics, ensuring consistent environments and reducing setup time for local Paperclip development.