What problem does it solve?
This Skill guides developers to write fully inline CEF agent handler code, understand the Context API surfaces (context.models, context.agents, context.cubbies, context.streams, context.rafts, context.image, context.emit, context.fetch, context.workspace, context.log), coordinate multi-agent orchestration, and generate complete CEF projects from natural language goals.
Core Features & Use Cases
- Inline handler programming: write self-contained TypeScript handler files that run in V8 isolates with only the runtime context access.
- Entity hierarchy and orchestration: understand how workspaces, streams, cubbies, rafts, agents, tasks, and engagements wire together to deliver end-to-end workflows.
- Project generation and local development: create deployable CEF projects from goals and test them locally with cef dev.
Quick Start
Run cef dev to start a local CEF dev server and begin building and testing a fully inline handler-based project.