Skip to main content
LalitMaganti
GitHub creator profile

LalitMaganti

Repository-level view of 8 collected skills across 1 GitHub repositories.

skills collected
8
repositories
1
updated
Aug 15, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

cp
software-developers

Commit all current changes, push to a feature branch, and create a PR. Use when the user asks to commit, push, save progress, or ship changes.

Aug 15, 2026
cpfast
software-developers

Quickly commit and push current changes to a feature branch and create a PR, skipping pre-push checks. WARNING: if CI starts failing, use /cp instead.

Aug 15, 2026
debug-formatter
software-developers

Debug a SQL formatter bug. Use when the user reports incorrect formatting, such as wrong whitespace, misplaced comments, or blank lines.

Aug 15, 2026
format
software-developers

Format SQL files using the syntaqlite formatter. Use when the user wants to format, reformat, or pretty-print SQL code.

Aug 15, 2026
parse
software-developers

Parse SQL and inspect the AST using syntaqlite. Use when the user wants to see the parse tree, debug SQL syntax, or understand how a query is structured.

Aug 15, 2026
validate
software-developers

Validate SQL and report diagnostics using syntaqlite. Use when the user wants to check SQL for errors, lint SQL files, or verify correctness against a schema.

Aug 15, 2026
run-tests
software-quality-assurance-analysts-and-testers

Run tests to verify correctness after code changes. Use when the user asks to run tests, verify changes, or check that things still work. Runs Rust unit tests and integration tests.

Mar 7, 2026
run-codegen
software-developers

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.

Mar 5, 2026
Showing 1 of 1 repositories
All repositories loaded