From f892eb2fb9456cba1b4452a76b795cc4b75b322a Mon Sep 17 00:00:00 2001 From: HelloThisWorld Date: Fri, 10 Jul 2026 00:22:57 +0800 Subject: [PATCH] Add CI status badge to README Co-Authored-By: Claude Fable 5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9787b4f..519922b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # agent-skill-forge +[![CI](https://github.com/HelloThisWorld/agent-skill-forge/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/HelloThisWorld/agent-skill-forge/actions/workflows/ci.yml) + A spec-driven AI agent skill generator and verification pipeline for building, testing, repairing, and packaging production-ready agent skills. Most AI agent skills are still created as prompt files and manually inspected. `agent-skill-forge` turns skill creation into an engineering pipeline: