figura-cli 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +73 -73
- package/package.json +2 -1
- package/skills/fig/SKILL.md +61 -0
- package/skills/figura-fig/SKILL.md +0 -242
- package/skills/figura-fig/reference/brand-tokens.md +0 -118
- package/skills/figura-fig/reference/examples.md +0 -104
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ figura skill install --project # → ./.claude/skills (this repo only)
|
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
This installs both:
|
|
94
|
-
- **`/fig`**
|
|
94
|
+
- **`/fig`** — generate on-brand, device-framed HTML figs in your team (thin wrapper over the Figura MCP).
|
|
95
95
|
- **figura-brand** — "introduce my repo to Figura": Claude scans the repo's design
|
|
96
96
|
system (tokens, brand docs, app name) and sets your team's brand profile for you.
|
|
97
97
|
|