install_skill
Copy a build123d workflow skill into your project, writing agent configs so the step-by-step process is available in future sessions.
Instructions
Copy a b123d workflow skill into the current project.
Writes the appropriate config file for the requested agent so the
step-by-step workflow is available in future sessions.
skill: which workflow to install (default "drawing")
- drawing → multi-view engineering drawings from build123d geometry
- modeling → build 3D parts/assemblies (incl. from technical drawings)
target: one of "claude" (default), "agents-md", "cursor", "windsurf"
- claude → .claude/skills/<skill-dir>/SKILL.md (Claude Code)
- agents-md → AGENTS.md (Codex CLI, Antigravity, GitHub Copilot, Cline)
- cursor → .cursor/rules/<skill-dir>.mdc
- windsurf → .windsurfrules
force: overwrite existing installation (default False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| skill | No | drawing | |
| target | No | claude |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |