Teach your AI coding assistant how to use the Relight CLI. One file gives it full knowledge of every command, flag, workflow, and cloud provider.
cp -r skill/dist/claude-code/relight ~/.claude/skills/Or add to your project (version-controlled):
cp -r skill/dist/claude-code/relight .claude/skills/Then use /relight or just ask Claude to deploy, manage databases, etc.
cp -r skill/dist/codex/relight ~/.codex/skills/Or add to your project:
cp -r skill/dist/codex/relight codex/skills/cp skill/dist/cursor/relight.mdc .cursor/rules/The rule is set to alwaysApply: true so Cursor always has Relight context.
cp skill/dist/opencode/AGENTS.md .Or set globally:
cp skill/dist/opencode/AGENTS.md ~/.config/opencode/The skill teaches the AI assistant:
- All 40+ CLI commands with flags and options
- Cloud-specific defaults (Cloudflare, GCP, AWS, Azure)
- Common workflows (deploy, database, domains, secrets, multi-cloud)
- Architecture (clouds vs services,
.relight.yamllinking) - Tips and gotchas
All formats are generated from a single relight.md source file:
cd skill && ./build.shOutput goes to skill/dist/.