patties-cli

Manage Patties app lifecycles via guided CLI operations for dev, build, deploy, and secrets.

Updated May 24, 2026
One-click install
npx skills add https://github.com/bihaviour/bun-patties --skill patties-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: patties-cli
Source: https://github.com/bihaviour/bun-patties/tree/main/packages/create-patties/templates/_claude/.claude/skills/patties-cli
Command: npx skills add https://github.com/bihaviour/bun-patties --skill patties-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manually recalling and executing disparate commands for Patties application development, building, deployment, and secret management, reducing workflow errors and removing the need to look up individual CLI syntax.

Core Features & Use Cases

  • Full CLI Command Coverage: Provides guidance for all core Patties CLI operations including local dev server startup, production bundling, production bundle execution, deployment dispatch, and dev-time secret management.
  • Common Workflow Templates: Includes pre-defined workflow steps for first-run project sanity checks, production bundle verification, and deploy configuration iteration.
  • Use Case: A developer working on a Patties app can use this Skill to quickly start a local dev server with hot module reloading, build an edge-targeted production bundle, and manage local database secrets without referencing external documentation.

Quick Start

Use the patties-cli skill to start the local development server for your Patties app with hot module reloading enabled.

Frequently Asked Questions about patties-cli

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

FAQPage Schema
How do I manage local database secrets for a full-stack app using the OS keychain?

Patties CLI provides dev-time secret management that stores local database secrets using OS keychain-backed storage, ensuring secure and consistent retrieval without manual configuration.

What is the best way to build and deploy a full-stack app targeting Bun or edge runtimes?

The Patties CLI streamlines building and deploying full-stack apps for Bun or edge runtimes by guiding production bundling, bundle execution, and deployment dispatch operations.

How do I start a local dev server with hot module reloading for a Patties app?

You can start a local Patties development server with hot module reloading enabled by executing the core CLI dev server startup command provided through structured lifecycle guidance.

Does the Patties CLI include pre-defined workflows for production bundle verification?

Yes, the Patties CLI features common workflow templates that include pre-defined steps for first-run project sanity checks, production bundle verification, and deploy configuration iteration.

Why use a CLI skill for Patties app development instead of manually recalling commands?

Using a CLI skill eliminates the friction of manually recalling disparate commands for development, building, deployment, and secret management, reducing workflow errors and removing the need for external documentation lookups.