Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.57 KB

File metadata and controls

35 lines (25 loc) · 1.57 KB
name starknet-skills
description Routes Cairo/Starknet coding and audit tasks to the smallest relevant module for focused, high-quality execution.

Starknet Skills Router

Use this file to choose the smallest relevant module.

Start Here

Routing Policy

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

Recommended Build-to-Audit Flow

For new contract work, use this sequence:

  1. cairo-contract-authoring
  2. cairo-testing
  3. cairo-optimization (if performance matters)
  4. cairo-auditor

cairo-contract-authoring, cairo-testing, and cairo-optimization output a Handoff Block at the end of their workflows — a structured summary (files touched, security posture, test status) that can be passed as input to the next skill. See references/skill-handoff.md for the format.