Skip to content

Commit 7140f15

Browse files
Ace AutonomousAce Autonomous
authored andcommitted
docs: plain-language opener + "what AceForge is" positioning
1. Blockquote after banner: 3 sentences, zero jargon. "Your agent keeps doing the same things. AceForge turns those patterns into permanent skills." Answers the "why should I care" question before the user hits any badges or links. 2. "What AceForge Is (and Isn't)" section before Requirements: - Explicitly states AceForge is a skill engine, not a memory system, prompt optimizer, or RL trainer - Names and links complementary tools (Self-Evolve, EvolveClaw, OpenClaw-RL) with one-line descriptions of what each does - States the differentiator: "validated SKILL.md files that survive restarts, work across agents, and can be published" No architecture changes. No feature changes. Just clarity.
1 parent 82e600c commit 7140f15

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<img src="assets/banner.svg" alt="AceForge" width="100%">
33
</p>
44

5+
> **Your agent keeps doing the same things. AceForge turns those patterns into permanent skills.**
6+
>
7+
> It watches what tools your agent calls, what fails, and what you correct — then proposes
8+
> validated, human-approved skills so your agent never has to figure it out from scratch again.
9+
> Nothing deploys without your say-so.
10+
511
<p align="center">
612
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"></a>
713
<a href="https://openclaw.ai"><img src="https://img.shields.io/badge/OpenClaw-Plugin-orange" alt="OpenClaw Plugin"></a>
@@ -640,6 +646,20 @@ Every major design decision in AceForge is grounded in peer-reviewed research. T
640646

641647
---
642648

649+
## What AceForge Is (and Isn't)
650+
651+
AceForge is a **skill engine**. It generates, validates, and manages SKILL.md files — the permanent, auditable, shareable artifacts that teach your agent how to do things.
652+
653+
It is **not** a memory system, a prompt optimizer, or an RL trainer. Those are different tools that solve different problems, and AceForge works alongside them:
654+
655+
- **Want per-turn memory?** Use [Self-Evolve](https://github.com/longmans/self-evolve) — it injects episodic memories into every prompt.
656+
- **Want system prompt evolution?** Use [EvolveClaw](https://github.com/JarvisPei/EvolveClaw) — it synthesizes behavioral guidelines from your interactions.
657+
- **Want model weight training?** Use [OpenClaw-RL](https://github.com/Gen-Verse/OpenClaw-RL) — it trains the underlying model via reinforcement learning.
658+
659+
AceForge produces the thing none of them do: **validated SKILL.md files** that survive restarts, work across agents, and can be published to ClawHub.
660+
661+
---
662+
643663
## Requirements
644664

645665
- [OpenClaw](https://openclaw.ai) 2026.3.22 or later

0 commit comments

Comments
 (0)