garaga
Cairo code optimization, profiling, and SNARK verifier development
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Garaga skills?โผ
Run `npx skills add keep-starknet-strange/garaga --all -g -y` in your terminal to install all skills in this suite globally.
How to optimize slow Cairo code?โผ
The cairo-coding skill applies proven patterns like DivRem, pointer-based iteration, and BoundedInt types to cut gas costs and execution steps in your Cairo functions.
How to profile a Cairo function?โผ
The benchmarking-cairo skill runs a single CLI command that executes your test, builds a profile, and exports a call-graph PNG showing hotspots by steps or gas.
Does Garaga work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
What is Garaga used for on Starknet?โผ
Garaga provides elliptic curve operations and SNARK verifier generation for Cairo, letting developers verify Groth16 and Noir proofs directly on Starknet.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core