skills/integrations/figma/beam-design-system/SKILL.md
Access Beam's cached design system tokens and components. Load when user mentions 'beam design system', 'beam colors', 'beam typography', 'design tokens', 'brand colors', 'beam fonts', or asks about Beam's design standards.
npx skillsauth add beam-ai-team/beam-next-skills beam-design-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Purpose: Instant access to Beam's design tokens without API calls
Trigger: "beam colors", "beam typography", "design tokens", "brand guidelines"
Source: Figma Slides - Design System
The design system is cached locally in design-system.json. No API calls needed for lookups.
| Category | Examples | |----------|----------| | Colors | Primary, secondary, semantic colors | | Typography | Font families, sizes, weights | | Effects | Shadows, blurs | | Components | Buttons, cards, inputs, etc. | | Grids | Layout grids, spacing |
User: "What are Beam's brand colors?"
AI: [Reads design-system.json → styles.colors]
User: "What fonts does Beam use?"
AI: [Reads design-system.json → styles.typography]
User: "What components are in the design system?"
AI: [Reads design-system.json → components]
| File | Purpose |
|------|---------|
| design-system.json | Full cached snapshot |
| design-tokens.md | Human-readable token reference |
| refresh.md | How to update the snapshot |
To pull latest from Figma:
python 00-system/skills/figma/figma-master/scripts/snapshot_design_system.py \
--file-key NKGz63c6mGJSDadOzaU3oJ \
--output 00-system/skills/figma/beam-design-system/design-system.json
NKGz63c6mGJSDadOzaU3oJVersion: 1.0 Created: 2025-12-24 Last Snapshot: See design-system.json → meta.snapshot_date
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.