Skip to content

Commit e3989e3

Browse files
github-actions[bot]CopilotCopilot
authored
Add Spec Kit Figma extension to community catalog (#3408)
Add figma extension submitted by @sebastienthibaud to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3396 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 34514fb commit e3989e3

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following community-contributed extensions are available in [`catalog.commun
117117
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
118118
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
119119
| Spec Kit Discovery Extension | Run technical discovery commands for feasibility, technology selection, scenario-specific technical decisions, legacy codebase assessment, implementation understanding, and proof-of-concept validation | `process` | Read+Write | [spec-kit-discovery](https://github.com/bigsmartben/spec-kit-discovery) |
120+
| Spec Kit Figma | Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context — REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows. | `integration` | Read+Write | [spec-kit-figma](https://github.com/Fyloss/spec-kit-figma) |
120121
| Spec Kit Preview | Generate evidence-backed low, mid, or high fidelity previews from Spec Kit artifacts as Markdown or self-contained HTML | `docs` | Read+Write | [spec-kit-preview](https://github.com/bigsmartben/spec-kit-preview) |
121122
| Spec Kit Schedule | Optimal multi-agent task scheduling via CP-SAT — DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) |
122123
| Spec Kit TLDR | Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review. | `visibility` | Read+Write | [speckit-tldr](https://github.com/qurore/speckit-tldr) |

extensions/catalog.community.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-07T00:00:00Z",
3+
"updated_at": "2026-07-08T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1213,6 +1213,47 @@
12131213
"created_at": "2026-03-18T00:00:00Z",
12141214
"updated_at": "2026-04-23T00:00:00Z"
12151215
},
1216+
"figma": {
1217+
"name": "Spec Kit Figma",
1218+
"id": "figma",
1219+
"description": "Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context — REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows.",
1220+
"author": "Fyloss",
1221+
"version": "1.6.0",
1222+
"download_url": "https://github.com/Fyloss/spec-kit-figma/archive/refs/tags/v1.6.0.zip",
1223+
"repository": "https://github.com/Fyloss/spec-kit-figma",
1224+
"homepage": "https://github.com/Fyloss/spec-kit-figma",
1225+
"documentation": "https://github.com/Fyloss/spec-kit-figma/blob/main/docs/INSTALL.md",
1226+
"changelog": "https://github.com/Fyloss/spec-kit-figma/blob/main/CHANGELOG.md",
1227+
"license": "MIT",
1228+
"category": "integration",
1229+
"effect": "read-write",
1230+
"requires": {
1231+
"speckit_version": ">=0.1.0",
1232+
"tools": [
1233+
{ "name": "git", "required": true },
1234+
{ "name": "bash", "required": false },
1235+
{ "name": "curl", "required": false },
1236+
{ "name": "jq", "required": false },
1237+
{ "name": "pwsh", "required": false }
1238+
]
1239+
},
1240+
"provides": {
1241+
"commands": 5,
1242+
"hooks": 6
1243+
},
1244+
"tags": [
1245+
"figma",
1246+
"design",
1247+
"frontend",
1248+
"ui",
1249+
"design-system"
1250+
],
1251+
"verified": false,
1252+
"downloads": 0,
1253+
"stars": 0,
1254+
"created_at": "2026-07-08T00:00:00Z",
1255+
"updated_at": "2026-07-08T00:00:00Z"
1256+
},
12161257
"fix-findings": {
12171258
"name": "Fix Findings",
12181259
"id": "fix-findings",

0 commit comments

Comments
 (0)