一键导入
dinghy-cli
Help with Dinghy CLI commands. Use when the user asks how to use a dinghy command, needs command options, or wants to know what commands are available.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Help with Dinghy CLI commands. Use when the user asks how to use a dinghy command, needs command options, or wants to know what commands are available.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build Docker images using Dinghy's docker build pipeline. Use when creating, modifying, or building Docker images with content-hashed tags, EJS templating, multi-arch support, and ordered multi-image builds.
Create Infrastructure as Code using Dinghy's React TSX components. Use when the user wants to provision infrastructure (currently AWS) using Terraform/OpenTofu rendered from TSX.
Create a new Dinghy Site (Docusaurus). Use when the user wants to create a documentation site, web app, or landing page using Dinghy's "Site Builder" feature.
Create a new Dinghy Slide presentation (RevealJS). Use when the user wants to create a slide deck, presentation, or talk using Dinghy's "Slide Builder" feature.
Create a new Dinghy Diagram (Diagram as Code). Use when the user wants to create architecture diagrams, system diagrams, or visual documentation using Dinghy's programmable React-based diagramming. Generates draw.io diagrams exported with PNG.
| name | dinghy-cli |
| description | Help with Dinghy CLI commands. Use when the user asks how to use a dinghy command, needs command options, or wants to know what commands are available. |
| argument-hint | ["command name or question"] |
Dinghy CLI runs commands locally and delegates to the Engine (a Docker
container) for most operations. All commands follow the pattern
dinghy <command> [subcommand] [options].
When the user asks about a specific command, read the corresponding module file
from the modules/ subdirectory of this skill directory. Each module contains
the full reference: usage, arguments, options, and subcommands.
| Command | Description | Module |
|---|---|---|
dinghy (cli) | CLI tool for local development — devcontainer, docker, info, upgrade | modules/cli.md |
dinghy aws | Run AWS CLI commands | modules/aws.md |
dinghy bash | Run bash in engine container | modules/bash.md |
dinghy check | Static code analysis (fmt, lint, type, test, git) | modules/check.md |
dinghy deno | Run deno commands in engine container | modules/deno.md |
dinghy devcontainer | Start project in VSCode devcontainer | modules/devcontainer.md |
dinghy diagram | Render draw.io diagrams and export PNG | modules/diagram.md |
dinghy gh | GitHub related operations | modules/gh.md |
dinghy info | Show runtime environment and project config | modules/info.md |
dinghy init | Create a new Dinghy project | modules/init.md |
dinghy render | Render TSX files to target formats | modules/render.md |
dinghy site | Documentation site (Docusaurus) — start, build, deploy | modules/site.md |
dinghy skill | Install or update Dinghy skills | modules/skill.md |
dinghy slide | RevealJS presentations — start, build, serve | modules/slide.md |
dinghy tf | Terraform/OpenTofu — diff, deploy, destroy, plan, init | modules/tf.md |
dinghy upgrade | Upgrade or lock Dinghy version | modules/upgrade.md |
These options are available on all commands:
| Option | Description |
|---|---|
-h, --help | Show help |
--app-home=<value> | Path to the Dinghy app home directory |
--debug | Enable debug mode |
--output=<value> | Path to the output directory (default: output) |