Skip to content

Use SKILL.md-only Figma catalogue - #13

Merged
Zochory merged 5 commits into
mainfrom
chore/skill-md-only-catalogue
Jul 16, 2026
Merged

Use SKILL.md-only Figma catalogue#13
Zochory merged 5 commits into
mainfrom
chore/skill-md-only-catalogue

Conversation

@Zochory

@Zochory Zochory commented Jul 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Remove duplicate SKILLS.md upload documents so each Figma skill ships as a single SKILL.md
  • Drop sync_figma_documents.py, update init/validate/CI for the new layout, and expand the README catalogue
  • Rebase onto current main (includes skill router + screenshot skill) and delete their leftover SKILLS.md files

Test plan

  • uv run python scripts/validate_skills.py
  • uv run python tests/test_skills_catalog.py
  • uv run ruff check . && uv run ruff format --check .
  • Confirm npx skills@latest add qredence/skills --list only shows skills/figma-agent/*/SKILL.md packages
  • Spot-check README links for figma-skill-router and screenshot-to-component

Zochory added 2 commits July 15, 2026 21:49
Keep a single SKILL.md per skill and update the catalogue README accordingly.
Drop Figma document sync, tighten validation/init, and expand the README.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread scripts/init_skill.py
Comment thread scripts/validate_skills.py Outdated
Comment thread tests/test_skills_catalog.py
Zochory and others added 3 commits July 16, 2026 03:18
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>
@Zochory
Zochory merged commit 10df38d into main Jul 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant