run-codegen

star 782

Regenerate all generated code from .synq definitions and SQLite grammar. Use when .synq files, grammar actions, or dialect definitions have been modified and generated C/Rust code needs updating.

LalitMaganti By LalitMaganti schedule Updated 3/5/2026

name: run-codegen description: Regenerate all generated code from .synq definitions and SQLite grammar. Use when .synq files, grammar actions, or dialect definitions have been modified and generated C/Rust code needs updating. user_invocable: true

run-codegen

Regenerate all generated code from .synq definitions and SQLite grammar.

Instructions

  1. Run codegen:

    tools/run-codegen
    

    This regenerates:

    • C headers in syntaqlite-sys/csrc/
    • Rust node types, token types, and fmt bytecode in syntaqlite/src/generated/
  2. Verify the result:

    cargo check && cargo clippy
    

    Both must pass with zero warnings.

  3. Report results to the user, including any errors or warnings.

Install via CLI
npx skills add https://github.com/LalitMaganti/syntaqlite --skill run-codegen
Repository Details
star Stars 782
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator
LalitMaganti
LalitMaganti Explore all skills →