plugins marketplace
← All plugins

form-tokens

v1.9.1

|

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/form-tokens/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/form-tokens/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

form-tokensSKILL.md

Use when asked to define a design token system, create tokens, document tokens, set up CSS custom properties, build a Tailwind token config, establish a spacing scale, define color semantics, or bridge design decisions to code. Examples: "set up design tokens", "define our token system", "create CSS variables for the design system", "document our color tokens", "establish a spacing scale".

Manifests1

plugins/ai-agency/tonone/skills/form-tokens/.claude-plugin/plugin.json
{
  "name": "form-tokens",
  "version": "1.9.1",
  "description": "|",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "form",
    "skill"
  ]
}