{"id":50964564,"url":"https://github.com/flexcompute/plugin-marketplace","last_synced_at":"2026-06-18T18:30:39.219Z","repository":{"id":365560349,"uuid":"1230850668","full_name":"flexcompute/plugin-marketplace","owner":"flexcompute","description":"Flexcompute AI plugin marketplace for Claude Code, Codex, and GitHub Copilot CLI.","archived":false,"fork":false,"pushed_at":"2026-06-17T21:03:42.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T23:07:33.753Z","etag":null,"topics":["ai-agents","claude-code","codex","copilot","flexcompute","mcp","photonforge","tidy3d"],"latest_commit_sha":null,"homepage":"https://www.flexcompute.com/resources/ai-agent/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexcompute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T11:36:32.000Z","updated_at":"2026-06-17T21:04:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flexcompute/plugin-marketplace","commit_stats":null,"previous_names":["flexcompute/plugin-marketplace"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/flexcompute/plugin-marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fplugin-marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fplugin-marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fplugin-marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fplugin-marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexcompute","download_url":"https://codeload.github.com/flexcompute/plugin-marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fplugin-marketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34503507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","claude-code","codex","copilot","flexcompute","mcp","photonforge","tidy3d"],"created_at":"2026-06-18T18:30:38.033Z","updated_at":"2026-06-18T18:30:39.211Z","avatar_url":"https://github.com/flexcompute.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flexcompute Plugins\n\n[Tidy3D](https://docs.flexcompute.com/projects/tidy3d/en/latest/) and [PhotonForge](https://docs.flexcompute.com/projects/photonforge/en/latest/) for your AI coding assistant.\n\n## Why This Exists\n\nInstead of pasting docs, setup notes, [Tidy3D notebooks](https://github.com/flexcompute/tidy3d-notebooks), and simulation workflow context into every chat, install these plugins once. Your agent can retrieve semantically indexed Flexcompute guidance, including notebooks that capture real workflows, and use the right [Tidy3D](https://docs.flexcompute.com/projects/tidy3d/en/latest/) or [PhotonForge](https://docs.flexcompute.com/projects/photonforge/en/latest/) approach while it writes, debugs, or reviews code.\n\n## Install\n\nmacOS or Linux:\n\n```bash\ncurl -LsSf https://raw.githubusercontent.com/flexcompute/plugin-marketplace/main/install.sh | bash\n```\n\nWindows PowerShell:\n\n```powershell\npowershell -ExecutionPolicy ByPass -c \"irm https://raw.githubusercontent.com/flexcompute/plugin-marketplace/main/install.ps1 | iex\"\n```\n\nThe installer checks `uvx` and `tidy3d-mcp` first. If `uvx` is missing in an interactive terminal, it asks before running Astral's official [`uv`](https://docs.astral.sh/uv/) installer. When you pipe the installer from `curl`, pass `--install-uv` to opt in up front. It then asks which AI coding tool you use and sets up the plugins.\n\nIn non-interactive terminals, pass `--client auto`, `--client codex`, `--client claude`, `--client copilot`, `--client cursor`, or `--client none`. In PowerShell, use `-Client` instead.\n\n## What You Can Ask\n\n| Goal | Example prompt |\n| --- | --- |\n| Build or debug Tidy3D simulations | `use FlexAgent to set up a Tidy3D silicon waveguide simulation` |\n| Use current Flexcompute docs | `look up the Tidy3D API for ModeSource` |\n| Author PhotonForge components | `create a parameterized MMI component` |\n| Review layout connectivity | `check this PhotonForge layout for port issues` |\n\n## Reference Links\n\n- [`uv` documentation](https://docs.astral.sh/uv/)\n- [Tidy3D documentation](https://docs.flexcompute.com/projects/tidy3d/en/latest/)\n- [Tidy3D notebooks](https://github.com/flexcompute/tidy3d-notebooks)\n- [PhotonForge documentation](https://docs.flexcompute.com/projects/photonforge/en/latest/)\n\n## Included Plugins\n\nThis README is the current public catalog. Until a plugin needs longer examples, each plugin's installed skills and MCP tools are listed here.\n\n### `tidy3d`\n\n| Installed surface | Name | What it enables |\n| --- | --- | --- |\n| Skill | `flexagent` | Tidy3D simulation setup, API usage, troubleshooting, geometry import, result analysis, cost-aware workflow guidance, and script review. |\n| MCP server | `tidy3d` via `uvx tidy3d-mcp` | Flexcompute docs search and doc fetch tools. Host-specific tool names can vary, but the tools end in `search_flexcompute_docs` and `fetch_flexcompute_doc`. |\n\n### `photonforge`\n\n| Installed surface | Name | What it enables |\n| --- | --- | --- |\n| Skill | `photonforge-pcell-authoring` | PhotonForge PCell authoring, custom technologies, ports, hierarchy, schema-aware component definitions, and layout preview guidance. |\n| Skill | `photonforge-layout-verification` | Schematic-to-layout assembly, routing, physical and virtual connection checks, netlist inspection, LVS-style review, and overlap sanity checks. |\n| MCP server | `tidy3d` via `uvx tidy3d-mcp` | Flexcompute docs search and doc fetch tools for PhotonForge and related API guidance. Host-specific tool names can vary, but the tools end in `search_flexcompute_docs` and `fetch_flexcompute_doc`. |\n\n## Manual Install\n\nUse this path if you want to run the steps yourself. Install [`uv`](https://docs.astral.sh/uv/), then verify that the MCP server starts:\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\nuvx tidy3d-mcp --help\n```\n\nOn Windows PowerShell:\n\n```powershell\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\nuvx tidy3d-mcp --help\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eClaude Code\u003c/summary\u003e\n\n```bash\nclaude plugin marketplace add flexcompute/plugin-marketplace\nclaude plugin install tidy3d@flexcompute\nclaude plugin install photonforge@flexcompute\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCodex\u003c/summary\u003e\n\n```bash\ncodex plugin marketplace add flexcompute/plugin-marketplace\ncodex plugin add tidy3d@flexcompute\ncodex plugin add photonforge@flexcompute\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCursor\u003c/summary\u003e\n\nOpen Cursor Agent chat and run:\n\n```text\n/add-plugin https://github.com/flexcompute/plugin-marketplace\n```\n\nThen select or enable `tidy3d` and `photonforge` when Cursor prompts.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eVS Code Agent Plugins (Preview)\u003c/summary\u003e\n\nAgent plugins are currently a VS Code preview feature. In VS Code user\nsettings JSON, make sure plugin support is enabled and add the Flexcompute\nmarketplace:\n\n```json\n{\n  \"chat.plugins.enabled\": true,\n  \"chat.plugins.marketplaces\": [\n    \"flexcompute/plugin-marketplace\"\n  ]\n}\n```\n\nIf `chat.plugins.enabled` is locked, it is managed by your GitHub Copilot\norganization policy. Ask your administrator to enable agent plugins.\n\nThen open the Extensions view, search `@agentPlugins`, and install `tidy3d`\nand `photonforge`.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGitHub Copilot CLI\u003c/summary\u003e\n\n```bash\ncopilot plugin marketplace add flexcompute/plugin-marketplace\ncopilot plugin install tidy3d@flexcompute\ncopilot plugin install photonforge@flexcompute\n```\n\n\u003c/details\u003e\n\n## Troubleshooting\n\nIf the plugins do not appear, restart or reload the AI coding tool first.\n\nIf MCP tools do not start, run `uvx tidy3d-mcp --help`.\n\nIf installation still fails, open an issue at https://github.com/flexcompute/plugin-marketplace/issues with your operating system, AI coding tool, install command, and terminal output.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexcompute%2Fplugin-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexcompute%2Fplugin-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexcompute%2Fplugin-marketplace/lists"}