AI Agent Skills
The Tapcart AI agent skill lets you setup your AI agent to do all of the Tapcart CLI work for you.
Install
npx skills add tapcartinc/tapcart-agent-skillsOr with the Claude Code plugin system:
/plugin install github:tapcartinc/tapcart-agent-skills
Setup
After installing ask your AI "Setup tapcart project with AppID <your-app-id>" and your AI will setup your project locally, pulling all custom blocks/components.
You can find your Tapcart CLI App ID on the Settings page in your Tapcart Dashboard.
Skills
tapcart-project
tapcart-projectFirst-time setup and ongoing project management. The user only needs to provide their App ID for setup — the agent handles everything else.
| Operation | What it does |
|---|---|
| Setup | Install CLI, create project, authenticate, pull all blocks and components |
| Auth login | Log in via browser (agent opens it automatically) |
| Auth logout | Clear local credentials |
| Deps list | List local dependencies |
| Deps add/remove | Add or remove a dependency locally |
| Deps pull | Sync dependencies from the remote app config |
| Deps push | Push the local dependency list to remote |
| Lint | Run ESLint on blocks/components, with optional auto-fix |
| Logs | Show recent Tapcart CLI log lines |
| Layout dev | Start the layout dev server (agent runs it, stops on request) |
tapcart-blocks
tapcart-blocksCreate, pull, push, dev, and manage versions for blocks and global components.
| Operation | What it does |
|---|---|
| Create | Scaffold a new block or component locally |
| Pull | Sync blocks/components from the Tapcart dashboard |
| Push | Upload local changes (plan → confirm → apply) |
| Dev | Start a hot-reload dev server (agent runs it, stops on request) |
| Versions list | See all versions and which is local/live |
| Versions set | Promote a version to live (plan → confirm → apply) |
| List remote | See all blocks/components on the dashboard |
Updated 10 days ago