From dstoic
Deploy static sites to Surge.sh with inventory tracking. Use when deploying, tearing down, or listing surge deployments. Triggers include "deploy to surge", "surge deploy", "teardown surge", "list deployments".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill is limited to using the following tools:
Deploy static files to Surge.sh with YAML inventory lifecycle management.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Deploy static files to Surge.sh with YAML inventory lifecycle management.
Inventory: /praxis/reference/deploy/surge-inventory.yaml
Parse $ARGUMENTS for subcommand routing:
deploy <path> <description> [--slug X] → deploy flowteardown <slug> → teardown flowlist → list flowdeployrtk summary which surge — if missing: bun install -g surge--slug → <slug>.surge.sh | default → <prefix>-<8hex>.surge.shrtk summary surge <path> --domain <target>teardownrtk summary surge teardown <target>status: torn-down, add torn_down timestamplist✅ N active | 🗑️ N torn-downSee reference.md for inventory schema, error handling, and rules.