dev

Community

Spin up a full local dev stack fast.

AuthorAcurioustractor
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill starts and manages a full local development environment for ACT global infrastructure projects.

Core Features & Use Cases

  • Start dev servers: Dashboard (Next.js) and API servers to facilitate local development.
  • Optional tunnel: Enable a cloudflared tunnel for webhook testing.
  • Health checks & logs: Run health checks and tail logs to monitor locally.
  • Start/stop automation: Manage PM2 processes and optional cron scripts for local workflows.
  • Real-world use case: A developer tests a Telegram or webhook integration against a local instance before deploying.

Quick Start

Use the dev skill to start the local development stack with the command: ./dev start. Then verify readiness:

  • Check prerequisites: node --version && pnpm --version && pm2 --version
  • Start: cd /Users/benknight/Code/act-global-infrastructure; ./dev start
  • Verify dashboard: curl -s -o /dev/null -w "Dashboard: %{http_code}\n" http://localhost:3001/
  • Verify API: curl -s -o /dev/null -w "API: %{http_code}\n" http://localhost:3456/api/health
  • PM2 status: pm2 status

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dev
Download link: https://github.com/Acurioustractor/act-global-infrastructure/archive/main.zip#dev

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.