move-code-quality
Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install move-code-quality --cli claudewrites the skill into.claude/skills/move-code-quality/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/move-code-quality/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.
When to use it
Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/move-code-quality/SKILL.md -o .claude/skills/move-code-quality/SKILL.md
Notes
Extracted from davila7/claude-code-templates, move-code-quality category.