tapcart-blocks
Installation
SKILL.md
Tapcart Blocks & Components
Manage Tapcart blocks and global components. Blocks and components have identical operations — this skill covers both. All commands run from the root of the Tapcart project directory.
You (the agent) run all commands directly unless noted otherwise.
Create
Run the create command, then confirm to the user what was created:
# Block
tapcart block create <BlockFolderName>
# Component
tapcart component create <ComponentFolderName>
Related skills