From 9daaa322ccb4a4f8fe5b5bdfde010f1fa3868337 Mon Sep 17 00:00:00 2001 From: Nick Pappas Date: Wed, 22 Oct 2025 00:57:51 +0300 Subject: [PATCH] Add move-code-quality-skill to Development & Code Tools This skill analyzes Move language packages against the official Move Book Code Quality Checklist, helping developers ensure Move 2024 Edition compliance and follow best practices. It provides systematic analysis across 11 categories with 50+ specific rules. Skill repository: https://github.com/1NickPappas/move-code-quality-skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d4c915..8a983ea 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ - [using-git-worktrees](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/) - Creates isolated git worktrees with smart directory selection and safety verification. - [finishing-a-development-branch](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) - Guides completion of development work by presenting clear options and handling chosen workflow. - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for requirements or code, generating optimized test suites with pairwise coverage. +- [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices.