You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@ graph LR
34
34
> Our [analysis of 13,729 ClawHub skills](https://github.com/effectorHQ/clawhub-analysis) found a **67% agent failure rate**: driven by untyped interfaces, missing prerequisites, and permission mismatches.
35
35
> This is the paradigm we're building: Effector = **the smallest capability unit** an agent can discover, inspect, run, compose, and carry across runtimes.
36
36
37
-
The core thesis: AI agent capabilities need types. Today you chain two skills and pray they work. Tomorrow you type-check the composition before a single token is spent.
37
+
The core thesis: AI agent capabilities need types. Today you chain two skills and pray they work. Tomorrow you type-check the composition before a single token is spent. Status reflects current release or draft; see each repo's releases and `package.json` for versions.
38
38
39
39
| Project | What it is | Status |
40
40
|---------|-----------|--------|
41
+
|[`effector-core`](https://github.com/effectorHQ/effector-core)|**Shared kernel** — TOML/SKILL parser, type checker, schema validator; one impl for compose, graph, skill-lint, MCP | v0.1.0 |
0 commit comments