Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Relight AI Skill

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.

Install

Claude Code

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.

Codex

cp -r skill/dist/codex/relight ~/.codex/skills/

Or add to your project:

cp -r skill/dist/codex/relight codex/skills/

Cursor

cp skill/dist/cursor/relight.mdc .cursor/rules/

The rule is set to alwaysApply: true so Cursor always has Relight context.

OpenCode

cp skill/dist/opencode/AGENTS.md .

Or set globally:

cp skill/dist/opencode/AGENTS.md ~/.config/opencode/

What's included

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.yaml linking)
  • Tips and gotchas

Building from source

All formats are generated from a single relight.md source file:

cd skill && ./build.sh

Output goes to skill/dist/.