From 6dc07e5f990d32e419ec3c498fe7ede8693faec6 Mon Sep 17 00:00:00 2001 From: Safi Date: Mon, 6 Apr 2026 01:27:48 +0100 Subject: [PATCH] add PyPI badge, set homepage to PyPI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e55ff99..85a07598 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # graphify [![CI](https://github.com/safishamsi/graphify/actions/workflows/ci.yml/badge.svg?branch=v2)](https://github.com/safishamsi/graphify/actions/workflows/ci.yml) +[![PyPI](https://img.shields.io/pypi/v/graphifyy)](https://pypi.org/project/graphifyy/) **A Claude Code skill.** Type `/graphify` in Claude Code - it reads your files, builds a knowledge graph, and gives you back structure you didn't know was there. Understand a codebase faster. Find the "why" behind architectural decisions.