@fprad0/skill-master-mcp 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +43 -9
  3. package/VERSION.md +3 -3
  4. package/bin/lib/client-config.mjs +268 -0
  5. package/bin/lib/menu-core.mjs +678 -33
  6. package/bin/skill-master-bootstrap-global.mjs +15 -1
  7. package/bin/skill-master-doctor.mjs +181 -0
  8. package/bin/skill-master-install-global-skills.mjs +30 -10
  9. package/bin/skill-master-menu.mjs +184 -36
  10. package/bin/skill-master-register-clients.mjs +43 -99
  11. package/dist/index.js +30 -5
  12. package/dist/index.js.map +1 -1
  13. package/docs/operations/GUIA_MULTI_COMPUTADOR.md +255 -0
  14. package/docs/operations/GUIA_NPM_PUBLICO.md +147 -0
  15. package/docs/skill-candidates/v0.0.10/cli-creator/LICENSE.txt +201 -0
  16. package/docs/skill-candidates/v0.0.10/cli-creator/SKILL.md +160 -0
  17. package/docs/skill-candidates/v0.0.10/cli-creator/agents/openai.yaml +4 -0
  18. package/docs/skill-candidates/v0.0.10/cli-creator/references/agent-cli-patterns.md +154 -0
  19. package/docs/skill-candidates/v0.0.10/developer-workstation-ops/SKILL.md +32 -0
  20. package/docs/skill-candidates/v0.0.10/figma/LICENSE.txt +2 -0
  21. package/docs/skill-candidates/v0.0.10/figma/SKILL.md +42 -0
  22. package/docs/skill-candidates/v0.0.10/figma/agents/openai.yaml +14 -0
  23. package/docs/skill-candidates/v0.0.10/figma/assets/figma-small.svg +3 -0
  24. package/docs/skill-candidates/v0.0.10/figma/assets/figma.png +0 -0
  25. package/docs/skill-candidates/v0.0.10/figma/assets/icon.svg +28 -0
  26. package/docs/skill-candidates/v0.0.10/figma/references/figma-mcp-config.md +35 -0
  27. package/docs/skill-candidates/v0.0.10/figma/references/figma-tools-and-prompts.md +34 -0
  28. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/LICENSE.TXT +2 -0
  29. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/SKILL.md +349 -0
  30. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/agents/openai.yaml +14 -0
  31. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/assets/figma-small.svg +3 -0
  32. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/assets/figma.png +0 -0
  33. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/assets/icon.svg +28 -0
  34. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/references/mapping-checklist.md +7 -0
  35. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/scripts/normalize_node_id.py +25 -0
  36. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/LICENSE.TXT +2 -0
  37. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/SKILL.md +537 -0
  38. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/agents/openai.yaml +14 -0
  39. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/assets/figma-small.svg +3 -0
  40. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/assets/figma.png +0 -0
  41. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/assets/icon.svg +28 -0
  42. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/references/rule-template.md +15 -0
  43. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/scripts/check_agents_md.sh +9 -0
  44. package/docs/skill-candidates/v0.0.10/figma-generate-design/LICENSE.TXT +2 -0
  45. package/docs/skill-candidates/v0.0.10/figma-generate-design/SKILL.md +341 -0
  46. package/docs/skill-candidates/v0.0.10/figma-generate-design/agents/openai.yaml +14 -0
  47. package/docs/skill-candidates/v0.0.10/figma-generate-design/assets/figma-small.svg +3 -0
  48. package/docs/skill-candidates/v0.0.10/figma-generate-design/assets/figma.png +0 -0
  49. package/docs/skill-candidates/v0.0.10/figma-generate-design/assets/icon.svg +28 -0
  50. package/docs/skill-candidates/v0.0.10/figma-generate-design/maintainers.yml +1 -0
  51. package/docs/skill-candidates/v0.0.10/figma-generate-library/LICENSE.TXT +2 -0
  52. package/docs/skill-candidates/v0.0.10/figma-generate-library/SKILL.md +314 -0
  53. package/docs/skill-candidates/v0.0.10/figma-generate-library/agents/openai.yaml +14 -0
  54. package/docs/skill-candidates/v0.0.10/figma-generate-library/assets/figma-small.svg +3 -0
  55. package/docs/skill-candidates/v0.0.10/figma-generate-library/assets/figma.png +0 -0
  56. package/docs/skill-candidates/v0.0.10/figma-generate-library/assets/icon.svg +28 -0
  57. package/docs/skill-candidates/v0.0.10/figma-generate-library/maintainers.yml +3 -0
  58. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/code-connect-setup.md +260 -0
  59. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/component-creation.md +1014 -0
  60. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/discovery-phase.md +518 -0
  61. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/documentation-creation.md +834 -0
  62. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/error-recovery.md +540 -0
  63. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/naming-conventions.md +527 -0
  64. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/token-creation.md +962 -0
  65. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/bindVariablesToComponent.js +110 -0
  66. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/cleanupOrphans.js +127 -0
  67. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createComponentWithVariants.js +148 -0
  68. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createDocumentationPage.js +139 -0
  69. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createSemanticTokens.js +108 -0
  70. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createVariableCollection.js +49 -0
  71. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/inspectFileStructure.js +121 -0
  72. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/rehydrateState.js +92 -0
  73. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/validateCreation.js +83 -0
  74. package/docs/skill-candidates/v0.0.10/figma-implement-design/LICENSE.txt +2 -0
  75. package/docs/skill-candidates/v0.0.10/figma-implement-design/SKILL.md +258 -0
  76. package/docs/skill-candidates/v0.0.10/figma-implement-design/agents/openai.yaml +14 -0
  77. package/docs/skill-candidates/v0.0.10/figma-implement-design/assets/figma-small.svg +3 -0
  78. package/docs/skill-candidates/v0.0.10/figma-implement-design/assets/figma.png +0 -0
  79. package/docs/skill-candidates/v0.0.10/figma-implement-design/assets/icon.svg +28 -0
  80. package/docs/skill-candidates/v0.0.10/figma-use/LICENSE.TXT +2 -0
  81. package/docs/skill-candidates/v0.0.10/figma-use/SKILL.md +233 -0
  82. package/docs/skill-candidates/v0.0.10/figma-use/agents/openai.yaml +14 -0
  83. package/docs/skill-candidates/v0.0.10/figma-use/assets/figma-small.svg +3 -0
  84. package/docs/skill-candidates/v0.0.10/figma-use/assets/figma.png +0 -0
  85. package/docs/skill-candidates/v0.0.10/figma-use/assets/icon.svg +28 -0
  86. package/docs/skill-candidates/v0.0.10/figma-use/maintainers.yml +1 -0
  87. package/docs/skill-candidates/v0.0.10/figma-use/references/api-reference.md +301 -0
  88. package/docs/skill-candidates/v0.0.10/figma-use/references/common-patterns.md +512 -0
  89. package/docs/skill-candidates/v0.0.10/figma-use/references/component-patterns.md +488 -0
  90. package/docs/skill-candidates/v0.0.10/figma-use/references/effect-style-patterns.md +123 -0
  91. package/docs/skill-candidates/v0.0.10/figma-use/references/gotchas.md +599 -0
  92. package/docs/skill-candidates/v0.0.10/figma-use/references/maintainers.yml +12 -0
  93. package/docs/skill-candidates/v0.0.10/figma-use/references/plugin-api-patterns.md +513 -0
  94. package/docs/skill-candidates/v0.0.10/figma-use/references/plugin-api-standalone.d.ts +11293 -0
  95. package/docs/skill-candidates/v0.0.10/figma-use/references/plugin-api-standalone.index.md +441 -0
  96. package/docs/skill-candidates/v0.0.10/figma-use/references/text-style-patterns.md +203 -0
  97. package/docs/skill-candidates/v0.0.10/figma-use/references/validation-and-recovery.md +109 -0
  98. package/docs/skill-candidates/v0.0.10/figma-use/references/variable-patterns.md +354 -0
  99. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/maintainers.yml +9 -0
  100. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-components--creating.md +17 -0
  101. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-components--using.md +17 -0
  102. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-components.md +50 -0
  103. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-effect-styles.md +52 -0
  104. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-text-styles.md +90 -0
  105. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-variables--creating.md +13 -0
  106. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-variables--using.md +13 -0
  107. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-variables.md +64 -0
  108. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds.md +41 -0
  109. package/docs/skill-candidates/v0.0.10/frontend-design/LICENSE.txt +177 -0
  110. package/docs/skill-candidates/v0.0.10/frontend-design/SKILL.md +55 -0
  111. package/docs/skill-candidates/v0.0.10/frontend-ui-ux-systems/SKILL.md +32 -0
  112. package/docs/skill-candidates/v0.0.10/github/SKILL.md +74 -0
  113. package/docs/skill-candidates/v0.0.10/github/agents/openai.yaml +6 -0
  114. package/docs/skill-candidates/v0.0.10/github/assets/github-small.svg +3 -0
  115. package/docs/skill-candidates/v0.0.10/github/assets/github.png +0 -0
  116. package/docs/skill-candidates/v0.0.10/image-graphic-design-rendering/SKILL.md +28 -0
  117. package/docs/skill-candidates/v0.0.10/language-quality-pt-en-fr-it-ru/SKILL.md +28 -0
  118. package/docs/skill-candidates/v0.0.10/math-physics-reasoning/SKILL.md +28 -0
  119. package/docs/skill-candidates/v0.0.10/mcp-builder/LICENSE.txt +202 -0
  120. package/docs/skill-candidates/v0.0.10/mcp-builder/SKILL.md +236 -0
  121. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/evaluation.md +602 -0
  122. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/mcp_best_practices.md +249 -0
  123. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/node_mcp_server.md +970 -0
  124. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/python_mcp_server.md +719 -0
  125. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/connections.py +151 -0
  126. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/evaluation.py +373 -0
  127. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/example_evaluation.xml +22 -0
  128. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/requirements.txt +2 -0
  129. package/docs/skill-candidates/v0.0.10/mcp-client-readiness/SKILL.md +31 -0
  130. package/docs/skill-candidates/v0.0.10/openai-docs/LICENSE.txt +201 -0
  131. package/docs/skill-candidates/v0.0.10/openai-docs/SKILL.md +161 -0
  132. package/docs/skill-candidates/v0.0.10/openai-docs/agents/openai.yaml +14 -0
  133. package/docs/skill-candidates/v0.0.10/openai-docs/assets/openai-small.svg +3 -0
  134. package/docs/skill-candidates/v0.0.10/openai-docs/assets/openai.png +0 -0
  135. package/docs/skill-candidates/v0.0.10/openai-docs/references/latest-model.md +37 -0
  136. package/docs/skill-candidates/v0.0.10/openai-docs/references/prompting-guide.md +244 -0
  137. package/docs/skill-candidates/v0.0.10/openai-docs/references/upgrade-guide.md +181 -0
  138. package/docs/skill-candidates/v0.0.10/openai-docs/scripts/fetch-codex-manual.mjs +598 -0
  139. package/docs/skill-candidates/v0.0.10/openai-docs/scripts/resolve-latest-model-info.js +147 -0
  140. package/docs/skill-candidates/v0.0.10/playwright/LICENSE.txt +201 -0
  141. package/docs/skill-candidates/v0.0.10/playwright/NOTICE.txt +14 -0
  142. package/docs/skill-candidates/v0.0.10/playwright/SKILL.md +147 -0
  143. package/docs/skill-candidates/v0.0.10/playwright/agents/openai.yaml +6 -0
  144. package/docs/skill-candidates/v0.0.10/playwright/assets/playwright-small.svg +3 -0
  145. package/docs/skill-candidates/v0.0.10/playwright/assets/playwright.png +0 -0
  146. package/docs/skill-candidates/v0.0.10/playwright/references/cli.md +116 -0
  147. package/docs/skill-candidates/v0.0.10/playwright/references/workflows.md +95 -0
  148. package/docs/skill-candidates/v0.0.10/playwright/scripts/playwright_cli.sh +25 -0
  149. package/docs/skill-candidates/v0.0.10/polyglot-backend-engineering/SKILL.md +32 -0
  150. package/docs/skill-candidates/v0.0.10/screenshot/LICENSE.txt +201 -0
  151. package/docs/skill-candidates/v0.0.10/screenshot/SKILL.md +267 -0
  152. package/docs/skill-candidates/v0.0.10/screenshot/agents/openai.yaml +6 -0
  153. package/docs/skill-candidates/v0.0.10/screenshot/assets/screenshot-small.svg +5 -0
  154. package/docs/skill-candidates/v0.0.10/screenshot/assets/screenshot.png +0 -0
  155. package/docs/skill-candidates/v0.0.10/screenshot/scripts/ensure_macos_permissions.sh +54 -0
  156. package/docs/skill-candidates/v0.0.10/screenshot/scripts/macos_display_info.swift +22 -0
  157. package/docs/skill-candidates/v0.0.10/screenshot/scripts/macos_permissions.swift +40 -0
  158. package/docs/skill-candidates/v0.0.10/screenshot/scripts/macos_window_info.swift +126 -0
  159. package/docs/skill-candidates/v0.0.10/screenshot/scripts/take_screenshot.ps1 +163 -0
  160. package/docs/skill-candidates/v0.0.10/screenshot/scripts/take_screenshot.py +585 -0
  161. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/SKILL.md +62 -0
  162. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/agents/openai.yaml +4 -0
  163. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/references/activation-policy.md +77 -0
  164. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/references/human-approval-policy.md +83 -0
  165. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/references/persona-dev-senior-master.md +46 -0
  166. package/docs/skill-candidates/v0.0.10/terminal-menu-operations/SKILL.md +30 -0
  167. package/docs/skill-candidates/v0.0.10/terminal-pixel-art-tui/SKILL.md +43 -0
  168. package/docs/skill-candidates/v0.0.10/webapp-testing/LICENSE.txt +202 -0
  169. package/docs/skill-candidates/v0.0.10/webapp-testing/SKILL.md +96 -0
  170. package/docs/skill-candidates/v0.0.10/webapp-testing/examples/console_logging.py +35 -0
  171. package/docs/skill-candidates/v0.0.10/webapp-testing/examples/element_discovery.py +40 -0
  172. package/docs/skill-candidates/v0.0.10/webapp-testing/examples/static_html_automation.py +33 -0
  173. package/docs/skill-candidates/v0.0.10/webapp-testing/scripts/with_server.py +106 -0
  174. package/docs/skill-candidates/v0.0.10/winui-app/LICENSE.txt +202 -0
  175. package/docs/skill-candidates/v0.0.10/winui-app/SKILL.md +94 -0
  176. package/docs/skill-candidates/v0.0.10/winui-app/agents/openai.yaml +5 -0
  177. package/docs/skill-candidates/v0.0.10/winui-app/assets/winui.png +0 -0
  178. package/docs/skill-candidates/v0.0.10/winui-app/config.yaml +50 -0
  179. package/docs/skill-candidates/v0.0.10/winui-app/references/_sections.md +96 -0
  180. package/docs/skill-candidates/v0.0.10/winui-app/references/accessibility-input-and-localization.md +51 -0
  181. package/docs/skill-candidates/v0.0.10/winui-app/references/build-run-and-launch-verification.md +72 -0
  182. package/docs/skill-candidates/v0.0.10/winui-app/references/community-toolkit-controls-and-helpers.md +57 -0
  183. package/docs/skill-candidates/v0.0.10/winui-app/references/controls-layout-and-adaptive-ui.md +84 -0
  184. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-environment-audit-and-remediation.md +82 -0
  185. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-setup-and-project-selection.md +67 -0
  186. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-template-first-recovery.md +62 -0
  187. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-winui-app-structure.md +62 -0
  188. package/docs/skill-candidates/v0.0.10/winui-app/references/motion-animations-and-polish.md +45 -0
  189. package/docs/skill-candidates/v0.0.10/winui-app/references/performance-diagnostics-and-responsiveness.md +46 -0
  190. package/docs/skill-candidates/v0.0.10/winui-app/references/sample-source-map.md +37 -0
  191. package/docs/skill-candidates/v0.0.10/winui-app/references/shell-navigation-and-windowing.md +67 -0
  192. package/docs/skill-candidates/v0.0.10/winui-app/references/styling-theming-materials-and-icons.md +71 -0
  193. package/docs/skill-candidates/v0.0.10/winui-app/references/testing-debugging-and-review-checklists.md +77 -0
  194. package/docs/skill-candidates/v0.0.10/winui-app/references/windows-app-sdk-lifecycle-notifications-and-deployment.md +52 -0
  195. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/SKILL.md +399 -0
  196. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  197. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  198. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  199. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  200. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/file-organization.md +502 -0
  201. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  202. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/performance.md +406 -0
  203. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  204. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  205. package/docs/skill-candidates/v0.0.11/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  206. package/docs/skill-candidates/v0.0.11/git-version-control-ops/SKILL.md +34 -0
  207. package/docs/skill-candidates/v0.0.11/go-engineering/SKILL.md +34 -0
  208. package/docs/skill-candidates/v0.0.11/java-engineering/SKILL.md +34 -0
  209. package/docs/skill-candidates/v0.0.11/javascript-engineering/SKILL.md +34 -0
  210. package/docs/skill-candidates/v0.0.11/json-contract-design/SKILL.md +34 -0
  211. package/docs/skill-candidates/v0.0.11/multi-client-mcp-ops/SKILL.md +36 -0
  212. package/docs/skill-candidates/v0.0.11/nextjs/SKILL.md +745 -0
  213. package/docs/skill-candidates/v0.0.11/nextjs/agents/openai.yaml +3 -0
  214. package/docs/skill-candidates/v0.0.11/nextjs/references/app-router-files.md +94 -0
  215. package/docs/skill-candidates/v0.0.11/python-engineering/SKILL.md +34 -0
  216. package/docs/skill-candidates/v0.0.11/ruby-engineering/SKILL.md +34 -0
  217. package/docs/skill-candidates/v0.0.11/senior-fullstack/SKILL.md +209 -0
  218. package/docs/skill-candidates/v0.0.11/senior-fullstack/references/architecture_patterns.md +103 -0
  219. package/docs/skill-candidates/v0.0.11/senior-fullstack/references/development_workflows.md +103 -0
  220. package/docs/skill-candidates/v0.0.11/senior-fullstack/references/tech_stack_guide.md +103 -0
  221. package/docs/skill-candidates/v0.0.11/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
  222. package/docs/skill-candidates/v0.0.11/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
  223. package/docs/skill-candidates/v0.0.11/senior-fullstack/scripts/project_scaffolder.py +114 -0
  224. package/docs/skill-candidates/v0.0.11/shadcn/SKILL.md +573 -0
  225. package/docs/skill-candidates/v0.0.11/shadcn/agents/openai.yaml +3 -0
  226. package/docs/skill-candidates/v0.0.11/sql-postgresql-engineering/SKILL.md +34 -0
  227. package/docs/skill-candidates/v0.0.11/terminal-shell-ops/SKILL.md +34 -0
  228. package/docs/skill-candidates/v0.0.11/typescript-expert/SKILL.md +429 -0
  229. package/docs/skill-candidates/v0.0.11/typescript-expert/references/tsconfig-strict.json +92 -0
  230. package/docs/skill-candidates/v0.0.11/typescript-expert/references/typescript-cheatsheet.md +383 -0
  231. package/docs/skill-candidates/v0.0.11/typescript-expert/references/utility-types.ts +335 -0
  232. package/docs/skill-candidates/v0.0.11/typescript-expert/scripts/ts_diagnostic.py +203 -0
  233. package/docs/skill-candidates/v0.0.11/ui-component-primitives/SKILL.md +34 -0
  234. package/docs/skill-candidates/v0.0.11/web-mobile-design-systems/SKILL.md +34 -0
  235. package/docs/skill-candidates/v0.0.11/windows-linux-platform-ops/SKILL.md +34 -0
  236. package/manifests/channels/beta.json +7 -7
  237. package/manifests/channels/stable.json +8 -8
  238. package/network/unapproved-skill-candidates.json +34 -1
  239. package/package.json +7 -2
  240. package/scripts/verify-menu-actions.mjs +115 -0
