Documentation Index
Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt
Use this file to discover all available pages before exploring further.
sqb skills
Install or update SQLBuild skill files so AI coding agents (Claude Code, OpenCode, Cursor, etc.) understand your project’s framework, syntax, and conventions.sqb skills update
Write the packaged SQLBuild skill file to agent-specific locations in your project.Flags
| Flag | Description |
|---|---|
--target | Specify agent targets to install for. Can be passed multiple times. |
--global | Install to global agent config directories instead of project-local |
--force | Overwrite existing skill files even if they were not generated by SQLBuild |
Targets
Three agent targets are supported:| Target | Local path | Global path |
|---|---|---|
opencode | .opencode/skills/sqlbuild/SKILL.md | ~/.config/opencode/skills/sqlbuild/SKILL.md |
claude | .claude/skills/sqlbuild/SKILL.md | ~/.claude/skills/sqlbuild/SKILL.md |
agents | .agents/skills/sqlbuild/SKILL.md | ~/.agents/skills/sqlbuild/SKILL.md |
--target to install specific ones:
Overwrite behavior
Generated skill files include a marker comment.sqb skills update will:
- Overwrite files it previously generated (safe to rerun)
- Refuse to overwrite files that were manually created or edited (no marker)
- Overwrite any file when
--forceis passed
Configuration
Default targets can be set insqlbuild_project.toml so the team shares the same agent config:
--target flags override the TOML config.
Playground
The playground command automatically runssqb skills update after creating the project, so AI agents are ready to use immediately:

