-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
33 lines (22 loc) · 1.81 KB
/
llms.txt
File metadata and controls
33 lines (22 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# starknet-skills
> Cairo/Starknet skills for AI coding agents — security review, contract authoring, testing, and optimization.
## Skills
- [cairo-auditor](cairo-auditor/SKILL.md): Security review with parallel vector specialists and false-positive gating. 170 attack vectors from 217 real audit findings.
- [cairo-contract-authoring](cairo-contract-authoring/SKILL.md): Write correct, secure, component-ready Cairo contracts. OpenZeppelin 3.0.0 component wiring. 5 mandatory security rules.
- [cairo-testing](cairo-testing/SKILL.md): Full test coverage with snforge — unit, integration, fuzz, fork, and regression tests. 5 mandatory coverage rules.
- [cairo-optimization](cairo-optimization/SKILL.md): Profile-driven optimization with 12 rules including BoundedInt, storage packing, and arithmetic patterns.
- [cairo-toolchain](cairo-toolchain/SKILL.md): Build, declare, deploy, and verify operations for Starknet.
- [account-abstraction](account-abstraction/SKILL.md): Account abstraction patterns, session keys, and validation flow risks.
- [starknet-network-facts](starknet-network-facts/SKILL.md): Starknet network constraints, fee mechanics, and timing semantics.
## Recommended Flow
cairo-contract-authoring → cairo-testing → [cairo-optimization (if needed)] → cairo-auditor
## Install
Claude Code: /plugin marketplace add keep-starknet-strange/starknet-skills
Cursor: Clone repo and add as workspace directory, or copy individual skill dirs into your project's `.cursor/skills/` folder; routing rules are in `.cursor/rules/starknet-skills.md`
Any agent: Point at https://raw.githubusercontent.com/keep-starknet-strange/starknet-skills/main/SKILL.md
## Tooling
- Scarb >= 2.14.0 (recommended 2.16.x)
- Starknet Foundry 0.57.0
- OpenZeppelin Cairo 3.0.0
## Source
https://github.com/keep-starknet-strange/starknet-skills