Skip to content

Commit 111c491

Browse files
committed
docs: add effector-core to README; status column to version tags only; note on versions
Made-with: Cursor
1 parent c425d29 commit 111c491

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

profile/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ graph LR
3434
> 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.
3535
> This is the paradigm we're building: Effector = **the smallest capability unit** an agent can discover, inspect, run, compose, and carry across runtimes.
3636
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.
3838

3939
| Project | What it is | Status |
4040
|---------|-----------|--------|
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 |
4142
| [`effector-spec`](https://github.com/effectorHQ/effector-spec) | **The Specification** — type language, composition algebra, discovery protocol | v0.2.0 draft |
4243
| [`effector-types`](https://github.com/effectorHQ/effector-types) | **Standard capability types** — the `lib.d.ts` for agent tools, grounded in 13K+ skills | v0.2.0 |
4344
| [`clawhub-analysis`](https://github.com/effectorHQ/clawhub-analysis) | **Empirical data** — 13,729 skills analyzed, type distributions, failure rates | Data + notebook |
@@ -47,17 +48,17 @@ The core thesis: AI agent capabilities need types. Today you chain two skills an
4748

4849
| Project | What it does | Status |
4950
|---------|-------------|--------|
50-
| [`skill-lint`](https://github.com/effectorHQ/skill-lint) | CLI — validate SKILL.md structure before publishing | Working (v0.2.0) |
51+
| [`skill-lint`](https://github.com/effectorHQ/skill-lint) | CLI — validate SKILL.md structure before publishing | v0.2.0 |
5152
| [`skill-eval`](https://github.com/effectorHQ/skill-eval) | **Evaluation framework** — measure whether skills actually work | v0.1.0 (static) |
5253
| [`effector-audit`](https://github.com/effectorHQ/effector-audit) | Security audit — Sigstore signing, permission drift detection | v0.1.0 |
53-
| [`skill-lint-action`](https://github.com/effectorHQ/skill-lint-action) | GitHub Action — inline PR annotations, zero config | Working (v1.0.0) |
54+
| [`skill-lint-action`](https://github.com/effectorHQ/skill-lint-action) | GitHub Action — inline PR annotations, zero config | v1.0.0 |
5455

5556
### Build & Ship
5657
`get started in minutes`
5758

5859
| Project | What it does | Status |
5960
|---------|-------------|--------|
60-
| [`create-effector`](https://github.com/effectorHQ/create-effector) | `npx create-effector` — scaffold any Effector type | Working (v0.1.0) |
61+
| [`create-effector`](https://github.com/effectorHQ/create-effector) | `npx create-effector` — scaffold any Effector type | v0.1.0 |
6162
| [`linear-skill`](https://github.com/effectorHQ/linear-skill) | **Reference implementation** — production-ready skill, Grade A eval, zero lint errors | v1.0.0 |
6263
| [`plugin-template`](https://github.com/effectorHQ/plugin-template) | Skill starter template — fork and write your SKILL.md | Working |
6364
| [`cookbook`](https://github.com/effectorHQ/cookbook) | Real-world skill recipes: Docker, Jira, PostgreSQL, git worktrees | Examples |
@@ -67,8 +68,8 @@ The core thesis: AI agent capabilities need types. Today you chain two skills an
6768

6869
| Project | What it does | Status |
6970
|---------|-------------|--------|
70-
| [`effector-compose`](https://github.com/effectorHQ/effector-compose) | Build agent pipelines, type-check them, emit to any runtime | Working (v0.1.0) |
71-
| [`effector-graph`](https://github.com/effectorHQ/effector-graph) | Capability graph visualization and path-finding | Working (v0.1.0) |
71+
| [`effector-compose`](https://github.com/effectorHQ/effector-compose) | Build agent pipelines, type-check them, emit to any runtime | v0.1.0 |
72+
| [`effector-graph`](https://github.com/effectorHQ/effector-graph) | Capability graph visualization and path-finding | v0.1.0 |
7273
| [`openclaw-mcp`](https://github.com/effectorHQ/openclaw-mcp) | SKILL.md → MCP bridge — make skills work in Claude, Cursor, Windsurf | v0.1.0 |
7374

7475
### Explore & Learn

profile/README.zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ effectorHQ 是一个开放工作室,构建下一代 AI agent 能力基础设
2525

2626
| 项目 | 定位 |
2727
|------|------|
28+
| [`effector-core`](https://github.com/effectorHQ/effector-core) | **共享内核** — TOML/SKILL 解析、类型检查、schema 校验;compose、graph、skill-lint、MCP 共用。 |
2829
| [`effector-spec`](https://github.com/effectorHQ/effector-spec) | **Effector 规范** — 类型语言、组合代数、发现协议。旗舰项目。 |
2930
| [`effector-types`](https://github.com/effectorHQ/effector-types) | **标准能力类型库** — AI agent 工具的 `lib.d.ts`。输入类型、输出类型、上下文类型。 |
3031
| [`effector-compose`](https://github.com/effectorHQ/effector-compose) | **组合引擎** — 构建 agent 管道、类型检查、输出到任意 runtime。 |

0 commit comments

Comments
 (0)