Skip to main content
ClaudeWave

Optical design and simulation skills for AI coding agents, powered by the 3DOptix platform. Bundles the 3DOptix MCP server with workflow skills for Claude Code, Codex, Cursor and more.

PluginsRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add 3doptix/skills
/plugin install skills
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Casos de uso

Resumen de Plugins

# 3DOptix for AI coding agents

Design, simulate and analyse optical systems from your coding agent, using the
[3DOptix](https://www.3doptix.com) cloud platform.

This repository is a **plugin** — it bundles the 3DOptix MCP server together with a skill that
teaches the agent how to use it well. Install it once and your agent can build optical setups,
place lenses and detectors, run GPU ray-trace simulations and advanced optical analysis.

Skills here follow the [Agent Skills](https://agentskills.io) open standard, so they work in
Claude Code, Codex, Cursor and other compliant clients.

---

## Install

### Claude Code

```bash
claude plugin marketplace add 3doptix/skills
claude plugin install 3doptix@3doptix
```

### Codex

```bash
codex plugin marketplace add 3doptix/skills
codex plugin add 3doptix@3doptix
```

### Just the MCP server

If you only want the tools and not the workflow guidance, add the server directly:

```bash
claude mcp add --transport http 3doptix https://mcp.3doptix.com
```

## Connect your account

You need a 3DOptix account. New sign-ups at [3doptix.com](https://www.3doptix.com) get a fully
functional trial; continued use needs a subscription.

Authentication is OAuth 2.0 with dynamic client registration. **There is no API key to paste.**

- **Claude Code** — run `/mcp`, select **3doptix**, sign in via the browser.
- **Codex** — run `codex mcp login 3doptix`.

Then confirm it worked by asking your agent to list your setups. Your agent can also walk you
through this itself — the bundled `3doptix-setup` skill activates on connection errors. Full
troubleshooting: [`skills/3doptix-setup/SKILL.md`](skills/3doptix-setup/SKILL.md).

---

## What's included

| Skill | What it covers |
|---|---|
| [`3doptix-workflow`](skills/3doptix-workflow/SKILL.md) | Setup creation, component placement and alignment, light sources, detectors, catalog and custom optics, simulation, analysis, optimisation, Zemax import, CAD upload |
| [`3doptix-setup`](skills/3doptix-setup/SKILL.md) | Connecting and verifying the MCP server; activates on auth errors |

The `3doptix` MCP server provides tools for setups, parts, the optics and optomechanics catalogs,
simulation, analysis and rendering. Tool reference: [3doptix.com](https://www.3doptix.com).

### Try it

```
Build a 2-lens beam expander for a 5 mm 632 nm beam, 3× magnification,
then run a spot diagram on the output.
```

```
Import my Zemax file into 3DOptix and tell me where the aberrations are worst.
```

---

## Repository layout

```
.claude-plugin/     Claude Code plugin + marketplace manifests
.codex-plugin/      Codex plugin manifest
.agents/plugins/    Codex marketplace manifest
.mcp.json           The 3DOptix remote MCP server
server.json         MCP Registry entry
skills/             Agent Skills — shared by every store
scripts/            validate.js, set-version.js — plain Node, no dependencies
```

Skill content lives in exactly one place. Each store gets a small manifest pointing at the same
`skills/` tree — nothing is duplicated per client.

There is no build step. Skills are Markdown and manifests are JSON, so what you see here is
exactly what gets installed.

---

## Contributing

### Adding a skill

Create `skills/<name>/SKILL.md` with the required frontmatter:

```markdown
---
name: your-skill-name
description: "When this skill should and should not trigger."
---
```

`name` must match the directory name — every store enforces this. Put anything lazily loaded in
`skills/<name>/references/` and point at it from `SKILL.md`. Skills are discovered by directory,
so there is no manifest to register a new one in.

Only skills under `skills/` ship. A skill still in development belongs in an `inactive-skills/`
directory instead — no store scans it there, so it can live in the repository without reaching
users.

### Checks

```bash
node scripts/validate.js
```

No install step; it has no dependencies. It checks skill frontmatter against the Agent Skills
spec, confirms all four manifests agree on a version, and refuses to pass if `.mcp.json` ever
grows a credential. CI runs the same script on every push and pull request.

Before publishing a change, also confirm what a user will actually receive:

```bash
claude plugin details 3doptix
```

### Releasing

`.claude-plugin/plugin.json` holds the authoritative version. To cut a release:

```bash
node scripts/set-version.js 1.1.0   # writes all four manifests
node scripts/validate.js
git commit -am "release: 1.1.0" && git tag v1.1.0
git push && git push --tags
```

**Never edit a manifest's `version` by hand** — `validate.js` will fail, which is the point.

Directories that list this plugin track commits on `main` and pick up changes automatically, so
a push is a release whether or not you tag it. Tag anyway; it is how users pin a known-good
version.

---

## Support

- Product and accounts — [support@3doptix.com](mailto:support@3doptix.com)
- Bugs in these skills — open an issue on this repository
- Privacy — [privacy policy](https://www.3doptix.com/privacy-policy)

## Licence

MIT — see [LICENSE](LICENSE).

Lo que la gente pregunta sobre skills

¿Qué es 3doptix/skills?

+

3doptix/skills es plugins para el ecosistema de Claude AI. Optical design and simulation skills for AI coding agents, powered by the 3DOptix platform. Bundles the 3DOptix MCP server with workflow skills for Claude Code, Codex, Cursor and more. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala skills?

+

Puedes instalar skills clonando el repositorio (https://github.com/3doptix/skills) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar 3doptix/skills?

+

3doptix/skills aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene 3doptix/skills?

+

3doptix/skills es mantenido por 3doptix. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a skills?

+

Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.

Despliega skills en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: 3doptix/skills
[![Featured on ClaudeWave](https://claudewave.com/api/badge/3doptix-skills)](https://claudewave.com/repo/3doptix-skills)
<a href="https://claudewave.com/repo/3doptix-skills"><img src="https://claudewave.com/api/badge/3doptix-skills" alt="Featured on ClaudeWave: 3doptix/skills" width="320" height="64" /></a>

Más Plugins

Alternativas a skills