tapcart-project
Installation
SKILL.md
Tapcart Project
Project-wide operations for a Tapcart CLI project. All commands run from the root of the Tapcart project directory.
You (the agent) run all commands directly unless noted otherwise.
First-Time Setup
Walk through these steps in order to get the user from nothing to a working local environment.
Step 1 — Check Node.js
node --version
Node 23 or higher is required. If missing or outdated, tell the user to install it from https://nodejs.org (latest LTS ≥ 23). Node.js is a one-time system prerequisite — wait for them to confirm it is installed before continuing.
Related skills