From b9e8f131050199eed7210e7f8f3ca71cb9ed4b39 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Sat, 9 May 2026 12:30:20 -0700 Subject: [PATCH] Add cleanup skill frontmatter --- .claude/skills/cleanup/SKILL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.claude/skills/cleanup/SKILL.md b/.claude/skills/cleanup/SKILL.md index 106aac6ac..41d2515ec 100644 --- a/.claude/skills/cleanup/SKILL.md +++ b/.claude/skills/cleanup/SKILL.md @@ -1,3 +1,8 @@ +--- +name: cleanup +description: Review, refactor, document, and validate code changes in the current branch +--- + # Code Cleanup Skill The **Code Cleanup Skill** reviews, refactors, and documents code changes in your current branch, ensuring alignment with **Pipecat's architecture, coding standards, and example patterns**.