@mohammadhprp/system-prompt 0.10.1
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.
- package/LICENSE +21 -0
- package/README.md +35 -0
- package/bin/system-prompt.js +8 -0
- package/framework/README.md +163 -0
- package/framework/agents/README.md +49 -0
- package/framework/agents/backend-architect.md +146 -0
- package/framework/agents/researcher.md +79 -0
- package/framework/agents/reviewer.md +183 -0
- package/framework/agents/security-auditor.md +131 -0
- package/framework/commands/README.md +43 -0
- package/framework/commands/changelog.md +44 -0
- package/framework/commands/commit.md +31 -0
- package/framework/commands/learn.md +24 -0
- package/framework/commands/mr.md +46 -0
- package/framework/commands/pr.md +39 -0
- package/framework/commands/release.md +34 -0
- package/framework/commands/review.md +24 -0
- package/framework/commands/summarize-changes.md +49 -0
- package/framework/mcps/README.md +78 -0
- package/framework/mcps/excalidraw/README.md +37 -0
- package/framework/mcps/excalidraw/capabilities.md +54 -0
- package/framework/mcps/excalidraw/configs/opencode.json +8 -0
- package/framework/mcps/excalidraw/install.md +92 -0
- package/framework/mcps/excalidraw/troubleshooting.md +67 -0
- package/framework/mcps/figma-mcp-go/README.md +51 -0
- package/framework/mcps/figma-mcp-go/capabilities.md +190 -0
- package/framework/mcps/figma-mcp-go/configs/opencode.json +9 -0
- package/framework/mcps/figma-mcp-go/install.md +74 -0
- package/framework/mcps/figma-mcp-go/troubleshooting.md +99 -0
- package/framework/mcps/github-mcp/README.md +51 -0
- package/framework/mcps/github-mcp/capabilities.md +83 -0
- package/framework/mcps/github-mcp/configs/.env.example +1 -0
- package/framework/mcps/github-mcp/configs/opencode.json +13 -0
- package/framework/mcps/github-mcp/install.md +60 -0
- package/framework/mcps/github-mcp/troubleshooting.md +79 -0
- package/framework/mcps/gitlab-mcp/README.md +54 -0
- package/framework/mcps/gitlab-mcp/capabilities.md +216 -0
- package/framework/mcps/gitlab-mcp/configs/.env.example +2 -0
- package/framework/mcps/gitlab-mcp/configs/opencode.json +13 -0
- package/framework/mcps/gitlab-mcp/install.md +99 -0
- package/framework/mcps/gitlab-mcp/troubleshooting.md +116 -0
- package/framework/mcps/jira-mcp/README.md +53 -0
- package/framework/mcps/jira-mcp/capabilities.md +79 -0
- package/framework/mcps/jira-mcp/configs/.env.example +2 -0
- package/framework/mcps/jira-mcp/configs/opencode.json +13 -0
- package/framework/mcps/jira-mcp/install.md +94 -0
- package/framework/mcps/jira-mcp/troubleshooting.md +113 -0
- package/framework/mcps/laravel-boost/README.md +53 -0
- package/framework/mcps/laravel-boost/capabilities.md +92 -0
- package/framework/mcps/laravel-boost/configs/opencode.json +9 -0
- package/framework/mcps/laravel-boost/install.md +106 -0
- package/framework/mcps/laravel-boost/troubleshooting.md +119 -0
- package/framework/mcps/notion-mcp/README.md +58 -0
- package/framework/mcps/notion-mcp/capabilities.md +118 -0
- package/framework/mcps/notion-mcp/configs/opencode.json +9 -0
- package/framework/mcps/notion-mcp/install.md +70 -0
- package/framework/mcps/notion-mcp/troubleshooting.md +95 -0
- package/framework/mcps/playwright-mcp/README.md +50 -0
- package/framework/mcps/playwright-mcp/capabilities.md +149 -0
- package/framework/mcps/playwright-mcp/configs/opencode.json +9 -0
- package/framework/mcps/playwright-mcp/install.md +136 -0
- package/framework/mcps/playwright-mcp/troubleshooting.md +154 -0
- package/framework/mcps/supabase-mcp/README.md +66 -0
- package/framework/mcps/supabase-mcp/capabilities.md +127 -0
- package/framework/mcps/supabase-mcp/configs/opencode.json +9 -0
- package/framework/mcps/supabase-mcp/install.md +85 -0
- package/framework/mcps/supabase-mcp/troubleshooting.md +113 -0
- package/framework/memory/README.md +17 -0
- package/framework/memory/codebase-insights.md +6 -0
- package/framework/memory/user-preferences.md +5 -0
- package/framework/modes/README.md +52 -0
- package/framework/modes/audit.md +88 -0
- package/framework/plugins/README.md +65 -0
- package/framework/plugins/opencode-goal-plugin/README.md +45 -0
- package/framework/plugins/opencode-goal-plugin/capabilities.md +127 -0
- package/framework/plugins/opencode-goal-plugin/install.md +71 -0
- package/framework/plugins/opencode-goal-plugin/troubleshooting.md +112 -0
- package/framework/plugins/ponytail/README.md +44 -0
- package/framework/plugins/ponytail/capabilities.md +112 -0
- package/framework/plugins/ponytail/install.md +77 -0
- package/framework/plugins/ponytail/troubleshooting.md +116 -0
- package/framework/references/standards/api.md +44 -0
- package/framework/references/standards/architecture.md +43 -0
- package/framework/references/standards/database.md +43 -0
- package/framework/references/standards/debugging.md +44 -0
- package/framework/references/standards/documentation.md +43 -0
- package/framework/references/standards/logging.md +43 -0
- package/framework/references/standards/naming.md +43 -0
- package/framework/references/standards/observability.md +43 -0
- package/framework/references/standards/performance.md +43 -0
- package/framework/references/standards/pull-requests.md +43 -0
- package/framework/references/standards/security.md +43 -0
- package/framework/references/standards/testing.md +43 -0
- package/framework/references/templates/adr.md +28 -0
- package/framework/references/templates/api-spec.md +56 -0
- package/framework/references/templates/design-document.md +39 -0
- package/framework/references/templates/incident-report.md +38 -0
- package/framework/references/templates/postmortem.md +41 -0
- package/framework/references/templates/pull-request.md +34 -0
- package/framework/references/templates/runbook.md +48 -0
- package/framework/references/templates/task.md +27 -0
- package/framework/skills/README.md +68 -0
- package/framework/skills/agent-browser/SKILL.md +51 -0
- package/framework/skills/backend-best-practices/SKILL.md +136 -0
- package/framework/skills/backend-best-practices/examples.md +31 -0
- package/framework/skills/backend-best-practices/references/api-design.md +79 -0
- package/framework/skills/backend-best-practices/references/architecture-review.md +77 -0
- package/framework/skills/backend-best-practices/references/database-design.md +78 -0
- package/framework/skills/backend-best-practices/references/debugging.md +76 -0
- package/framework/skills/backend-best-practices/references/observability.md +78 -0
- package/framework/skills/backend-best-practices/references/performance.md +78 -0
- package/framework/skills/backend-best-practices/references/refactoring.md +77 -0
- package/framework/skills/backend-best-practices/references/security.md +80 -0
- package/framework/skills/backend-best-practices/references/testing.md +77 -0
- package/framework/skills/backend-engineer/SKILL.md +76 -0
- package/framework/skills/backend-engineer/examples.md +31 -0
- package/framework/skills/brainstorming/SKILL.md +159 -0
- package/framework/skills/brainstorming/examples.md +49 -0
- package/framework/skills/brainstorming/scripts/frame-template.html +213 -0
- package/framework/skills/brainstorming/scripts/helper.js +167 -0
- package/framework/skills/brainstorming/scripts/server.cjs +723 -0
- package/framework/skills/brainstorming/scripts/start-server.sh +209 -0
- package/framework/skills/brainstorming/scripts/stop-server.sh +120 -0
- package/framework/skills/brainstorming/visual-companion.md +291 -0
- package/framework/skills/brand-guidelines/LICENSE.txt +202 -0
- package/framework/skills/brand-guidelines/SKILL.md +73 -0
- package/framework/skills/code-review/SKILL.md +72 -0
- package/framework/skills/code-review/examples.md +31 -0
- package/framework/skills/design/SKILL.md +399 -0
- package/framework/skills/design/examples.md +34 -0
- package/framework/skills/diagram-design/SKILL.md +485 -0
- package/framework/skills/diagram-design/assets/example-architecture-dark.html +180 -0
- package/framework/skills/diagram-design/assets/example-architecture-full.html +192 -0
- package/framework/skills/diagram-design/assets/example-architecture.html +181 -0
- package/framework/skills/diagram-design/assets/example-bar-dark.html +127 -0
- package/framework/skills/diagram-design/assets/example-bar-full.html +103 -0
- package/framework/skills/diagram-design/assets/example-bar.html +127 -0
- package/framework/skills/diagram-design/assets/example-data-flow-dark.html +143 -0
- package/framework/skills/diagram-design/assets/example-data-flow-full.html +185 -0
- package/framework/skills/diagram-design/assets/example-data-flow.html +143 -0
- package/framework/skills/diagram-design/assets/example-datalake-dark.html +241 -0
- package/framework/skills/diagram-design/assets/example-datalake-full.html +246 -0
- package/framework/skills/diagram-design/assets/example-datalake.html +267 -0
- package/framework/skills/diagram-design/assets/example-dp-integration-dark.html +78 -0
- package/framework/skills/diagram-design/assets/example-dp-integration-full.html +88 -0
- package/framework/skills/diagram-design/assets/example-dp-integration.html +78 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix-dark.html +31 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix-full.html +32 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix.html +88 -0
- package/framework/skills/diagram-design/assets/example-er-dark.html +200 -0
- package/framework/skills/diagram-design/assets/example-er-full.html +203 -0
- package/framework/skills/diagram-design/assets/example-er.html +200 -0
- package/framework/skills/diagram-design/assets/example-flowchart-dark.html +154 -0
- package/framework/skills/diagram-design/assets/example-flowchart-full.html +157 -0
- package/framework/skills/diagram-design/assets/example-flowchart.html +154 -0
- package/framework/skills/diagram-design/assets/example-gantt-dark.html +135 -0
- package/framework/skills/diagram-design/assets/example-gantt-full.html +125 -0
- package/framework/skills/diagram-design/assets/example-gantt.html +135 -0
- package/framework/skills/diagram-design/assets/example-high-level-dark.html +249 -0
- package/framework/skills/diagram-design/assets/example-high-level-full.html +245 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical-dark.html +272 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical-full.html +250 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical.html +323 -0
- package/framework/skills/diagram-design/assets/example-high-level.html +299 -0
- package/framework/skills/diagram-design/assets/example-it-state-dark.html +90 -0
- package/framework/skills/diagram-design/assets/example-it-state-full.html +69 -0
- package/framework/skills/diagram-design/assets/example-it-state.html +128 -0
- package/framework/skills/diagram-design/assets/example-layers-dark.html +121 -0
- package/framework/skills/diagram-design/assets/example-layers-full.html +124 -0
- package/framework/skills/diagram-design/assets/example-layers.html +121 -0
- package/framework/skills/diagram-design/assets/example-line-dark.html +109 -0
- package/framework/skills/diagram-design/assets/example-line-full.html +103 -0
- package/framework/skills/diagram-design/assets/example-line.html +109 -0
- package/framework/skills/diagram-design/assets/example-loop-dark.html +100 -0
- package/framework/skills/diagram-design/assets/example-loop-full.html +137 -0
- package/framework/skills/diagram-design/assets/example-loop-terminal.html +347 -0
- package/framework/skills/diagram-design/assets/example-loop.html +100 -0
- package/framework/skills/diagram-design/assets/example-medallion-dark.html +159 -0
- package/framework/skills/diagram-design/assets/example-medallion-full.html +201 -0
- package/framework/skills/diagram-design/assets/example-medallion.html +159 -0
- package/framework/skills/diagram-design/assets/example-nested-dark.html +130 -0
- package/framework/skills/diagram-design/assets/example-nested-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-nested.html +134 -0
- package/framework/skills/diagram-design/assets/example-org-chart-dark.html +45 -0
- package/framework/skills/diagram-design/assets/example-org-chart-full.html +45 -0
- package/framework/skills/diagram-design/assets/example-org-chart.html +45 -0
- package/framework/skills/diagram-design/assets/example-process-dark.html +62 -0
- package/framework/skills/diagram-design/assets/example-process-full.html +72 -0
- package/framework/skills/diagram-design/assets/example-process.html +62 -0
- package/framework/skills/diagram-design/assets/example-pyramid-dark.html +117 -0
- package/framework/skills/diagram-design/assets/example-pyramid-full.html +120 -0
- package/framework/skills/diagram-design/assets/example-pyramid.html +117 -0
- package/framework/skills/diagram-design/assets/example-quadrant-consultant.html +164 -0
- package/framework/skills/diagram-design/assets/example-quadrant-dark.html +133 -0
- package/framework/skills/diagram-design/assets/example-quadrant-full.html +136 -0
- package/framework/skills/diagram-design/assets/example-quadrant.html +133 -0
- package/framework/skills/diagram-design/assets/example-radar-dark.html +137 -0
- package/framework/skills/diagram-design/assets/example-radar-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-radar.html +137 -0
- package/framework/skills/diagram-design/assets/example-scatter-dark.html +139 -0
- package/framework/skills/diagram-design/assets/example-scatter-full.html +114 -0
- package/framework/skills/diagram-design/assets/example-scatter.html +139 -0
- package/framework/skills/diagram-design/assets/example-sequence-dark.html +220 -0
- package/framework/skills/diagram-design/assets/example-sequence-full.html +386 -0
- package/framework/skills/diagram-design/assets/example-sequence.html +220 -0
- package/framework/skills/diagram-design/assets/example-state-dark.html +145 -0
- package/framework/skills/diagram-design/assets/example-state-full.html +148 -0
- package/framework/skills/diagram-design/assets/example-state.html +145 -0
- package/framework/skills/diagram-design/assets/example-swimlane-dark.html +170 -0
- package/framework/skills/diagram-design/assets/example-swimlane-full.html +173 -0
- package/framework/skills/diagram-design/assets/example-swimlane.html +170 -0
- package/framework/skills/diagram-design/assets/example-timeline-dark.html +133 -0
- package/framework/skills/diagram-design/assets/example-timeline-full.html +136 -0
- package/framework/skills/diagram-design/assets/example-timeline.html +133 -0
- package/framework/skills/diagram-design/assets/example-tree-dark.html +171 -0
- package/framework/skills/diagram-design/assets/example-tree-full.html +174 -0
- package/framework/skills/diagram-design/assets/example-tree.html +171 -0
- package/framework/skills/diagram-design/assets/example-venn-dark.html +130 -0
- package/framework/skills/diagram-design/assets/example-venn-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-venn.html +108 -0
- package/framework/skills/diagram-design/assets/icons.html +230 -0
- package/framework/skills/diagram-design/assets/index.html +333 -0
- package/framework/skills/diagram-design/assets/template-dark.html +82 -0
- package/framework/skills/diagram-design/assets/template-full.html +410 -0
- package/framework/skills/diagram-design/assets/template-terminal.html +170 -0
- package/framework/skills/diagram-design/assets/template.html +83 -0
- package/framework/skills/diagram-design/references/export.md +107 -0
- package/framework/skills/diagram-design/references/onboarding.md +268 -0
- package/framework/skills/diagram-design/references/primitive-annotation.md +36 -0
- package/framework/skills/diagram-design/references/primitive-icons.md +821 -0
- package/framework/skills/diagram-design/references/primitive-sketchy.md +43 -0
- package/framework/skills/diagram-design/references/primitive-terminal.md +76 -0
- package/framework/skills/diagram-design/references/style-guide.md +139 -0
- package/framework/skills/diagram-design/references/type-architecture.md +78 -0
- package/framework/skills/diagram-design/references/type-bar.md +48 -0
- package/framework/skills/diagram-design/references/type-data-flow.md +374 -0
- package/framework/skills/diagram-design/references/type-dp-integration.md +410 -0
- package/framework/skills/diagram-design/references/type-dp-security-matrix.md +379 -0
- package/framework/skills/diagram-design/references/type-er.md +23 -0
- package/framework/skills/diagram-design/references/type-flowchart.md +23 -0
- package/framework/skills/diagram-design/references/type-gantt.md +45 -0
- package/framework/skills/diagram-design/references/type-high-level.md +458 -0
- package/framework/skills/diagram-design/references/type-it-state.md +470 -0
- package/framework/skills/diagram-design/references/type-layers.md +26 -0
- package/framework/skills/diagram-design/references/type-line.md +44 -0
- package/framework/skills/diagram-design/references/type-loop.md +223 -0
- package/framework/skills/diagram-design/references/type-medallion.md +356 -0
- package/framework/skills/diagram-design/references/type-nested.md +22 -0
- package/framework/skills/diagram-design/references/type-org-chart.md +44 -0
- package/framework/skills/diagram-design/references/type-process.md +495 -0
- package/framework/skills/diagram-design/references/type-pyramid.md +33 -0
- package/framework/skills/diagram-design/references/type-quadrant.md +81 -0
- package/framework/skills/diagram-design/references/type-radar.md +80 -0
- package/framework/skills/diagram-design/references/type-scatter.md +39 -0
- package/framework/skills/diagram-design/references/type-sequence.md +35 -0
- package/framework/skills/diagram-design/references/type-state.md +21 -0
- package/framework/skills/diagram-design/references/type-swimlane.md +20 -0
- package/framework/skills/diagram-design/references/type-timeline.md +20 -0
- package/framework/skills/diagram-design/references/type-tree.md +24 -0
- package/framework/skills/diagram-design/references/type-venn.md +26 -0
- package/framework/skills/documentation/SKILL.md +74 -0
- package/framework/skills/documentation/examples.md +31 -0
- package/framework/skills/find-skills/SKILL.md +141 -0
- package/framework/skills/find-skills/examples.md +35 -0
- package/framework/skills/gitlab-mcp/SKILL.md +83 -0
- package/framework/skills/gitlab-mcp/examples.md +31 -0
- package/framework/skills/gitlab-mcp/references/code-review.md +110 -0
- package/framework/skills/gitlab-mcp/references/issues.md +141 -0
- package/framework/skills/gitlab-mcp/references/merge-requests.md +120 -0
- package/framework/skills/gitlab-mcp/references/pipelines.md +67 -0
- package/framework/skills/gitlab-mcp/references/search.md +17 -0
- package/framework/skills/gitlab-mcp/references/webhooks.md +32 -0
- package/framework/skills/gitlab-mcp/references/work-items.md +50 -0
- package/framework/skills/jira-mcp/SKILL.md +57 -0
- package/framework/skills/jira-mcp/examples.md +31 -0
- package/framework/skills/jira-mcp/references/comments.md +27 -0
- package/framework/skills/jira-mcp/references/issues.md +97 -0
- package/framework/skills/jira-mcp/references/projects.md +39 -0
- package/framework/skills/laravel-best-practices/SKILL.md +229 -0
- package/framework/skills/laravel-best-practices/examples.md +31 -0
- package/framework/skills/laravel-best-practices/references/advanced-queries.md +106 -0
- package/framework/skills/laravel-best-practices/references/architecture.md +202 -0
- package/framework/skills/laravel-best-practices/references/blade-views.md +36 -0
- package/framework/skills/laravel-best-practices/references/caching.md +70 -0
- package/framework/skills/laravel-best-practices/references/collections.md +44 -0
- package/framework/skills/laravel-best-practices/references/config.md +73 -0
- package/framework/skills/laravel-best-practices/references/db-performance.md +192 -0
- package/framework/skills/laravel-best-practices/references/eloquent.md +148 -0
- package/framework/skills/laravel-best-practices/references/error-handling.md +72 -0
- package/framework/skills/laravel-best-practices/references/events-notifications.md +52 -0
- package/framework/skills/laravel-best-practices/references/http-client.md +160 -0
- package/framework/skills/laravel-best-practices/references/mail.md +27 -0
- package/framework/skills/laravel-best-practices/references/migrations.md +121 -0
- package/framework/skills/laravel-best-practices/references/passport.md +197 -0
- package/framework/skills/laravel-best-practices/references/pennant.md +61 -0
- package/framework/skills/laravel-best-practices/references/pest-testing.md +166 -0
- package/framework/skills/laravel-best-practices/references/pulse.md +196 -0
- package/framework/skills/laravel-best-practices/references/queue-jobs.md +144 -0
- package/framework/skills/laravel-best-practices/references/routing.md +99 -0
- package/framework/skills/laravel-best-practices/references/scheduling.md +39 -0
- package/framework/skills/laravel-best-practices/references/scout.md +176 -0
- package/framework/skills/laravel-best-practices/references/security.md +198 -0
- package/framework/skills/laravel-best-practices/references/spatie-laravel-backup.md +222 -0
- package/framework/skills/laravel-best-practices/references/spatie-laravel-permission.md +272 -0
- package/framework/skills/laravel-best-practices/references/spatie-medialibrary.md +672 -0
- package/framework/skills/laravel-best-practices/references/style.md +125 -0
- package/framework/skills/laravel-best-practices/references/tailwindcss.md +112 -0
- package/framework/skills/laravel-best-practices/references/testing.md +43 -0
- package/framework/skills/laravel-best-practices/references/validation.md +75 -0
- package/framework/skills/lavish/SKILL.md +67 -0
- package/framework/skills/lavish/examples.md +31 -0
- package/framework/skills/notion-mcp/SKILL.md +57 -0
- package/framework/skills/notion-mcp/examples.md +31 -0
- package/framework/skills/notion-mcp/references/comments.md +112 -0
- package/framework/skills/notion-mcp/references/databases.md +193 -0
- package/framework/skills/notion-mcp/references/pages.md +235 -0
- package/framework/skills/skill-creator/LICENSE.txt +202 -0
- package/framework/skills/skill-creator/SKILL.md +485 -0
- package/framework/skills/skill-creator/agents/analyzer.md +274 -0
- package/framework/skills/skill-creator/agents/comparator.md +202 -0
- package/framework/skills/skill-creator/agents/grader.md +223 -0
- package/framework/skills/skill-creator/assets/eval_review.html +146 -0
- package/framework/skills/skill-creator/eval-viewer/generate_review.py +471 -0
- package/framework/skills/skill-creator/eval-viewer/viewer.html +1325 -0
- package/framework/skills/skill-creator/examples.md +31 -0
- package/framework/skills/skill-creator/references/schemas.md +430 -0
- package/framework/skills/skill-creator/scripts/__init__.py +0 -0
- package/framework/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
- package/framework/skills/skill-creator/scripts/generate_report.py +326 -0
- package/framework/skills/skill-creator/scripts/improve_description.py +247 -0
- package/framework/skills/skill-creator/scripts/package_skill.py +136 -0
- package/framework/skills/skill-creator/scripts/quick_validate.py +103 -0
- package/framework/skills/skill-creator/scripts/run_eval.py +310 -0
- package/framework/skills/skill-creator/scripts/run_loop.py +328 -0
- package/framework/skills/skill-creator/scripts/utils.py +47 -0
- package/framework/styles/README.md +35 -0
- package/framework/styles/linear/DESIGN.md +478 -0
- package/framework/styles/linear/README.md +36 -0
- package/framework/styles/linear/assets/preview.jpg +0 -0
- package/framework/styles/raycast/DESIGN.md +495 -0
- package/framework/styles/raycast/README.md +35 -0
- package/framework/styles/raycast/assets/preview.jpg +0 -0
- package/package.json +33 -0
- package/src/agent-configs.js +96 -0
- package/src/catalog.js +145 -0
- package/src/cli.js +254 -0
- package/src/installer.js +303 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# Excalidraw MCP Installation
|
|
2
|
+
|
|
3
|
+
## Requirements
|
|
4
|
+
|
|
5
|
+
- An MCP-compatible AI client that supports MCP Apps (interactive HTML interfaces).
|
|
6
|
+
- No API key or authentication needed for the remote server.
|
|
7
|
+
|
|
8
|
+
## Configuration
|
|
9
|
+
|
|
10
|
+
Excalidraw MCP can be used remotely or run locally.
|
|
11
|
+
|
|
12
|
+
### Remote (recommended)
|
|
13
|
+
|
|
14
|
+
| Field | Value |
|
|
15
|
+
| --- | --- |
|
|
16
|
+
| Server name | `excalidraw` |
|
|
17
|
+
| Transport type | Streamable HTTP |
|
|
18
|
+
| URL | `https://mcp.excalidraw.com` |
|
|
19
|
+
|
|
20
|
+
### Config file examples
|
|
21
|
+
|
|
22
|
+
Use the examples in [`configs/`](./configs/) as client-specific starting points:
|
|
23
|
+
|
|
24
|
+
| Client | Example | Typical location |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| OpenCode | [`configs/opencode.json`](./configs/opencode.json) | OpenCode MCP configuration. |
|
|
27
|
+
|
|
28
|
+
### OpenCode
|
|
29
|
+
|
|
30
|
+
Copy [`configs/opencode.json`](./configs/opencode.json) into your OpenCode project root or user config directory and restart the OpenCode agent.
|
|
31
|
+
|
|
32
|
+
### Local (build from source)
|
|
33
|
+
|
|
34
|
+
Clone and build the repository:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
git clone https://github.com/excalidraw/excalidraw-mcp.git
|
|
38
|
+
cd excalidraw-mcp
|
|
39
|
+
pnpm install && pnpm run build
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
Add to your MCP config:
|
|
43
|
+
|
|
44
|
+
```json
|
|
45
|
+
{
|
|
46
|
+
"mcpServers": {
|
|
47
|
+
"excalidraw": {
|
|
48
|
+
"command": "node",
|
|
49
|
+
"args": ["/path/to/excalidraw-mcp/dist/index.js", "--stdio"]
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### For clients that only support local stdio servers
|
|
56
|
+
|
|
57
|
+
Use the [mcp-remote](https://www.npmjs.com/package/mcp-remote) bridge:
|
|
58
|
+
|
|
59
|
+
```json
|
|
60
|
+
{
|
|
61
|
+
"mcpServers": {
|
|
62
|
+
"excalidraw": {
|
|
63
|
+
"command": "npx",
|
|
64
|
+
"args": ["-y", "mcp-remote", "https://mcp.excalidraw.com"]
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Verification
|
|
71
|
+
|
|
72
|
+
After configuring and restarting your AI client, try:
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
Draw an architecture diagram showing a user connecting to an API server which talks to a database using excalidraw
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## Updating
|
|
79
|
+
|
|
80
|
+
For the remote server: no update steps needed — the latest version is always available at `https://mcp.excalidraw.com`.
|
|
81
|
+
|
|
82
|
+
For local builds: pull the latest changes and rebuild.
|
|
83
|
+
|
|
84
|
+
## Uninstalling
|
|
85
|
+
|
|
86
|
+
Remove the `excalidraw` MCP entry from AI client configuration files.
|
|
87
|
+
|
|
88
|
+
## Common Issues
|
|
89
|
+
|
|
90
|
+
- **Diagram not rendering**: ensure your AI client supports MCP Apps (interactive HTML interfaces). Some older clients may not support this format.
|
|
91
|
+
- **Remote server unreachable**: check that `https://mcp.excalidraw.com` is accessible from your network. Try the local build as a fallback.
|
|
92
|
+
- **Local build fails**: ensure pnpm is installed (`npm install -g pnpm`) and Node.js LTS is available.
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Excalidraw MCP Troubleshooting
|
|
2
|
+
|
|
3
|
+
## Diagram not rendering
|
|
4
|
+
|
|
5
|
+
**Problem**
|
|
6
|
+
|
|
7
|
+
The `draw` tool runs but no diagram appears in the chat.
|
|
8
|
+
|
|
9
|
+
**Cause**
|
|
10
|
+
|
|
11
|
+
The AI client may not support MCP Apps (interactive HTML interfaces). Standard text-only MCP clients cannot render interactive diagrams.
|
|
12
|
+
|
|
13
|
+
**Fix**
|
|
14
|
+
|
|
15
|
+
- Check if your client supports MCP Apps. Claude Desktop and Codex CLI support it; some other clients may not.
|
|
16
|
+
- Try a simpler diagram description to rule out parsing issues.
|
|
17
|
+
- As a fallback, ask the agent to describe the diagram in text or ASCII art.
|
|
18
|
+
|
|
19
|
+
## Remote server unreachable
|
|
20
|
+
|
|
21
|
+
**Problem**
|
|
22
|
+
|
|
23
|
+
The client reports that `https://mcp.excalidraw.com` is unreachable.
|
|
24
|
+
|
|
25
|
+
**Cause**
|
|
26
|
+
|
|
27
|
+
Network connectivity issue or the server is temporarily down.
|
|
28
|
+
|
|
29
|
+
**Fix**
|
|
30
|
+
|
|
31
|
+
- Run `curl https://mcp.excalidraw.com` to test connectivity.
|
|
32
|
+
- Check for proxy or firewall rules blocking the connection.
|
|
33
|
+
- Fall back to the local build (see [install.md](./install.md)).
|
|
34
|
+
|
|
35
|
+
## Local build fails
|
|
36
|
+
|
|
37
|
+
**Problem**
|
|
38
|
+
|
|
39
|
+
`pnpm install` or `pnpm run build` fails.
|
|
40
|
+
|
|
41
|
+
**Cause**
|
|
42
|
+
|
|
43
|
+
Missing dependencies or Node.js version mismatch.
|
|
44
|
+
|
|
45
|
+
**Fix**
|
|
46
|
+
|
|
47
|
+
- Ensure pnpm is installed: `npm install -g pnpm`.
|
|
48
|
+
- Ensure Node.js LTS is installed (v18+).
|
|
49
|
+
- Run `pnpm install --frozen-lockfile` for a clean install.
|
|
50
|
+
- Check the `dist/index.js` file exists after build — this is the server entry point.
|
|
51
|
+
|
|
52
|
+
## Diagram content is wrong
|
|
53
|
+
|
|
54
|
+
**Problem**
|
|
55
|
+
|
|
56
|
+
The diagram doesn't match what you asked for.
|
|
57
|
+
|
|
58
|
+
**Cause**
|
|
59
|
+
|
|
60
|
+
The description was ambiguous or too vague for the rendering engine.
|
|
61
|
+
|
|
62
|
+
**Fix**
|
|
63
|
+
|
|
64
|
+
- Be more specific: include component names, positions, relationships, and directional flow.
|
|
65
|
+
- Break complex diagrams into multiple smaller requests.
|
|
66
|
+
- Use the interactive viewer to adjust elements after rendering.
|
|
67
|
+
- Example: instead of "draw a system diagram", say "draw a system with a React frontend, a Node.js API server, and a PostgreSQL database connected with arrows from frontend to API and API to database".
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Figma MCP Go
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Figma MCP Go is an open-source Figma MCP server with full read/write access via a Figma plugin bridge. It does not use the Figma REST API, so there are no rate limits and no API token required. It exposes 73 tools for reading and writing Figma documents, styles, variables, components, prototypes, and more.
|
|
6
|
+
|
|
7
|
+
Official source:
|
|
8
|
+
|
|
9
|
+
- [GitHub: vkhanhqui/figma-mcp-go](https://github.com/vkhanhqui/figma-mcp-go)
|
|
10
|
+
|
|
11
|
+
## Features
|
|
12
|
+
|
|
13
|
+
- No Figma API token required.
|
|
14
|
+
- No rate limits — free plan friendly.
|
|
15
|
+
- Read and write live Figma data via plugin bridge — 73 tools total.
|
|
16
|
+
- Full design automation: styles, variables, components, prototypes, and content.
|
|
17
|
+
- Built-in design prompts: `read_design_strategy`, `design_strategy`, and more.
|
|
18
|
+
- Export tools: screenshots, PDFs, and design tokens.
|
|
19
|
+
|
|
20
|
+
## Supported AI Clients
|
|
21
|
+
|
|
22
|
+
Figma MCP Go works with any MCP-compatible AI client. The server is started via `npx` and communicates over stdio.
|
|
23
|
+
|
|
24
|
+
- OpenCode
|
|
25
|
+
|
|
26
|
+
## When to Use
|
|
27
|
+
|
|
28
|
+
Use Figma MCP Go when an AI coding agent needs to read or modify Figma designs directly.
|
|
29
|
+
|
|
30
|
+
Good fits:
|
|
31
|
+
|
|
32
|
+
- Converting designs to code.
|
|
33
|
+
- Updating text, colors, or layouts across Figma frames programmatically.
|
|
34
|
+
- Extracting design tokens, styles, or variable definitions.
|
|
35
|
+
- Automating component creation, renaming, or restructuring.
|
|
36
|
+
- Generating screenshots or PDF exports of frames.
|
|
37
|
+
|
|
38
|
+
Avoid using it as a generic MCP outside Figma-related workflows.
|
|
39
|
+
|
|
40
|
+
## Requirements
|
|
41
|
+
|
|
42
|
+
- Node.js and npm available on `PATH` (for `npx`).
|
|
43
|
+
- A Figma desktop app to install and run the companion plugin.
|
|
44
|
+
- An AI client that supports local stdio MCP servers.
|
|
45
|
+
|
|
46
|
+
## Related Skills
|
|
47
|
+
|
|
48
|
+
Relevant skills in this repository:
|
|
49
|
+
|
|
50
|
+
- [`backend-engineer`](../../skills/backend-engineer/SKILL.md): generating UI code from designs.
|
|
51
|
+
- [`backend-best-practices`](../../skills/backend-best-practices/SKILL.md): backend best practices for API design, testing, and debugging.
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# Figma MCP Go Capabilities
|
|
2
|
+
|
|
3
|
+
## What It Can Do
|
|
4
|
+
|
|
5
|
+
73 tools total across read, write, export, and prompt categories.
|
|
6
|
+
|
|
7
|
+
### Write — Create
|
|
8
|
+
|
|
9
|
+
| Tool | Description |
|
|
10
|
+
| --- | --- |
|
|
11
|
+
| `create_frame` | Create a frame with optional auto-layout, fill, and parent |
|
|
12
|
+
| `create_rectangle` | Create a rectangle with optional fill and corner radius |
|
|
13
|
+
| `create_ellipse` | Create an ellipse or circle |
|
|
14
|
+
| `create_text` | Create a text node (font loaded automatically) |
|
|
15
|
+
| `import_image` | Decode base64 image and place it as a rectangle fill |
|
|
16
|
+
| `create_component` | Convert an existing FRAME node into a reusable component |
|
|
17
|
+
| `create_section` | Create a Figma Section node to organise frames on a page |
|
|
18
|
+
|
|
19
|
+
### Write — Modify
|
|
20
|
+
|
|
21
|
+
| Tool | Description |
|
|
22
|
+
| --- | --- |
|
|
23
|
+
| `set_text` | Update text content of an existing TEXT node |
|
|
24
|
+
| `set_fills` | Set solid fill color (hex) on a node |
|
|
25
|
+
| `set_strokes` | Set solid stroke color and weight on a node |
|
|
26
|
+
| `set_opacity` | Set opacity of one or more nodes |
|
|
27
|
+
| `set_corner_radius` | Set corner radius — uniform or per-corner |
|
|
28
|
+
| `set_auto_layout` | Set or update auto-layout (flex) properties on a frame |
|
|
29
|
+
| `set_visible` | Show or hide one or more nodes |
|
|
30
|
+
| `lock_nodes` | Lock one or more nodes to prevent accidental edits |
|
|
31
|
+
| `unlock_nodes` | Unlock one or more nodes |
|
|
32
|
+
| `rotate_nodes` | Set absolute rotation in degrees on one or more nodes |
|
|
33
|
+
| `reorder_nodes` | Change z-order |
|
|
34
|
+
| `set_blend_mode` | Set blend mode on one or more nodes |
|
|
35
|
+
| `set_constraints` | Set responsive constraints on one or more nodes |
|
|
36
|
+
| `move_nodes` | Move nodes to an absolute x/y position |
|
|
37
|
+
| `resize_nodes` | Resize nodes by width and/or height |
|
|
38
|
+
| `rename_node` | Rename a node |
|
|
39
|
+
| `clone_node` | Clone a node, optionally repositioning or reparenting |
|
|
40
|
+
| `reparent_nodes` | Move nodes to a different parent |
|
|
41
|
+
| `batch_rename_nodes` | Bulk rename nodes via find/replace, regex, or prefix/suffix |
|
|
42
|
+
| `find_replace_text` | Find and replace text across all TEXT nodes |
|
|
43
|
+
|
|
44
|
+
### Write — Delete
|
|
45
|
+
|
|
46
|
+
| Tool | Description |
|
|
47
|
+
| --- | --- |
|
|
48
|
+
| `delete_nodes` | Delete one or more nodes permanently |
|
|
49
|
+
|
|
50
|
+
### Write — Prototype
|
|
51
|
+
|
|
52
|
+
| Tool | Description |
|
|
53
|
+
| --- | --- |
|
|
54
|
+
| `set_reactions` | Set prototype reactions (triggers + actions) on a node |
|
|
55
|
+
| `remove_reactions` | Remove all or specific reactions from a node |
|
|
56
|
+
|
|
57
|
+
### Write — Styles
|
|
58
|
+
|
|
59
|
+
| Tool | Description |
|
|
60
|
+
| --- | --- |
|
|
61
|
+
| `set_effects` | Apply drop shadow / blur effects directly on a node |
|
|
62
|
+
| `create_paint_style` | Create a named paint style with a solid color |
|
|
63
|
+
| `create_text_style` | Create a named text style |
|
|
64
|
+
| `create_effect_style` | Create a named effect style |
|
|
65
|
+
| `create_grid_style` | Create a named layout grid style |
|
|
66
|
+
| `update_paint_style` | Rename or recolor an existing paint style |
|
|
67
|
+
| `apply_style_to_node` | Apply an existing local style to a node |
|
|
68
|
+
| `delete_style` | Delete any style by ID |
|
|
69
|
+
|
|
70
|
+
### Write — Variables
|
|
71
|
+
|
|
72
|
+
| Tool | Description |
|
|
73
|
+
| --- | --- |
|
|
74
|
+
| `create_variable_collection` | Create a new local variable collection |
|
|
75
|
+
| `add_variable_mode` | Add a new mode to an existing collection |
|
|
76
|
+
| `create_variable` | Create a variable in a collection |
|
|
77
|
+
| `set_variable_value` | Set a variable's value for a specific mode |
|
|
78
|
+
| `bind_variable_to_node` | Bind a variable to a node property |
|
|
79
|
+
| `delete_variable` | Delete a variable or an entire collection |
|
|
80
|
+
|
|
81
|
+
### Write — Pages
|
|
82
|
+
|
|
83
|
+
| Tool | Description |
|
|
84
|
+
| --- | --- |
|
|
85
|
+
| `add_page` | Add a new page to the document |
|
|
86
|
+
| `delete_page` | Delete a page by ID or name |
|
|
87
|
+
| `rename_page` | Rename a page by ID or current name |
|
|
88
|
+
|
|
89
|
+
### Write — Components & Navigation
|
|
90
|
+
|
|
91
|
+
| Tool | Description |
|
|
92
|
+
| --- | --- |
|
|
93
|
+
| `navigate_to_page` | Switch the active Figma page |
|
|
94
|
+
| `group_nodes` | Group two or more nodes into a GROUP |
|
|
95
|
+
| `ungroup_nodes` | Ungroup GROUP nodes |
|
|
96
|
+
| `swap_component` | Swap the main component of an INSTANCE node |
|
|
97
|
+
| `detach_instance` | Detach component instances to plain frames |
|
|
98
|
+
|
|
99
|
+
### Read — Document & Selection
|
|
100
|
+
|
|
101
|
+
| Tool | Description |
|
|
102
|
+
| --- | --- |
|
|
103
|
+
| `get_document` | Full current page tree |
|
|
104
|
+
| `get_metadata` | File name, pages, current page |
|
|
105
|
+
| `get_pages` | All pages (IDs + names) — lightweight |
|
|
106
|
+
| `get_selection` | Currently selected nodes |
|
|
107
|
+
| `get_node` | Single node by ID |
|
|
108
|
+
| `get_nodes_info` | Multiple nodes by ID |
|
|
109
|
+
| `get_design_context` | Depth-limited tree with detail level |
|
|
110
|
+
| `search_nodes` | Find nodes by name and/or type |
|
|
111
|
+
| `scan_text_nodes` | All text nodes in a subtree |
|
|
112
|
+
| `scan_nodes_by_types` | Nodes matching given type list |
|
|
113
|
+
| `get_viewport` | Current viewport center, zoom, and visible bounds |
|
|
114
|
+
|
|
115
|
+
### Read — Styles & Variables
|
|
116
|
+
|
|
117
|
+
| Tool | Description |
|
|
118
|
+
| --- | --- |
|
|
119
|
+
| `get_styles` | Paint, text, effect, and grid styles |
|
|
120
|
+
| `get_variable_defs` | Variable collections and values |
|
|
121
|
+
| `get_local_components` | All components + component sets |
|
|
122
|
+
| `get_annotations` | Dev-mode annotations |
|
|
123
|
+
| `get_fonts` | All fonts used on the current page |
|
|
124
|
+
| `get_reactions` | Prototype/interaction reactions on a node |
|
|
125
|
+
|
|
126
|
+
### Export
|
|
127
|
+
|
|
128
|
+
| Tool | Description |
|
|
129
|
+
| --- | --- |
|
|
130
|
+
| `get_screenshot` | Base64 image export of any node |
|
|
131
|
+
| `save_screenshots` | Export images to disk |
|
|
132
|
+
| `export_frames_to_pdf` | Export multiple frames as a single multi-page PDF |
|
|
133
|
+
| `export_tokens` | Export design tokens as JSON or CSS |
|
|
134
|
+
|
|
135
|
+
### MCP Prompts
|
|
136
|
+
|
|
137
|
+
| Prompt | Description |
|
|
138
|
+
| --- | --- |
|
|
139
|
+
| `read_design_strategy` | Best practices for reading Figma designs |
|
|
140
|
+
| `design_strategy` | Best practices for creating and modifying designs |
|
|
141
|
+
| `text_replacement_strategy` | Chunked approach for replacing text across a design |
|
|
142
|
+
| `annotation_conversion_strategy` | Convert manual annotations to native Figma annotations |
|
|
143
|
+
| `swap_overrides_instances` | Transfer overrides between component instances |
|
|
144
|
+
| `reaction_to_connector_strategy` | Map prototype reactions into interaction flow diagrams |
|
|
145
|
+
|
|
146
|
+
## What It Cannot Do
|
|
147
|
+
|
|
148
|
+
- It cannot work without the Figma desktop plugin running inside an open file.
|
|
149
|
+
- It does not use the Figma REST API, so it cannot read files or projects without the plugin bridge.
|
|
150
|
+
- It cannot access Figma team libraries, shared styles, or remote variables outside the current file.
|
|
151
|
+
- It cannot replace human review for destructive operations like deleting nodes or bulk renaming.
|
|
152
|
+
- It cannot export SVGs or vector files directly; exports are limited to images and PDFs.
|
|
153
|
+
|
|
154
|
+
## Best Practices
|
|
155
|
+
|
|
156
|
+
- Keep the Figma plugin running in the file being edited.
|
|
157
|
+
- Prefer `get_document` or `get_design_context` to understand the structure before making changes.
|
|
158
|
+
- Use `search_nodes` to find specific elements by name rather than traversing the full tree.
|
|
159
|
+
- Use `batch_rename_nodes` and `find_replace_text` for bulk changes instead of per-node operations.
|
|
160
|
+
- Verify destructive operations (`delete_nodes`, `delete_style`, `delete_variable`) before executing.
|
|
161
|
+
- Run exports (`save_screenshots`, `export_frames_to_pdf`) to disk for durable artifacts.
|
|
162
|
+
- Keep the plugin version in sync with the MCP server version.
|
|
163
|
+
|
|
164
|
+
## Common Workflows
|
|
165
|
+
|
|
166
|
+
### Understand a Figma design
|
|
167
|
+
|
|
168
|
+
1. Ask the agent to call `get_metadata` to learn file and page structure.
|
|
169
|
+
2. Call `get_document` or `get_design_context` on the relevant page.
|
|
170
|
+
3. Call `get_styles`, `get_variable_defs`, and `get_local_components` for design system details.
|
|
171
|
+
4. Ask the agent to use the `read_design_strategy` prompt for guidance.
|
|
172
|
+
|
|
173
|
+
### Convert a design to code
|
|
174
|
+
|
|
175
|
+
1. Select the target frame in Figma.
|
|
176
|
+
2. Ask the agent to call `get_selection` and `get_node` on the selected frame.
|
|
177
|
+
3. Export the frame with `get_screenshot` for visual reference.
|
|
178
|
+
4. Use the structure and styles to generate matching code.
|
|
179
|
+
|
|
180
|
+
### Update text across a design
|
|
181
|
+
|
|
182
|
+
1. Use `find_replace_text` or `scan_text_nodes` to locate all text nodes.
|
|
183
|
+
2. Use `set_text` to update individual nodes or `batch_rename_nodes` for bulk operations.
|
|
184
|
+
3. Ask the agent to use the `text_replacement_strategy` prompt for large text replacement tasks.
|
|
185
|
+
|
|
186
|
+
### Export design tokens
|
|
187
|
+
|
|
188
|
+
1. Call `get_variable_defs` to retrieve variable collections and values.
|
|
189
|
+
2. Call `get_styles` to retrieve paint, text, and effect styles.
|
|
190
|
+
3. Use `export_tokens` to generate JSON or CSS output.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Figma MCP Go Installation
|
|
2
|
+
|
|
3
|
+
## Requirements
|
|
4
|
+
|
|
5
|
+
- Node.js and npm available on `PATH`.
|
|
6
|
+
- Figma desktop app.
|
|
7
|
+
- An MCP-compatible AI client.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
### 1. Install the Figma plugin
|
|
12
|
+
|
|
13
|
+
1. Download the latest `plugin.zip` from the [releases page](https://github.com/vkhanhqui/figma-mcp-go/releases).
|
|
14
|
+
2. In Figma Desktop: **Plugins → Development → Import plugin from manifest**.
|
|
15
|
+
3. Select `manifest.json` from `plugin.zip`.
|
|
16
|
+
4. Run the plugin inside any Figma file.
|
|
17
|
+
|
|
18
|
+
### 2. Configure your AI client
|
|
19
|
+
|
|
20
|
+
Add the MCP server to your client configuration.
|
|
21
|
+
|
|
22
|
+
## Configuration
|
|
23
|
+
|
|
24
|
+
| Field | Value |
|
|
25
|
+
| --- | --- |
|
|
26
|
+
| Server name | `figma-mcp-go` |
|
|
27
|
+
| Command | `npx` |
|
|
28
|
+
| Args | `-y`, `@vkhanhqui/figma-mcp-go` |
|
|
29
|
+
|
|
30
|
+
### Config file examples
|
|
31
|
+
|
|
32
|
+
Use the examples in [`configs/`](./configs/) as client-specific starting points:
|
|
33
|
+
|
|
34
|
+
| Client | Example | Typical location |
|
|
35
|
+
| --- | --- | --- |
|
|
36
|
+
| OpenCode | [`configs/opencode.json`](./configs/opencode.json) | OpenCode MCP configuration. |
|
|
37
|
+
|
|
38
|
+
### OpenCode
|
|
39
|
+
|
|
40
|
+
Copy [`configs/opencode.json`](./configs/opencode.json) into your OpenCode project root or user config directory and restart the OpenCode agent. The server will start automatically when the agent needs it.
|
|
41
|
+
|
|
42
|
+
## Verification
|
|
43
|
+
|
|
44
|
+
Run the MCP server command directly:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
npx -y @vkhanhqui/figma-mcp-go
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Then verify from your AI client:
|
|
51
|
+
|
|
52
|
+
- The `figma-mcp-go` MCP server is listed.
|
|
53
|
+
- The server starts without errors.
|
|
54
|
+
- Tools such as `get_document`, `get_selection`, or `create_frame` are visible to the agent.
|
|
55
|
+
- The Figma plugin shows a connected status.
|
|
56
|
+
|
|
57
|
+
## Updating
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
npx -y @vkhanhqui/figma-mcp-go@latest
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Update the Figma plugin by re-importing from the latest `plugin.zip`.
|
|
64
|
+
|
|
65
|
+
## Uninstalling
|
|
66
|
+
|
|
67
|
+
1. Remove the `figma-mcp-go` MCP entry from AI client configuration files.
|
|
68
|
+
2. Remove the Figma plugin: **Plugins → Development → Manage plugins → remove figma-mcp-go**.
|
|
69
|
+
|
|
70
|
+
## Common Issues
|
|
71
|
+
|
|
72
|
+
- **Server starts but no tools are available**: confirm the Figma plugin is running in an open Figma file.
|
|
73
|
+
- **Client cannot find the server**: confirm the config is in the location used by that client and the server name is `figma-mcp-go`.
|
|
74
|
+
- **Plugin not listed**: use **Import plugin from manifest** rather than searching the plugin store.
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# Figma MCP Go Troubleshooting
|
|
2
|
+
|
|
3
|
+
## Server won't start
|
|
4
|
+
|
|
5
|
+
**Problem**
|
|
6
|
+
|
|
7
|
+
The AI client reports that `figma-mcp-go` failed to start.
|
|
8
|
+
|
|
9
|
+
**Cause**
|
|
10
|
+
|
|
11
|
+
The client cannot run `npx`, Node.js is not installed, or the npm package is unavailable.
|
|
12
|
+
|
|
13
|
+
**Solution**
|
|
14
|
+
|
|
15
|
+
- Run `npx -y @vkhanhqui/figma-mcp-go` manually to verify the server starts.
|
|
16
|
+
- Check Node.js is installed: `node --version && npm --version`.
|
|
17
|
+
- Check network access if the package has not been cached locally.
|
|
18
|
+
- Ensure the config file contains the correct command and args.
|
|
19
|
+
|
|
20
|
+
## Figma plugin not connecting
|
|
21
|
+
|
|
22
|
+
**Problem**
|
|
23
|
+
|
|
24
|
+
The MCP server starts but reports no Figma connection.
|
|
25
|
+
|
|
26
|
+
**Cause**
|
|
27
|
+
|
|
28
|
+
The Figma plugin is not running, not imported, or not open in a file.
|
|
29
|
+
|
|
30
|
+
**Solution**
|
|
31
|
+
|
|
32
|
+
- Confirm the plugin was imported via **Plugins → Development → Import plugin from manifest**.
|
|
33
|
+
- Run the plugin inside the Figma file you want to edit.
|
|
34
|
+
- Verify the plugin shows a connected status after running.
|
|
35
|
+
|
|
36
|
+
## No tools available
|
|
37
|
+
|
|
38
|
+
**Problem**
|
|
39
|
+
|
|
40
|
+
The AI client shows the server is running but no tools are listed.
|
|
41
|
+
|
|
42
|
+
**Cause**
|
|
43
|
+
|
|
44
|
+
The server started without a Figma connection, or the plugin bridge failed to initialise.
|
|
45
|
+
|
|
46
|
+
**Solution**
|
|
47
|
+
|
|
48
|
+
- Restart the Figma plugin.
|
|
49
|
+
- Restart the MCP server.
|
|
50
|
+
- Ensure the Figma file is open and the plugin is running in that file.
|
|
51
|
+
|
|
52
|
+
## Configuration errors
|
|
53
|
+
|
|
54
|
+
**Problem**
|
|
55
|
+
|
|
56
|
+
The MCP server is not listed, or the client ignores the config file.
|
|
57
|
+
|
|
58
|
+
**Cause**
|
|
59
|
+
|
|
60
|
+
The config file is in the wrong location, the JSON is invalid, or the client expects a different configuration wrapper.
|
|
61
|
+
|
|
62
|
+
**Solution**
|
|
63
|
+
|
|
64
|
+
- Validate the JSON with `python -m json.tool <file>` or another JSON parser.
|
|
65
|
+
- Confirm the client-specific config location in the client's documentation.
|
|
66
|
+
- Keep the server name as `figma-mcp-go`.
|
|
67
|
+
- Use the official command `npx` and args `-y`, `@vkhanhqui/figma-mcp-go`.
|
|
68
|
+
|
|
69
|
+
## Version mismatch
|
|
70
|
+
|
|
71
|
+
**Problem**
|
|
72
|
+
|
|
73
|
+
Some tools are missing or behave differently than documented.
|
|
74
|
+
|
|
75
|
+
**Cause**
|
|
76
|
+
|
|
77
|
+
The MCP server version and the Figma plugin version are out of sync.
|
|
78
|
+
|
|
79
|
+
**Solution**
|
|
80
|
+
|
|
81
|
+
- Update both the server and plugin to the latest version.
|
|
82
|
+
- Re-download `plugin.zip` from the latest release and re-import into Figma.
|
|
83
|
+
- Clear the npm cache: `npm cache clean --force` and retry.
|
|
84
|
+
|
|
85
|
+
## Export tools fail
|
|
86
|
+
|
|
87
|
+
**Problem**
|
|
88
|
+
|
|
89
|
+
`save_screenshots` or `export_frames_to_pdf` fail with file system errors.
|
|
90
|
+
|
|
91
|
+
**Cause**
|
|
92
|
+
|
|
93
|
+
The server process does not have write permission to the target directory.
|
|
94
|
+
|
|
95
|
+
**Solution**
|
|
96
|
+
|
|
97
|
+
- Provide an absolute path to a writable directory.
|
|
98
|
+
- Check filesystem permissions on the target directory.
|
|
99
|
+
- Use `get_screenshot` (base64 output) instead when disk writes are not required.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# GitHub MCP
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
The GitHub MCP Server connects AI tools directly to GitHub. Browse code, manage issues and PRs, analyze commits, monitor Actions workflows, and automate development workflows through natural language.
|
|
6
|
+
|
|
7
|
+
Official source:
|
|
8
|
+
|
|
9
|
+
- [GitHub: github/github-mcp-server](https://github.com/github/github-mcp-server)
|
|
10
|
+
|
|
11
|
+
## Features
|
|
12
|
+
|
|
13
|
+
- Repository browsing — read files, search code, explore directory trees, analyze commits.
|
|
14
|
+
- Issue & PR management — create, update, comment, review, and merge pull requests.
|
|
15
|
+
- CI/CD intelligence — monitor workflow runs, analyze build failures, manage releases.
|
|
16
|
+
- Code Analysis — examine security findings, review Dependabot alerts, understand code patterns.
|
|
17
|
+
- Team collaboration — access discussions, manage notifications, analyze team activity.
|
|
18
|
+
|
|
19
|
+
## Supported AI Clients
|
|
20
|
+
|
|
21
|
+
GitHub MCP officially documents setup for Claude Code, VS Code, GitHub Copilot, Cursor, Windsurf, Zed, and OpenCode.
|
|
22
|
+
|
|
23
|
+
- OpenCode
|
|
24
|
+
|
|
25
|
+
## When to Use
|
|
26
|
+
|
|
27
|
+
Use GitHub MCP when an AI coding agent needs direct access to GitHub.
|
|
28
|
+
|
|
29
|
+
Good fits:
|
|
30
|
+
|
|
31
|
+
- Browsing repository code, commits, and branches.
|
|
32
|
+
- Creating, reviewing, and merging pull requests.
|
|
33
|
+
- Managing issues, labels, and milestones.
|
|
34
|
+
- Monitoring Actions workflows and debugging CI failures.
|
|
35
|
+
- Analyzing Dependabot alerts and code scanning results.
|
|
36
|
+
- Managing GitHub releases and gists.
|
|
37
|
+
|
|
38
|
+
Avoid using it outside of GitHub-related workflows.
|
|
39
|
+
|
|
40
|
+
## Requirements
|
|
41
|
+
|
|
42
|
+
- A GitHub Personal Access Token with appropriate scopes (`repo` for private repos, `read:org` for org access).
|
|
43
|
+
- An MCP-compatible AI client that supports remote HTTP MCP servers.
|
|
44
|
+
|
|
45
|
+
## Related Skills
|
|
46
|
+
|
|
47
|
+
Relevant skills in this repository:
|
|
48
|
+
|
|
49
|
+
- [`code-review`](../../skills/code-review/SKILL.md): reviewing pull request diffs.
|
|
50
|
+
- [`backend-best-practices`](../../skills/backend-best-practices/SKILL.md): backend best practices for testing, debugging, and security review.
|
|
51
|
+
- [`pull-request`](../../skills/pull-request/SKILL.md): preparing and submitting pull requests.
|