Lucid Agents
Skills

Skills

Install and use skill files to teach your coding agent how to build Lucid applications.

Skills are reusable instruction bundles (SKILL.md) that guide your AI client through specific workflows.

For Lucid, the lucid-agent-creator skill helps agents generate handlers and call create_lucid_agent correctly.

Install with curl

mkdir -p .claude/skills/lucid-agent-creator && \
curl -fsSL https://raw.githubusercontent.com/daydreamsai/skills-market/main/plugins/lucid-agent-creator/skills/SKILL.md \
  -o .claude/skills/lucid-agent-creator/SKILL.md

Optional companion guide

curl -fsSL https://raw.githubusercontent.com/daydreamsai/skills-market/main/plugins/lucid-agent-creator/GUIDE.md \
  -o .claude/skills/lucid-agent-creator/GUIDE.md

Next step

After adding the files, restart your AI client session and prompt it to create or update a Lucid app.

On this page