From 3f9d1787338352e78862626d0203d62328647f13 Mon Sep 17 00:00:00 2001 From: Param <33032064+paramezwaran@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:32:30 +0100 Subject: [PATCH] Add buildanchor to AI agent skills list - Name: buildanchor - URL: https://github.com/tensilestream/buildanchor - Description: Local build truth and change-validation layer for Python codebases and AI coding agents. - PyPI: https://pypi.org/p/buildanchor - Placed in alphabetical order under the Agent Skills category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff06e0271..26d9ee3884 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ An opinionated guide to the best Python frameworks, libraries, and tools. _Libraries for building AI applications, LLM integrations, and autonomous agents._ - Agent Skills + - [buildanchor](https://github.com/tensilestream/buildanchor) - Local build truth and change-validation layer for Python codebases and AI coding agents. - [django-ai-plugins](https://github.com/vintasoftware/django-ai-plugins) - Django backend agent skills for Django, DRF, Celery, and Django-specific code review. - [sentry-skills](https://github.com/getsentry/skills) - Python-focused engineering skills for code review, debugging, and backend workflows. - [trailofbits-skills](https://github.com/trailofbits/skills) - Python-friendly security skills for auditing, testing, and safer backend development.