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
<ahref="https://github.com/effectorHQ/.github/blob/main/CODE_OF_CONDUCT.md"><imgsrc="https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg"alt="Code of Conduct"></a>
We don't build the brain (that's the LLM). We don't build the body (that's the runtime — [OpenClaw](https://github.com/openclaw/openclaw), [Claude Agent SDK](https://github.com/anthropics/claude-agent-sdk-python), and whatever comes next). We build the hands — and we make sure every hand is safer, more composable, and more powerful than what existed before.
32
33
34
+
### [`effector`](https://github.com/effectorHQ/effector) — the unified builder kit
35
+
36
+
> **One repo. One CLI. One manifest. Every runtime.**
37
+
>
38
+
> The [`effector`](https://github.com/effectorHQ/effector) monorepo consolidates the core toolchain into a single install path. All packages below (core, types, audit, compose, serve, lint) ship together, test together, and release together.
39
+
40
+
```bash
41
+
# The golden path — 30 seconds to typed, audited, compiled
42
+
npx @effectorhq/cli init my-skill # scaffold a typed skill manifest
|[`effector-types`](https://github.com/effectorHQ/effector-types)|**Standard capability types** — the `lib.d.ts` for agent tools, grounded in 13K+ skills · [`npm i @effectorhq/types`](https://npmjs.com/package/@effectorhq/types)|[](https://npmjs.com/package/@effectorhq/types)|
0 commit comments