An agent skill specification for Datastar.
This repository organizes Datastar guidance using skill's progressive disclosure:
- Core cross-language guidance stays in
SKILL.md. - Language-specific backend implementation details live under
datastar/references/{language}.md.
For best results you may want to include your project's backend language in your prompt or AGENTS.md file.
After cloning this repository, install the datastar skill into your agent's skills directory from the repository root.
Codex reads skills from $CODEX_HOME/skills (default: ~/.codex/skills).
From the Codex App you can use the skill-installer skill:
$skill-installer install https://github.com/VimCommando/datastar-skills --path datastar
Or manually after cloning the repository:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R datastar "${CODEX_HOME:-$HOME/.codex}/skills/datastar"Restart Codex after installing.
Project-local install:
mkdir -p .claude/skills
cp -R datastar .claude/skills/datastarGlobal install:
mkdir -p ~/.claude/skills
cp -R datastar ~/.claude/skills/datastarProject-local install:
mkdir -p .opencode/skills
cp -R datastar .opencode/skills/datastarGlobal install:
mkdir -p ~/.config/opencode/skills
cp -R datastar ~/.config/opencode/skills/datastarRestart OpenCode after installing.
Built from https://gist.github.com/njreid/29032a171ec88c4fe8da1b09e2bac196