From 5417d411d79a67b5e4bfaa547db7342c3808942f Mon Sep 17 00:00:00 2001 From: bagowix Date: Thu, 10 Sep 2026 22:05:04 +0400 Subject: [PATCH] docs: add the skills.sh install badge to the README The Agent Skill shipped in #205 is listed on skills.sh, which counts installs made through the skills CLI. The official badge sits next to the llms.txt and Context7 badges, the other two entry points for agents. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ef04dc..7960c65 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ [![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-2f6f55.svg)](https://bagowix.github.io/interlock/) [![llms.txt](https://img.shields.io/badge/-llms.txt-brightgreen)](https://bagowix.github.io/interlock/llms.txt) [![Context7](https://img.shields.io/badge/docs-Context7-1f6feb.svg)](https://context7.com/bagowix/interlock) +[![skills.sh](https://skills.sh/b/bagowix/interlock)](https://skills.sh/bagowix/interlock) A modern circuit breaker for Python — sync and async in a single class, sliding-window rate and slow-call detection, a type-safe API, and transparent