From 99cbabff4727f57b570c87899abf6a0ff11a9a86 Mon Sep 17 00:00:00 2001 From: MongLong0214 <97578200+MongLong0214@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:15:45 +0900 Subject: [PATCH] Add sol-simplify to Agent Skills Adds sol-simplify, a one-markdown-file Claude Code/Codex skill that stops agents from inventing bureaucracy (approval gates, governance docs) around their own work, with benchmark numbers cited to raw output. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2d177f..c63bedb 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ June 14, 2026 - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld) - Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs) - A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package) - A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**sol-simplify**](https://github.com/MongLong0214/sol-simplify) - One-markdown-file skill for Claude Code and Codex that stops agents from inventing bureaucracy (approval gates, governance docs) around their own work. Measured on gpt-5.6-sol: ceremony scored 0 in 10 of 11 benchmark runs vs 4-6 for baselines. ---