plugin-figma-inspect
v0.2.1Find Figma components across configured teams and inspect implementation-ready node contracts.
By plugin-figma-inspect contributorsLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin-figma-inspect for Codex and Claude Code
codex plugin marketplace add ewa-learn-english/plugin-figma-inspect
codex plugin marketplace upgrade plugin-figma-inspect
codex plugin add plugin-figma-inspect@plugin-figma-inspectPaste and run these commands in a terminal with Codex. They add and refresh the plugin-figma-inspect catalog, then install this plugin.
Compatibility: the page URL and API slug “plugin-figma-inspect” remain stable.
- Codex:
plugin-figma-inspect@agent-plugin-marketplace→plugin-figma-inspect@plugin-figma-inspect
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ewa-learn-english/plugin-figma-inspectClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/figma-inspect/SKILL.md
Included Skills1
Use when a task references Figma, a Figma URL, a design-system component, visual specs, layouts, variants, or implementation from an existing design. Find components by name across configured teams and export compact node or section contracts.
Plugin manifests2
{
"name": "plugin-figma-inspect",
"version": "0.2.1",
"description": "Find Figma components across configured teams and inspect implementation-ready node contracts.",
"license": "MIT",
"author": {
"name": "plugin-figma-inspect contributors"
},
"skills": "./skills/",
"interface": {
"displayName": "Figma Inspect",
"shortDescription": "Find and inspect Figma components and layouts.",
"longDescription": "Figma Inspect searches persistent indexes across configured Figma teams, refreshes stale indexes on demand, and exports compact contracts for sections, component sets, frames, and standalone components.",
"developerName": "plugin-figma-inspect contributors",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": "Find the relevant Figma component, refresh the index if it is stale, and inspect its implementation contract."
}
}{
"name": "plugin-figma-inspect",
"version": "0.2.1",
"description": "Find Figma components across configured teams and inspect implementation-ready node contracts.",
"license": "MIT",
"author": {
"name": "plugin-figma-inspect contributors"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[plugin-figma-inspect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plugin-figma-inspect)