framer-dalton
v0.0.4
Published
CLI and Agent skill for interacting with Framer projects via the Framer Server API.
Readme
Framer Agent CLI
CLI and Agent skill for interacting with Framer projects via the Framer Server API.
Installation
npx skills add framer/daltonThen, simply open your preferred agent, ask to interact with your Framer project and the agent will handle the rest.
CLI Usage
See skills/framer/SKILL.md for full CLI usage and API documentation.
Development
make install-dev # Build and symlink to PATH + install skill locally
make build # Build (installs deps automatically)
make check # Type check + lint
make format # Auto-format
make clean # Clean build artifacts