Use SKILL.md-only Figma catalogue - #13
Conversation
Keep a single SKILL.md per skill and update the catalogue README accordingly.
Drop Figma document sync, tighten validation/init, and expand the README.
There was a problem hiding this comment.
Code Review
This pull request simplifies the repository's structure by removing duplicate SKILLS.md files and establishing SKILL.md as the single source of truth for each Figma agent skill. It removes the synchronization script, updates the initialization and validation scripts, and adapts the test suite to enforce this new single-file convention. The review feedback suggests minor robustness improvements: adding defensive checks in the initialization script to verify the target path is a directory, using a more comprehensive .exists() check in the validation script for legacy files, and asserting the existence of the active skills root directory in the test suite to avoid unhandled errors.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Zachary BENSALEM <zachary@qredence.ai>
Summary
SKILLS.mdupload documents so each Figma skill ships as a singleSKILL.mdsync_figma_documents.py, update init/validate/CI for the new layout, and expand the README cataloguemain(includes skill router + screenshot skill) and delete their leftoverSKILLS.mdfilesTest plan
uv run python scripts/validate_skills.pyuv run python tests/test_skills_catalog.pyuv run ruff check . && uv run ruff format --check .npx skills@latest add qredence/skills --listonly showsskills/figma-agent/*/SKILL.mdpackagesfigma-skill-routerandscreenshot-to-component