Documentation Index
Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt
Use this file to discover all available pages before exploring further.
devhelm skills install auto-detects installed hosts and copies the bundle to the right location. This page documents each supported host — where files land, how to authenticate, and how to verify.
If your host isn’t listed but follows the Anthropic agent-skill convention (a directory of SKILL.md files loaded at session start), use --target generic --path /your/path and point it at the host’s skills directory.
Cursor
Project-scoped (recommended) — skills committed with your repo, so every contributor gets them:.cursor/skills/ and adds the directory to .gitignore only if you’re also storing secrets there — the skills themselves are safe to commit.
Global — available in every workspace:
~/.cursor/skills/.
Authenticate the CLI once so the skill’s shell calls succeed:
Claude Code
Claude Code reads skills from~/.claude/skills/ by default:
--path ./.claude/skills:
devhelm binary and inherits your shell’s environment.
Claude Desktop
Claude Desktop imports skills as uploaded bundles (zip files), not directory symlinks. Generate the bundle:devhelm skills bundle again gives you a fresh zip.
Because Claude Desktop sandboxes skill execution, set your API token in Claude Desktop’s skill-level environment configuration rather than your shell.
Generic / other hosts
SKILL.md files plus references/ — any host that understands Anthropic’s skill convention can load it.
What gets installed
Each target receives four skill directories:_generated/*.fields.md files are regenerated from docs/openapi/monitoring-api.json on every CLI release, so field-level schema is always in sync with the live API.
Authentication
The skills themselves don’t store credentials — they shell out todevhelm, which resolves the API token in this order:
--api-tokenflag (not used by the skills).DEVHELM_API_TOKENenvironment variable.~/.devhelm/contexts.json(populated bydevhelm auth login).
Default) works fine for all four skills. It’s an ordinary API key — rename, rotate, or delete it like any other. If you want a separate key for agent use, create one in Settings → API Keys; all keys have full access to the organization, so the isolation is about auditability, not capability.
Verify
- Whether the bundled skills are present (and their version).
- Whether your CLI is authenticated.
- Which agent hosts were detected.
- Which skill directories are installed where.
Updating
Skills are versioned with the CLI. To upgrade, upgrade the CLI and re-run install:devhelm skills install is idempotent — it replaces existing files with the new version. If you’ve edited a skill locally, save your changes before re-running.
Uninstalling
Delete the skill directories.devhelm doesn’t track install locations separately from what doctor shows, so removing the files is sufficient: