token-lookup Skill
Find the matching Fluent UI design token for a hardcoded CSS value (color, spacing, font size, border radius, shadow) Published by microsoft in fluentui.
Decision snapshot
Is this a fit?
Documentation, Design and media, Research, Includes SKILL.md
Compatibility not yet detected.
Read-only mode detected, Read-only mode, Filesystem access
Copy skill directory
2 months ago · NOASSERTION license
Access note: Local files.
What is token-lookup Skill?
Find the matching Fluent UI design token for a hardcoded CSS value (color, spacing, font size, border radius, shadow) Published by microsoft in fluentui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Design and media
- Research
- Documentation use cases
- Design and media use cases
Declared skill metadata
- Source file: .agents/skills/token-lookup/SKILL.md
Allowed tools declared by source
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- Local files
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use token-lookup Skill
- Use it for documentation.
- Use it for design and media.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fluentui
- Skill file: .agents/skills/token-lookup/SKILL.md
What it does
Find the matching Fluent UI design token for a hardcoded CSS value (color, spacing, font size, border radius, shadow)
Skill instructions
Design Token Lookup Find the correct @fluentui/react-theme design token for the hardcoded value $ARGUMENTS. Steps 1. Identify the value category: - Hex color / rgb / named color → color tokens - px/rem spacing → spacing tokens - px/rem font size → font size tokens - px/rem border radius → border radius tokens - Font weight (400, 600, bold) → font weight tokens - Box shadow → shadow tokens - Border width → stroke width tokens - Duration (ms/s) → duration tokens 2. Search the theme source for matching values: packages/react-components/react-theme/library/src/ Look in the relevant theme files (e.g., colorPalette.ts, global/, alias/) to find tokens that map to the given value. 3. Return the token name and usage: tsx // Instead of: color: '0078d4' // Use: import { tokens } from '@fluentui/react-theme'; color: tokens.colorBrandBackground; 4. If no exact match exists, suggest the closest semantic token and explain the difference. Refer to docs/architecture/design-tokens.md for token categorie
Verified compatibility and discovery
Frequently asked questions
What is token-lookup?
token-lookup is a open-source AI agent skill with Copy skill directory. Find the matching Fluent UI design token for a hardcoded CSS value (color, spacing, font size, border radius, shadow)
Who is token-lookup best for?
token-lookup is best for reusing agent instructions, scripts, and references, documentation workflows, design and media workflows, research workflows.
How do I install token-lookup?
Install or run token-lookup using Copy skill directory. Check token-lookup for the latest setup command.
Is token-lookup actively maintained?
token-lookup may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.