paperclip-dev

Manage local Paperclip development instances via CLI orchestration.

Updated May 27, 2026
One-click install
npx skills add https://github.com/bychrisr/now-company --skill paperclip-dev-bychrisr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperclip-dev
Source: https://github.com/bychrisr/now-company/tree/main/skills/paperclip-dev
Command: npx skills add https://github.com/bychrisr/now-company --skill paperclip-dev-bychrisr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the operational complexity of managing a local Paperclip development environment, ensuring consistent workflows for server management, database operations, and git-based feature development.

Core Features & Use Cases

  • Environment Orchestration: Automates server lifecycle management, including hot-reloading, builds, and health diagnostics.
  • Worktree Management: Simplifies the creation, seeding, and cleanup of isolated development instances to prevent cross-contamination.
  • Deployment Hygiene: Enforces standardized PR templates and git workflows to maintain repository quality and security.

Quick Start

Use the paperclip-dev skill to initialize a new isolated worktree named feature-x and start 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 manage local development instances using git worktrees?

You can orchestrate local development instances by automating server lifecycle management, database seeding, and health diagnostics. It enforces strict repository contribution guidelines and secure environment configuration for consistent workflows.

What is the best way to orchestrate a local development server lifecycle?

Orchestrating a local development server lifecycle is best handled through CLI-based automation for hot-reloading, builds, and health diagnostics. This ensures operational integrity and consistent workflows without manual server management overhead.

How do I set up an isolated worktree for feature development?

To set up an isolated worktree for feature development, you initialize a named worktree and seed its database. This prevents cross-contamination by maintaining a completely separate environment for your specific feature branch.

Can I automate database seeding when creating new development worktrees?

Yes, you can automate database seeding when creating new development worktrees. The orchestration process handles seeding automatically during worktree creation to ensure each isolated instance has the required baseline data.

Does automated health diagnostics help maintain local development environments?

Automated health diagnostics help maintain local development environments by continuously checking operational integrity. This identifies server issues, build failures, or configuration errors early, ensuring consistent development workflows.

How do I enforce standardized git workflows and PR templates?

You can enforce standardized git workflows and PR templates through deployment hygiene automation. This maintains repository quality by requiring strict adherence to contribution guidelines and secure environment configuration during feature development.