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
This commit is contained in:
Nick Pappas 2025-10-22 00:57:51 +03:00
parent 46cec2954e
commit 9daaa322cc

View file

@ -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.