WithDocumentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
jelou skill install you install a SKILL.md file in your AI coding tool. This file teaches it everything about Jelou Functions: the define() API, the ctx object, validation with Zod, cron, testing, and CLI commands. With this, your tool can write correct platform code from the very first prompt.
Installation
Supported tools
The installer detects 12 AI coding tools. Each uses its own workflows directory, but all receive the same content.- Claude Code
- Cursor
- Windsurf
- Universal
- Others
Directory:
.claude/skills/jelou-functions/SKILL.mdDetected automatically. The workflow appears as available context in your conversations.How to use it
Once installed, your AI tool understands the full platform. Try prompts like:define(), @jelou/functions, ctx.env, ctx.isCron, createMockContext, or jelou commands.
Local vs global
| Mode | Command | Location | Use |
|---|---|---|---|
| Local | jelou skill install | .agents/skills/ in the project | Per project, share with team via git |
| Global | jelou skill install --global | Home directory (~) | Active in all projects |
.agents/skills/, any team member who clones the repo will have the workflow available without running anything.
Global is useful if you work on multiple Jelou Functions projects and want the workflow always active.