Move 代码质量技能 — Development skill for Claude Code
根据官方 Move Book 检查清单对 Move 语言包进行质量分析.
How to install Move 代码质量技能
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open 1NickPappas/move-code-quality-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Move 代码质量技能 does
A Claude Code skill that analyzes Move language packages against the official [Move Book Code Quality Checklist](https://move-book.com/guides/code-quality-checklist/), helping you write better, more maintainable Move code.
Alternatives in Development
- Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
- Analyze Codebase To Book — Prompt: Turn Any Codebase Into a Technical Book 1.7k ★
- Translate Book — Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents 542 ★
README
Move Code Quality Checker - Claude Code Skill
A Claude Code skill that analyzes Move language packages against the official [Move Book Code Quality Checklist](https://move-book.com/guides/code-quality-checklist/), helping you write better, more maintainable Move code.
Overview
This skill extends Claude Code with deep knowledge of Move language best practices, providing:
- Automated code quality analysis against 10+ categories of best practices
- Specific, actionable recommendations with examples from the Move Book
- Move 2024 Edition compliance checking
- Package manifest validation
- Function signature and structure analysis
- Testing best practices review
What It Checks
The skill analyzes your Move code across multiple dimensions:
- Code Organization - Formatting consistency
- Package Manifest - Edition requirements, dependencies, named addresses
- Imports & Modules - Modern syntax, naming conventions
- Structs - Capability patterns, event naming, dynamic fields
- Functions - Visibility modifiers, composability, parameter ordering
- Function Bodies - Method chaining, string operations, collections
- Option & Loop Macros - Modern idiomatic patterns
- Testing - Attribute usage, assertions, cleanup patterns
- Documentation - Comment quality and completeness
Installation
From Claude Code
# Clone to your Claude skills directory
git clone https://github.com/1NickPappas/move-code-quality-skill ~/.claude/skills/move-code-quality
Manual Installation
Create the skills directory if it doesn't exist:
mkdir -p ~/.claude/skillsClone or copy this skill to the skills directory:
cd ~/.claude/skills git clone https://github.com/1NickPappas/move-code-quality-skillClaude Code will automatically load the skill when working with Move code
Usage
...
Related Skills
Sui
Sui Move Skill
Craft Cycle Assign
Move a story from backlog to a cycle.
Move Project
Перенеси проект в другую папку, сохранив память, сессии и планы Claude Code.
01 Confirm
Extract plan from conversation, create file in draft/, auto-apply non-BLOCKING improvements, move to pending
Integration Process
Process validated files from integration scan and move to proper locations with batch processing support
Excalidraw Update
Update an existing Excalidraw element (move, resize, restyle, relabel) and sync the change to the live canvas.
Related Agents
Evaluator Move Agent
Move (Aptos + Sui) smart-contract vulnerability evaluator — spawned per smart_contract surface with chain_fami
North Star Advisor
Use when the next move is judgment, not execution. NOT for running tools, applying known fixes, or syntax-only
SVG Animator
Load when the user wants an SVG to move — an animated icon, logo reveal, stroke drawing, path morph, mascot lo