From coding-skills
Use whenever working with Figma — implementing UI from a Figma URL or design, calling any Figma MCP tool (get_design_context, get_screenshot, get_metadata, get_variable_defs), translating designs to Compose, picking colors/typography/spacing from a design, or verifying a screen against Figma. Enforces resolving design tokens via figma:get_variable_defs instead of guessing hex colors from the rendered design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-skills:figma-conventionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Always use the `figma:get_variable_defs` tool to find the actual design token instead of guessing theme colors from hex values.
Always use the figma:get_variable_defs tool to find the actual design token instead of guessing theme colors from hex values.
npx claudepluginhub necatisozer/coding-skills --plugin coding-skillsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.