solana-skills
Formal verification and security audits for Solana programs
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install solana-skills?โผ
Run `npx skills add QEDGen/solana-skills --all -g -y` in your terminal to install all skills in this repository globally.
How to formally verify a Solana program?โผ
Write a .qedspec describing what your program must guarantee, then run qedgen check and qedgen codegen to generate tests, Kani harnesses, and Lean proofs from that single spec.
How to audit an existing Solana program for vulnerabilities?โผ
Invoke the qedgen-auditor skill on your Anchor, Quasar, Pinocchio, or native Rust program. It surfaces confirmed findings with reproducible test evidence, not speculative warnings.
Does solana-skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Windsurf, GitHub Copilot, and any compatible coding agent.
Do I need formal verification experience to use QEDGen?โผ
No. Your agent writes the spec, fills generated code stubs, and runs the proof backends for you based on plain-English requests.
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