From 7db92026586accec50253aa2641ca9997ab8a7b5 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Tue, 9 Jun 2026 23:36:07 +0200 Subject: [PATCH] fix: rename skill to match repo directory name (pi-map) --- SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index 1ac5f63..de6897c 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,5 +1,5 @@ --- -name: pi-project-map +name: pi-map description: Generates and maintains hierarchical, machine-readable project analysis files (.pi-map.md) for instant codebase comprehension. Use when working with medium-to-large codebases where understanding architecture, file relationships, and exports without reading every file is valuable. Automatically extracts symbols via AST and LLM heuristics. ---