pocopine-cli

Orchestrate build, development, and deployment for Rust/WASM Pocopine projects.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/mambisi/pocopine-skills --skill pocopine-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pocopine-cli
Source: https://github.com/mambisi/pocopine-skills/tree/main/pocopine-cli
Command: npx skills add https://github.com/mambisi/pocopine-skills --skill pocopine-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wasm-pack, cargo, tailwindcss, Pine Stylekit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for building, developing, and deploying Pocopine projects, streamlining the workflow for Rust/WASM full-stack Pocopine development.

Core Features & Use Cases

  • Build & Development: Automates the build process, watches for changes, and reloads on updates for development.
  • Deployment: Simplifies deployment to hosting platforms like Railway and Render.
  • Environment Management: Allows setting and managing environment variables for development and production.
  • Client Module Toolkit: Generates package.json for Pocopine client modules with TypeScript support.
  • Use Case: Develop a full-stack Pocopine application. Use the CLI to manage builds, development, and deployment, saving time and reducing errors.

Quick Start

Use the pocopine-cli to start the development server with 'pocopine dev'.

Frequently Asked Questions about pocopine-cli

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

FAQPage Schema
How do I automate Rust and WASM builds for full-stack Pocopine projects?

You can automate Rust and WASM builds for Pocopine projects using a CLI that orchestrates the compilation of server binaries and client modules. It watches for changes and automatically reloads during development to streamline the workflow.

Can I deploy Rust WASM applications to Railway or Render?

Yes, you can deploy Rust WASM applications to Railway or Render. The pocopine-cli simplifies deployment to these hosting platforms while managing environment variables for production and development contexts.

Does Pocopine support TailwindCSS and Pine Stylekit integration?

Yes, Pocopine supports TailwindCSS and Pine Stylekit integration. The build process orchestrates the compilation of these styling dependencies alongside Rust/WASM client modules to produce full-stack applications.

What do I need to set up a Rust WASM dev-server with hot reloading?

You need cargo and wasm-pack installed to set up a Rust WASM dev-server. The CLI uses these dependencies to automate compilation, watch for file changes, and trigger reloads during development.

How do I manage environment variables for Rust WASM deployments?

You manage environment variables for Rust WASM deployments using the CLI's environment management feature. It allows you to set and manage variables for both development and production environments before deploying to hosting platforms.

Best way to generate a TypeScript package.json for WASM client modules?

The best way to generate a TypeScript package.json for WASM client modules is using the client module toolkit. It creates the package.json with TypeScript support specifically for Pocopine client modules.