Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 903 Bytes

File metadata and controls

25 lines (19 loc) · 903 Bytes
name starknet-skills
description Router skill for Cairo/Starknet high-quality coding and auditing. Use this first to pick a focused module.

Starknet Skills Router

Use this file to choose the smallest relevant module.

Start Here

  • For contract security review: cairo-auditor/SKILL.md
  • For writing new contracts: cairo-contract-authoring/SKILL.md
  • For testing and fuzzing: cairo-testing/SKILL.md
  • For gas/perf optimization: cairo-optimization/SKILL.md
  • For build/declare/deploy/release operations: cairo-toolchain/SKILL.md
  • For account abstraction rules and risks: account-abstraction/SKILL.md
  • For Starknet network constraints: starknet-network-facts/SKILL.md
  • For OpenZeppelin Cairo usage and footguns: openzeppelin-cairo/SKILL.md

Routing Policy

  • Prefer one module first.
  • Add a second module only when blocked.
  • Keep context narrow and evidence-based.