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.mdOptional 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.mdNext step
After adding the files, restart your AI client session and prompt it to create or update a Lucid app.