BeClaude

crapquants-skill

New
GitHub TrendingGeneralby DockyardTechlabs

How crappy is your code? Claude skill that teaches Claude to analyze Python code quality using CRAPQuants: Change Risk Anti-Patterns metrics, and diagnostics from 6 software engineering books. Works in Claude.ai, Claude Code, and the API.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/crapquants-skill.md https://raw.githubusercontent.com/DockyardTechlabs/crapquants-skill/main/SKILL.md
3
Invoke in Claude Code
/crapquants-skill
View source on GitHub
apipython

Frequently Asked Questions

What is crapquants-skill?

How crappy is your code? Claude skill that teaches Claude to analyze Python code quality using CRAPQuants: Change Risk Anti-Patterns metrics, and diagnostics from 6 software engineering books. Works in Claude.ai, Claude Code, and the API.

How to install crapquants-skill?

To install crapquants-skill, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /crapquants-skill.

What is crapquants-skill best for?

crapquants-skill is a community categorized under General. It is designed for: api, python. Created by DockyardTechlabs.