Skip to content

nerbzor/skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEF AI Agent Skills

AI coding skills for building agent services on the CEF AI stack. Install into Claude Code, Cursor, Codex, or any AI coding tool that supports the Agent Skills standard.

Install

bunx skills add cef-ai/skills

Skills

Skill Description
clientsdk Connect external code to CEF via @cef-ai/client-sdk: send events, query cubbies, subscribe to streams
cli Config schema, deploy/delete/clone commands, local dev server (cef dev), local automated testing, playground testing, environment variables, naming conventions
coding Handler signature, runtime API (CEFContext), entity hierarchy, V8 constraints, orchestration patterns, topology generation
inference ML model catalog (Qwen2-VL, Qwen3 embeddings, Whisper, emotion, sentiment, YOLO, plate detection, OCR), integration guides, input/output schemas, and handler patterns
storage Cubby API (SQLite query/exec, migrations, sqlite-vec), state machine, dedup, SQL patterns

How It Works

Skills are automatically discovered by your AI coding assistant based on context. When you ask it to build a CEF agent, call a model, or manage cubby state, the relevant skill loads and provides CEF-specific guidance, code patterns, and production examples.

Critical Constraint

All CEF handler code must be fully inline (no import or require). The runtime uses V8 isolates. Every skill enforces this rule.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors