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-skills

Or 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

First-time setup and ongoing project management. The user only needs to provide their App ID for setup — the agent handles everything else.

OperationWhat it does
SetupInstall CLI, create project, authenticate, pull all blocks and components
Auth loginLog in via browser (agent opens it automatically)
Auth logoutClear local credentials
Deps listList local dependencies
Deps add/removeAdd or remove a dependency locally
Deps pullSync dependencies from the remote app config
Deps pushPush the local dependency list to remote
LintRun ESLint on blocks/components, with optional auto-fix
LogsShow recent Tapcart CLI log lines
Layout devStart the layout dev server (agent runs it, stops on request)

tapcart-blocks

Create, pull, push, dev, and manage versions for blocks and global components.

OperationWhat it does
CreateScaffold a new block or component locally
PullSync blocks/components from the Tapcart dashboard
PushUpload local changes (plan → confirm → apply)
DevStart a hot-reload dev server (agent runs it, stops on request)
Versions listSee all versions and which is local/live
Versions setPromote a version to live (plan → confirm → apply)
List remoteSee all blocks/components on the dashboard