From b8e57a68a5e7c22beb0645e5452064a7ac6c8813 Mon Sep 17 00:00:00 2001 From: "OpenClaw Agent (basd)" Date: Thu, 16 Apr 2026 02:24:41 +0000 Subject: [PATCH] =?UTF-8?q?Add=20skill-optimizer=20=E2=80=94=20LLM=20tool-?= =?UTF-8?q?calling=20benchmark=20and=20doc=20optimizer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcf342e..97a7cf5 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Tools that manage and sync AI agent configurations, rules, and context across ed - [pi-steering-hooks](https://github.com/samfoy/pi-steering-hooks) — Deterministic before-tool-call guardrails for the pi coding agent. Enforces rules (no force push, conventional commits, etc.) via regex pattern matching on tool inputs — zero tokens, 100% reliable. Custom rules via JSON config with override escape hatch. - [Gestalt](https://github.com/dwgoldie/gestalt) — Model-agnostic thinking protocol (AGENTS.md) that shapes how AI coding agents reason. Less filler, more substance, honest about limits. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI. - [Agentify](https://github.com/koriyoshi2041/agentify) — CLI tool that transforms any OpenAPI spec into 9 agent interface formats (MCP server, AGENTS.md, CLAUDE.md, .cursorrules, Skills, llms.txt, GEMINI.md, A2A Card, CLI) with a single command. Tiered generation strategies for small to large APIs. +- [skill-optimizer](https://github.com/fastxyz/skill-optimizer) — CLI that benchmarks SDK, CLI, and MCP guidance docs (SKILL.md) against multiple LLMs and runs an iterative optimizer to rewrite them until every configured model meets a score floor. ### Usage Analytics & Cost Tracking