# syntaqlite

A parser, formatter, validator, and language server for SQLite SQL, built on SQLite's own grammar and tokenizer. If SQLite accepts it, syntaqlite parses it. If SQLite rejects it, so does syntaqlite. Note: syntaqlite is at 0.x.

- Tier: Indexed (plain plugin)
- Category: Development
- Page: https://www.flowy.sh/listings/lalitmaganti-syntaqlite
- Source: https://github.com/LalitMaganti/syntaqlite
- Price: free and open source

## Summary
syntaqlite is a Claude Code plugin with 3 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes format, parse, validate. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add LalitMaganti/syntaqlite --agent claude-code
```

## Skills
- format
- parse
- validate

## FAQ

### What is syntaqlite?
A parser, formatter, validator, and language server for SQLite SQL, built on SQLite's own grammar and tokenizer. If SQLite accepts it, syntaqlite parses it. If SQLite rejects it, so does syntaqlite. Note: syntaqlite is at 0.x.

### How do I install syntaqlite?
Run these in Claude Code: npx -y skills add LalitMaganti/syntaqlite --agent claude-code. Then prompt normally.

### Does syntaqlite auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is syntaqlite free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
