/dokploy-deploy
This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".
$ npx -y skills add fcakyon/claude-codex-settings --skill dokploy-deploy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/dokploy-deploy
Context preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".
SKILL.md
dokploy-deploy.SKILL.mdname: dokploy-deploy
description: This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands".
references:
- cloud
- getting-started
- applications
- cli-commands
license: MIT
Dokploy Deploy Skill
Skill for working with Dokploy Cloud and self-hosted Dokploy dashboards. Use the copied Dokploy docs for dashboard workflows and `references/cli-commands.md` for the CLI command index.
Your knowledge of Dokploy plans, install flow, and product behavior may be outdated. Prefer the local references over memory when you need current steps or product wording.
Quick Decision Trees
"I need to choose Dokploy Cloud or self-hosted"
Need Dokploy Cloud?
├─ Managed Dokploy control plane → references/cloud/cloud.mdx
├─ Deploy to remote servers from Dokploy Cloud → references/cloud/cloud.mdx
└─ Need the dashboard docs too → references/remote-servers/ + references/applications/
Need self-hosted Dokploy?
├─ Fresh install → references/getting-started/installation.mdx
├─ Custom install settings → references/getting-started/manual-installation.mdx
└─ Day-to-day dashboard usage → references/applications/, references/docker-compose/, references/databases/
"I need to deploy applications"
Need app deploy workflow?
├─ App overview and tabs → references/applications/index.mdx
├─ Build and deploy details → references/applications/build-type.mdx
├─ Production guidance → references/applications/going-production.mdx
├─ Zero downtime or rollbacks → references/applications/zero-downtime.mdx and references/applications/rollbacks.mdx
└─ Preview deploys → references/applications/preview-deployments.mdx
"I need Docker Compose"
Need Docker Compose?
├─ Main workflow → references/docker-compose/index.mdx
├─ Domain handling → references/docker-compose/domains.mdx
├─ Example setup → references/docker-compose/example.mdx
└─ Utility details → references/docker-compose/utilities.mdx
"I need databases"
Need database docs?
├─ Overview → references/databases/index.mdx
├─ Backups or restore → references/databases/backups.mdx and references/databases/restore.mdx
├─ Connection docs → references/databases/connection/
└─ CLI command lookup → references/cli-commands.md
"I need domains or HTTPS"
Need domains?
├─ Main domain workflow → references/domains/index.mdx
├─ Generated domains → references/domains/generated.mdx
├─ Cloudflare-specific flow → references/domains/cloudflare.mdx
└─ Other DNS providers → references/domains/others.mdx
"I need remote servers"
Need remote servers?
├─ Feature overview → references/remote-servers/index.mdx
├─ Build server flow → references/remote-servers/build-server.mdx
├─ Deployment flow → references/remote-servers/deployments.mdx
├─ Setup instructions → references/remote-servers/instructions.mdx
└─ Security and validation → references/remote-servers/security.mdx and references/remote-servers/validate.mdx
"I need the Dokploy CLI"
Need CLI lookup?
└─ Full command index → references/cli-commands.md
Working Notes
- Use copied Dokploy docs for product behavior and dashboard steps.
- Use `references/cli-commands.md` for a quick command list sourced from `Dokploy/cli`.
- If the docs and the CLI source disagree, treat the CLI source-derived command index as the source of truth for command names.
Read more
name: dokploy-deploy description: This skill should be used when user asks to "deploy with Dokploy", "use Dokploy Cloud", "manage self-hosted Dokploy", "deploy Docker Compose on Dokploy", "manage Dokploy databases", "configure Dokploy domains", or "look up Dokploy CLI commands". references: - cloud - getting-started - applications - cli-commands license: MIT
Dokploy Deploy Skill
Skill for working with Dokploy Cloud and self-hosted Dokploy dashboards. Use the copied Dokploy docs for dashboard workflows and `references/cli-commands.md` for the CLI command index.
Your knowledge of Dokploy plans, install flow, and product behavior may be outdated. Prefer the local references over memory when you need current steps or product wording.
Quick Decision Trees
"I need to choose Dokploy Cloud or self-hosted"
Need Dokploy Cloud? ├─ Managed Dokploy control plane → references/cloud/cloud.mdx ├─ Deploy to remote servers from Dokploy Cloud → references/cloud/cloud.mdx └─ Need the dashboard docs too → references/remote-servers/ + references/applications/ Need self-hosted Dokploy? ├─ Fresh install → references/getting-started/installation.mdx ├─ Custom install settings → references/getting-started/manual-installation.mdx └─ Day-to-day dashboard usage → references/applications/, references/docker-compose/, references/databases/
"I need to deploy applications"
Need app deploy workflow? ├─ App overview and tabs → references/applications/index.mdx ├─ Build and deploy details → references/applications/build-type.mdx ├─ Production guidance → references/applications/going-production.mdx ├─ Zero downtime or rollbacks → references/applications/zero-downtime.mdx and references/applications/rollbacks.mdx └─ Preview deploys → references/applications/preview-deployments.mdx
"I need Docker Compose"
Need Docker Compose? ├─ Main workflow → references/docker-compose/index.mdx ├─ Domain handling → references/docker-compose/domains.mdx ├─ Example setup → references/docker-compose/example.mdx └─ Utility details → references/docker-compose/utilities.mdx
"I need databases"
Need database docs? ├─ Overview → references/databases/index.mdx ├─ Backups or restore → references/databases/backups.mdx and references/databases/restore.mdx ├─ Connection docs → references/databases/connection/ └─ CLI command lookup → references/cli-commands.md
"I need domains or HTTPS"
Need domains? ├─ Main domain workflow → references/domains/index.mdx ├─ Generated domains → references/domains/generated.mdx ├─ Cloudflare-specific flow → references/domains/cloudflare.mdx └─ Other DNS providers → references/domains/others.mdx
"I need remote servers"
Need remote servers? ├─ Feature overview → references/remote-servers/index.mdx ├─ Build server flow → references/remote-servers/build-server.mdx ├─ Deployment flow → references/remote-servers/deployments.mdx ├─ Setup instructions → references/remote-servers/instructions.mdx └─ Security and validation → references/remote-servers/security.mdx and references/remote-servers/validate.mdx
"I need the Dokploy CLI"
Need CLI lookup? └─ Full command index → references/cli-commands.md
Working Notes
- Use copied Dokploy docs for product behavior and dashboard steps.
- Use `references/cli-commands.md` for a quick command list sourced from `Dokploy/cli`.
- If the docs and the CLI source disagree, treat the CLI source-derived command index as the source of truth for command names.
Battle-tested Claude Code, OpenAI Codex, Cursor configs, plugins, hooks and agents with Kimi, MiniMax and GLM API support.
Repo: fcakyon/claude-codex-settings
Other skills on claude-codex-settings.
- /adhd-output-style
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or explicitly invokes "adhd-output-style".
Open skill - /agent-browser
Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth,
Open skill - /electron
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an
Open skill - /docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting
Open skill - /pdf
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms,
Open skill - /pptx
Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used
Open skill

