Skip to main content

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

Targets

Three agent targets are supported: By default, all three targets are installed. Use --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 --force is passed

Configuration

Default targets can be set in sqlbuild_project.toml so the team shares the same agent config:
CLI --target flags override the TOML config.

Playground

The playground command automatically runs sqb skills update after creating the project, so AI agents are ready to use immediately: