https://github.com/framer/dalton
https://github.com/framer/dalton
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/framer/dalton
- Owner: framer
- Created: 2026-02-02T16:46:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-05T16:52:05.000Z (5 months ago)
- Last Synced: 2026-02-06T00:43:24.846Z (5 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framer Agent CLI
CLI and Agent skill for interacting with Framer projects via the Framer Server API.
## Installation
```bash
npx skills add framer/dalton
```
Then, 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](skills/framer/SKILL.md) for full CLI usage and API documentation.
## Development
```bash
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
```