What problem does it solve?
This Skill streamlines the process of developing, testing, and maintaining local Paperclip instances, reducing setup time and minimizing risky manual operations.
Core Features & Use Cases
- Environment setup and management: Guides users through cloning repositories, installing dependencies, and configuring worktrees.
- Server control: Starts, stops, and maintains persistent dev servers in detached sessions for ongoing testing and debugging.
- Worktree operations: Automates creation, merging, reseeding, and cleanup of isolated work environments to support parallel development.
- Database backups and migrations: Ensures safety and up-to-date schemas with backup and migration commands.
- Use Case: A developer needs to test a new feature in an isolated environment and keep the server running despite heartbeat process termination.
Quick Start
Run the setup script to clone the Paperclip repository, install dependencies, and start the development environment for ongoing development tasks.