@@ -0,0 +1,537 @@
1
+ ---
2
+ name: figma-create-design-system-rules
3
+ description: Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.
4
+ ---
5
+
6
+ # Create Design System Rules
7
+
8
+ ## Overview
9
+
10
+ This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide AI coding agents to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically.
11
+
12
+ ### Supported Rule Files
13
+
14
+ | Agent | Rule File |
15
+ |-------|-----------|
16
+ | Claude Code | `CLAUDE.md` |
17
+ | Codex CLI | `AGENTS.md` |
18
+ | Cursor | `.cursor/rules/figma-design-system.mdc` |
19
+
20
+ ## What Are Design System Rules?
21
+
22
+ Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind of expertise that experienced developers know and would pass on to new team members:
23
+
24
+ - Which layout primitives and components to use
25
+ - Where component files should be located
26
+ - How components should be named and structured
27
+ - What should never be hardcoded
28
+ - How to handle design tokens and styling
29
+ - Project-specific architectural patterns
30
+
31
+ Once defined, these rules dramatically reduce repetitive prompting and ensure consistent output across all Figma implementation tasks.
32
+
33
+ ## Prerequisites
34
+
35
+ - Figma MCP server must be connected and accessible
36
+ - Access to the project codebase for analysis
37
+ - Understanding of your team's component conventions (or willingness to establish them)
38
+
39
+ ## When to Use This Skill
40
+
41
+ Use this skill when:
42
+
43
+ - Starting a new project that will use Figma designs
44
+ - Onboarding an AI coding agent to an existing project with established patterns
45
+ - Standardizing Figma-to-code workflows across your team
46
+ - Updating or refining existing design system conventions
47
+ - Users explicitly request: "create design system rules", "set up Figma guidelines", "customize rules for my project"
48
+
49
+ ## Required Workflow
50
+
51
+ **Follow these steps in order. Do not skip steps.**
52
+
53
+ ### Step 1: Run the Create Design System Rules Tool
54
+
55
+ Call the Figma MCP server's `create_design_system_rules` tool to get the foundational prompt and template.
56
+
57
+ **Parameters:**
58
+
59
+ - `clientLanguages`: Comma-separated list of languages used in the project (e.g., "typescript,javascript", "python", "javascript")
60
+ - `clientFrameworks`: Framework being used (e.g., "react", "vue", "svelte", "angular", "unknown")
61
+
62
+ This tool returns guidance and a template for creating design system rules.
63
+
64
+ Structure your design system rules following the template format provided in the tool's response.
65
+
66
+ ### Step 2: Analyze the Codebase
67
+
68
+ Before finalizing rules, analyze the project to understand existing patterns:
69
+
70
+ **Component Organization:**
71
+
72
+ - Where are UI components located? (e.g., `src/components/`, `app/ui/`, `lib/components/`)
73
+ - Is there a dedicated design system directory?
74
+ - How are components organized? (by feature, by type, flat structure)
75
+
76
+ **Styling Approach:**
77
+
78
+ - What CSS framework or approach is used? (Tailwind, CSS Modules, styled-components, etc.)
79
+ - Where are design tokens defined? (CSS variables, theme files, config files)
80
+ - Are there existing color, typography, or spacing tokens?
81
+
82
+ **Component Patterns:**
83
+
84
+ - What naming conventions are used? (PascalCase, kebab-case, prefixes)
85
+ - How are component props typically structured?
86
+ - Are there common composition patterns?
87
+
88
+ **Architecture Decisions:**
89
+
90
+ - How is state management handled?
91
+ - What routing system is used?
92
+ - Are there specific import patterns or path aliases?
93
+
94
+ ### Step 3: Generate Project-Specific Rules
95
+
96
+ Based on your codebase analysis, create a comprehensive set of rules. Include:
97
+
98
+ #### General Component Rules
99
+
100
+ ```markdown
101
+ - IMPORTANT: Always use components from `[YOUR_PATH]` when possible
102
+ - Place new UI components in `[COMPONENT_DIRECTORY]`
103
+ - Follow `[NAMING_CONVENTION]` for component names
104
+ - Components must export as `[EXPORT_PATTERN]`
105
+ ```
106
+
107
+ #### Styling Rules
108
+
109
+ ```markdown
110
+ - Use `[CSS_FRAMEWORK/APPROACH]` for styling
111
+ - Design tokens are defined in `[TOKEN_LOCATION]`
112
+ - IMPORTANT: Never hardcode colors - always use tokens from `[TOKEN_FILE]`
113
+ - Spacing values must use the `[SPACING_SYSTEM]` scale
114
+ - Typography follows the scale defined in `[TYPOGRAPHY_LOCATION]`
115
+ ```
116
+
117
+ #### Figma MCP Integration Rules
118
+
119
+ ```markdown
120
+ ## Figma MCP Integration Rules
121
+
122
+ These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.
123
+
124
+ ### Required Flow (do not skip)
125
+
126
+ 1. Run get_design_context first to fetch the structured representation for the exact node(s)
127
+ 2. If the response is too large or truncated, run get_metadata to get the high-level node map, then re-fetch only the required node(s) with get_design_context
128
+ 3. Run get_screenshot for a visual reference of the node variant being implemented
129
+ 4. Only after you have both get_design_context and get_screenshot, download any assets needed and start implementation
130
+ 5. Translate the output (usually React + Tailwind) into this project's conventions, styles, and framework
131
+ 6. Validate against Figma for 1:1 look and behavior before marking complete
132
+
133
+ ### Implementation Rules
134
+
135
+ - Treat the Figma MCP output (React + Tailwind) as a representation of design and behavior, not as final code style
136
+ - Replace Tailwind utility classes with `[YOUR_STYLING_APPROACH]` when applicable
137
+ - Reuse existing components from `[COMPONENT_PATH]` instead of duplicating functionality
138
+ - Use the project's color system, typography scale, and spacing tokens consistently
139
+ - Respect existing routing, state management, and data-fetch patterns
140
+ - Strive for 1:1 visual parity with the Figma design
141
+ - Validate the final UI against the Figma screenshot for both look and behavior
142
+ ```
143
+
144
+ #### Asset Handling Rules
145
+
146
+ ```markdown
147
+ ## Asset Handling
148
+
149
+ - The Figma MCP server provides an assets endpoint which can serve image and SVG assets
150
+ - IMPORTANT: If the Figma MCP server returns a localhost source for an image or SVG, use that source directly
151
+ - IMPORTANT: DO NOT import/add new icon packages - all assets should be in the Figma payload
152
+ - IMPORTANT: DO NOT use or create placeholders if a localhost source is provided
153
+ - Store downloaded assets in `[ASSET_DIRECTORY]`
154
+ ```
155
+
156
+ #### Project-Specific Conventions
157
+
158
+ ```markdown
159
+ ## Project-Specific Conventions
160
+
161
+ - [Add any unique architectural patterns]
162
+ - [Add any special import requirements]
163
+ - [Add any testing requirements]
164
+ - [Add any accessibility standards]
165
+ - [Add any performance considerations]
166
+ ```
167
+
168
+ ### Step 4: Save Rules to the Appropriate Rule File
169
+
170
+ Detect which AI coding agent the user is working with and save the generated rules to the corresponding file:
171
+
172
+ | Agent | Rule File | Notes |
173
+ |-------|-----------|-------|
174
+ | Claude Code | `CLAUDE.md` in project root | Markdown format. Can also use `.claude/rules/figma-design-system.md` for modular organization. |
175
+ | Codex CLI | `AGENTS.md` in project root | Markdown format. Append as a new section if file already exists. 32 KiB combined size limit. |
176
+ | Cursor | `.cursor/rules/figma-design-system.mdc` | Markdown with YAML frontmatter (`description`, `globs`, `alwaysApply`). |
177
+
178
+ If unsure which agent the user is working with, check for existing rule files in the project or ask the user.
179
+
180
+ For Cursor, wrap the rules with YAML frontmatter:
181
+
182
+ ```markdown
183
+ ---
184
+ description: Rules for implementing Figma designs using the Figma MCP server. Covers component organization, styling conventions, design tokens, asset handling, and the required Figma-to-code workflow.
185
+ globs: "src/components/**"
186
+ alwaysApply: false
187
+ ---
188
+
189
+ [Generated rules here]
190
+ ```
191
+
192
+ Customize the `globs` pattern to match the directories where Figma-derived code will live in the project (e.g., `"src/**/*.tsx"` or `["src/components/**", "src/pages/**"]`).
193
+
194
+ After saving, the rules will be automatically loaded by the agent and applied to all Figma implementation tasks.
195
+
196
+ ### Step 5: Validate and Iterate
197
+
198
+ After creating rules:
199
+
200
+ 1. Test with a simple Figma component implementation
201
+ 2. Verify the agent follows the rules correctly
202
+ 3. Refine any rules that aren't working as expected
203
+ 4. Share with team members for feedback
204
+ 5. Update rules as the project evolves
205
+
206
+ ## Rule Categories and Examples
207
+
208
+ ### Essential Rules (Always Include)
209
+
210
+ **Component Discovery:**
211
+
212
+ ```markdown
213
+ - UI components are located in `src/components/ui/`
214
+ - Feature components are in `src/components/features/`
215
+ - Layout primitives are in `src/components/layout/`
216
+ ```
217
+
218
+ **Design Token Usage:**
219
+
220
+ ```markdown
221
+ - Colors are defined as CSS variables in `src/styles/tokens.css`
222
+ - Never hardcode hex colors - use `var(--color-*)` tokens
223
+ - Spacing uses the 4px base scale: `--space-1` (4px), `--space-2` (8px), etc.
224
+ ```
225
+
226
+ **Styling Approach:**
227
+
228
+ ```markdown
229
+ - Use Tailwind utility classes for styling
230
+ - Custom styles go in component-level CSS modules
231
+ - Theme customization is in `tailwind.config.js`
232
+ ```
233
+
234
+ ### Recommended Rules (Highly Valuable)
235
+
236
+ **Component Patterns:**
237
+
238
+ ```markdown
239
+ - All components must accept a `className` prop for composition
240
+ - Variant props should use union types: `variant: 'primary' | 'secondary'`
241
+ - Icon components should accept `size` and `color` props
242
+ ```
243
+
244
+ **Import Conventions:**
245
+
246
+ ```markdown
247
+ - Use path aliases: `@/components`, `@/styles`, `@/utils`
248
+ - Group imports: React, third-party, internal, types
249
+ - No relative imports beyond parent directory
250
+ ```
251
+
252
+ **Code Quality:**
253
+
254
+ ```markdown
255
+ - Add JSDoc comments for exported components
256
+ - Include PropTypes or TypeScript types for all props
257
+ - Extract magic numbers to named constants
258
+ ```
259
+
260
+ ### Optional Rules (Project-Specific)
261
+
262
+ **Accessibility:**
263
+
264
+ ```markdown
265
+ - All interactive elements must have aria-labels
266
+ - Color contrast must meet WCAG AA standards
267
+ - Keyboard navigation required for all interactions
268
+ ```
269
+
270
+ **Performance:**
271
+
272
+ ```markdown
273
+ - Lazy load images with the `Image` component from `@/components/Image`
274
+ - Use React.memo for components that receive complex props
275
+ - Icons should be SVG components, not icon fonts
276
+ ```
277
+
278
+ **Testing:**
279
+
280
+ ```markdown
281
+ - Include unit tests for new components in `__tests__/` directory
282
+ - Use Testing Library queries (getByRole, getByLabelText)
283
+ - Test all interactive states and variants
284
+ ```
285
+
286
+ ## Examples
287
+
288
+ ### Example 1: React + Tailwind Project
289
+
290
+ User says: "Create design system rules for my React project"
291
+
292
+ **Actions:**
293
+
294
+ 1. Run `create_design_system_rules(clientLanguages="typescript,javascript", clientFrameworks="react")`
295
+ 2. Analyze codebase structure
296
+ 3. Generate rules:
297
+
298
+ ```markdown
299
+ # Figma MCP Integration Rules
300
+
301
+ ## Component Organization
302
+
303
+ - UI components are in `src/components/ui/`
304
+ - Page components are in `src/app/`
305
+ - Use Tailwind for styling
306
+
307
+ ## Figma Implementation Flow
308
+
309
+ 1. Run get_design_context for the node
310
+ 2. Run get_screenshot for visual reference
311
+ 3. Map Figma colors to Tailwind colors defined in `tailwind.config.js`
312
+ 4. Reuse components from `src/components/ui/` when possible
313
+ 5. Validate against screenshot before completing
314
+
315
+ ## Styling Rules
316
+
317
+ - IMPORTANT: Use Tailwind utility classes, not inline styles
318
+ - Colors are defined in `tailwind.config.js` theme.colors
319
+ - Spacing uses Tailwind's default scale
320
+ - Custom components go in `src/components/ui/`
321
+
322
+ ## Asset Rules
323
+
324
+ - IMPORTANT: Use localhost sources from Figma MCP server directly
325
+ - Store static assets in `public/assets/`
326
+ - DO NOT install new icon libraries
327
+ ```
328
+
329
+ 4. Save to the appropriate rule file for the user's agent
330
+ 5. Test with a simple button implementation
331
+
332
+ **Result:** The agent now consistently follows the project's conventions when implementing Figma designs.
333
+
334
+ ### Example 2: Vue + Custom CSS Project
335
+
336
+ User says: "Set up Figma rules for my Vue app"
337
+
338
+ **Actions:**
339
+
340
+ 1. Run `create_design_system_rules(clientLanguages="typescript,javascript", clientFrameworks="vue")`
341
+ 2. Discover that project uses CSS modules and a custom design token system
342
+ 3. Generate rules:
343
+
344
+ ```markdown
345
+ # Figma MCP Integration Rules
346
+
347
+ ## Component Organization
348
+
349
+ - Components are in `src/components/`
350
+ - Composables are in `src/composables/`
351
+ - Vue SFC structure: <script setup>, <template>, <style scoped>
352
+
353
+ ## Design Tokens
354
+
355
+ - IMPORTANT: All colors defined in `src/styles/tokens.css` as CSS variables
356
+ - Use `var(--color-primary)`, `var(--color-secondary)`, etc.
357
+ - Spacing: `var(--space-xs)` through `var(--space-xl)`
358
+ - Typography: `var(--text-sm)` through `var(--text-2xl)`
359
+
360
+ ## Figma Implementation Flow
361
+
362
+ 1. Run get_design_context and get_screenshot
363
+ 2. Translate React output to Vue 3 Composition API
364
+ 3. Map Figma colors to CSS variables in `src/styles/tokens.css`
365
+ 4. Use CSS Modules for component styles
366
+ 5. Check for existing components in `src/components/` before creating new ones
367
+
368
+ ## Styling Rules
369
+
370
+ - Use CSS Modules (`.module.css` files)
371
+ - IMPORTANT: Reference design tokens, never hardcode values
372
+ - Scoped styles with CSS modules
373
+ ```
374
+
375
+ 4. Save to the appropriate rule file for the user's agent
376
+ 5. Validate with a card component
377
+
378
+ **Result:** The agent now correctly translates Figma designs to Vue components using the project's design token system.
379
+
380
+ ### Example 3: Design System Team
381
+
382
+ User says: "Generate rules for our design system library"
383
+
384
+ **Actions:**
385
+
386
+ 1. Run `create_design_system_rules(clientLanguages="typescript", clientFrameworks="react")`
387
+ 2. Analyze the monorepo structure with design system package
388
+ 3. Generate comprehensive rules:
389
+
390
+ ```markdown
391
+ # Design System Rules
392
+
393
+ ## Repository Structure
394
+
395
+ - Design system components: `packages/design-system/src/components/`
396
+ - Documentation: `packages/docs/`
397
+ - Design tokens: `packages/tokens/src/`
398
+
399
+ ## Component Development
400
+
401
+ - IMPORTANT: All components must be in `packages/design-system/src/components/`
402
+ - Component file structure: `ComponentName/index.tsx`, `ComponentName.stories.tsx`, `ComponentName.test.tsx`
403
+ - Export all components from `packages/design-system/src/index.ts`
404
+
405
+ ## Design Tokens
406
+
407
+ - Colors: `packages/tokens/src/colors.ts`
408
+ - Typography: `packages/tokens/src/typography.ts`
409
+ - Spacing: `packages/tokens/src/spacing.ts`
410
+ - IMPORTANT: Never hardcode values - import from tokens package
411
+
412
+ ## Documentation Requirements
413
+
414
+ - Add Storybook story for every component
415
+ - Include JSDoc with @example
416
+ - Document all props with descriptions
417
+ - Add accessibility notes
418
+
419
+ ## Figma Integration
420
+
421
+ 1. Get design context and screenshot from Figma
422
+ 2. Map Figma tokens to design system tokens
423
+ 3. Create or extend component in design system package
424
+ 4. Add Storybook stories showing all variants
425
+ 5. Validate against Figma screenshot
426
+ 6. Update documentation
427
+ ```
428
+
429
+ 4. Save to the appropriate rule file and share with team
430
+ 5. Add to team documentation
431
+
432
+ **Result:** Entire team follows consistent patterns when adding components from Figma to the design system.
433
+
434
+ ## Best Practices
435
+
436
+ ### Start Simple, Iterate
437
+
438
+ Don't try to capture every rule upfront. Start with the most important conventions and add rules as you encounter inconsistencies.
439
+
440
+ ### Be Specific
441
+
442
+ Instead of: "Use the design system"
443
+ Write: "Always use Button components from `src/components/ui/Button.tsx` with variant prop ('primary' | 'secondary' | 'ghost')"
444
+
445
+ ### Make Rules Actionable
446
+
447
+ Each rule should tell the agent exactly what to do, not just what to avoid.
448
+
449
+ Good: "Colors are defined in `src/theme/colors.ts` - import and use these constants"
450
+ Bad: "Don't hardcode colors"
451
+
452
+ ### Use IMPORTANT for Critical Rules
453
+
454
+ Prefix rules that must never be violated with "IMPORTANT:" to ensure the agent prioritizes them.
455
+
456
+ ```markdown
457
+ - IMPORTANT: Never expose API keys in client-side code
458
+ - IMPORTANT: Always sanitize user input before rendering
459
+ ```
460
+
461
+ ### Document the Why
462
+
463
+ When rules seem arbitrary, explain the reasoning:
464
+
465
+ ```markdown
466
+ - Place all data-fetching in server components (reduces client bundle size and improves performance)
467
+ - Use absolute imports with `@/` alias (makes refactoring easier and prevents broken relative paths)
468
+ ```
469
+
470
+ ## Common Issues and Solutions
471
+
472
+ ### Issue: The agent isn't following the rules
473
+
474
+ **Cause:** Rules may be too vague or not properly loaded by the agent.
475
+ **Solution:**
476
+
477
+ - Make rules more specific and actionable
478
+ - Verify rules are saved in the correct configuration file
479
+ - Restart your agent or IDE to reload rules
480
+ - Add "IMPORTANT:" prefix to critical rules
481
+
482
+ ### Issue: Rules conflict with each other
483
+
484
+ **Cause:** Contradictory or overlapping rules.
485
+ **Solution:**
486
+
487
+ - Review all rules for conflicts
488
+ - Establish a clear priority hierarchy
489
+ - Remove redundant rules
490
+ - Consolidate related rules into single, clear statements
491
+
492
+ ### Issue: Too many rules increase latency
493
+
494
+ **Cause:** Excessive rules increase context size and processing time.
495
+ **Solution:**
496
+
497
+ - Focus on the 20% of rules that solve 80% of consistency issues
498
+ - Remove overly specific rules that rarely apply
499
+ - Combine related rules
500
+ - Use progressive disclosure (basic rules first, advanced rules in linked files)
501
+
502
+ ### Issue: Rules become outdated as project evolves
503
+
504
+ **Cause:** Codebase changes but rules don't.
505
+ **Solution:**
506
+
507
+ - Schedule periodic rule reviews (monthly or quarterly)
508
+ - Update rules when architectural decisions change
509
+ - Version control your rule files
510
+ - Document rule changes in commit messages
511
+
512
+ ## Understanding Design System Rules
513
+
514
+ Design system rules transform how AI coding agents work with your Figma designs:
515
+
516
+ **Before rules:**
517
+
518
+ - The agent makes assumptions about component structure
519
+ - Inconsistent styling approaches across implementations
520
+ - Hardcoded values that don't match design tokens
521
+ - Components created in random locations
522
+ - Repetitive explanations of project conventions
523
+
524
+ **After rules:**
525
+
526
+ - The agent automatically follows your conventions
527
+ - Consistent component structure and styling
528
+ - Proper use of design tokens from the start
529
+ - Components organized correctly
530
+ - Zero repetitive prompting
531
+
532
+ The time invested in creating good rules pays off exponentially across every Figma implementation task.
533
+
534
+ ## Additional Resources
535
+
536
+ - [Figma MCP Server Documentation](https://developers.figma.com/docs/figma-mcp-server/)
537
+ - [Figma Variables and Design Tokens](https://help.figma.com/hc/en-us/articles/15339657135383-Guide-to-variables-in-Figma)
@@ -0,0 +1,14 @@
1
+ interface:
2
+ display_name: "Create Design System Rules"
3
+ short_description: "Generate design system rules for your codebase"
4
+ icon_small: "./assets/figma-small.svg"
5
+ icon_large: "./assets/figma.png"
6
+ default_prompt: "Use $figma-create-design-system-rules to generate project-specific Figma design system rules and prepare an AGENTS.md section."
7
+
8
+ dependencies:
9
+ tools:
10
+ - type: "mcp"
11
+ value: "figma"
12
+ description: "Figma MCP server"
13
+ transport: "streamable_http"
14
+ url: "https://mcp.figma.com/mcp"
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
2
+ <path fill="currentColor" fill-rule="evenodd" d="M4.994 5.986a2.014 2.014 0 1 0 0 4.028h2.069V5.986H4.994Zm5.063-.98h.055a2.014 2.014 0 1 0 0-4.026h-2.07v4.027h2.015Zm1.697.49A2.994 2.994 0 0 0 10.112 0H4.994a2.994 2.994 0 0 0-1.642 5.498A2.99 2.99 0 0 0 2 8a2.99 2.99 0 0 0 1.352 2.503A2.99 2.99 0 0 0 2 13.007C2 14.663 3.358 16 5.008 16c1.665 0 3.035-1.349 3.035-3.02v-2.765a2.984 2.984 0 0 0 2.014.778h.055a2.994 2.994 0 0 0 1.642-5.496Zm-1.642.49h-.055a2.014 2.014 0 1 0 0 4.028h.055a2.014 2.014 0 1 0 0-4.028Zm-7.132 7.02c0-1.111.902-2.013 2.014-2.013h2.069v1.987c0 1.123-.924 2.04-2.055 2.04a2.026 2.026 0 0 1-2.028-2.013Zm4.083-8H4.994a2.014 2.014 0 1 1 0-4.026h2.069v4.027Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg
2
+ width="400"
3
+ height="400"
4
+ viewBox="0 0 400 400"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ d="M97.5 302.5C97.5 274.195 120.445 251.25 148.75 251.25H200V302.5C200 330.805 177.055 353.75 148.75 353.75C120.445 353.75 97.5 330.805 97.5 302.5Z"
10
+ fill="#0ACF83"
11
+ />
12
+ <path
13
+ d="M200 200C200 171.696 222.945 148.75 251.25 148.75C279.554 148.75 302.5 171.695 302.5 200C302.5 228.305 279.554 251.25 251.25 251.25C222.945 251.25 200 228.304 200 200Z"
14
+ fill="#1ABCFE"
15
+ />
16
+ <path
17
+ d="M97.5 200C97.5 228.305 120.445 251.25 148.75 251.25H200V148.75H148.75C120.445 148.75 97.5 171.695 97.5 200Z"
18
+ fill="#A259FF"
19
+ />
20
+ <path
21
+ d="M200 46.25V148.75H251.25C279.555 148.75 302.5 125.805 302.5 97.5C302.5 69.1954 279.555 46.25 251.25 46.25H200Z"
22
+ fill="#FF7262"
23
+ />
24
+ <path
25
+ d="M97.5 97.5C97.5 125.805 120.445 148.75 148.75 148.75H200V46.25L148.75 46.25C120.445 46.25 97.5 69.1954 97.5 97.5Z"
26
+ fill="#F24E1E"
27
+ />
28
+ </svg>
@@ -0,0 +1,15 @@
1
+ # Rule Template Skeleton
2
+
3
+ ## Figma MCP Integration Rules
4
+
5
+ - Required flow (`get_design_context` -> `get_screenshot`)
6
+ - Implementation conventions for this repo
7
+ - Asset handling
8
+ - Validation requirements
9
+
10
+ ## Project-Specific Conventions
11
+
12
+ - Components path(s)
13
+ - Token source(s)
14
+ - Styling system
15
+ - Testing and accessibility expectations
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env bash
2
+ # Draft helper: report whether AGENTS.md exists at repo root.
3
+ set -euo pipefail
4
+
5
+ if [[ -f AGENTS.md ]]; then
6
+ echo "AGENTS.md found"
7
+ else
8
+ echo "AGENTS.md not found"
9
+ fi
@@ -0,0 +1,2 @@
1
+ Use of these Figma skills and related files ("Materials") is governed by the Figma Developer Terms (available at https://www.figma.com/legal/developer-terms/). By accessing, downloading, or using these Materials — including through automated systems or AI agents — you agree to the Figma Developer Terms.
2
+ These Materials are currently offered as a Beta feature. Figma may modify, suspend, or discontinue them at any time without notice.