Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.03 KB

File metadata and controls

19 lines (11 loc) · 1.03 KB

Scaffold-ETH 2 Extensions - AI Skills

AI skills for extending Scaffold-ETH 2 projects. Each skill gives an AI agent the knowledge it needs to integrate a technology into an SE-2 app.

Available Skills

Skill Description
Ponder Blockchain event indexing with Ponder. Automatically indexes deployed contract events and serves data via GraphQL

Usage

Point your AI agent directly at the skill file (skills/ponder/SKILL.md) for the full integration knowledge.

How Skills Work

Unlike traditional template-based extensions that merge files mechanically, skills are knowledge documents. They contain everything an AI agent needs to know: dependencies, configuration patterns, integration points, and examples, organized by concern rather than as rigid step-by-step instructions.

The AI reads the skill and applies it intelligently to the specific project, adapting to existing code and user preferences.