Move 代码质量技能
Description
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.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
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
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11