Check if code is readable by non-developers - clear names, plain English comments, no jargon
Analyzes code readability for non-developers by checking for clear naming, plain English comments, and adequate documentation. Use when you need to ensure stakeholders or new team members can understand the code's purpose and logic.
/plugin marketplace add AbeJitsu/Learn-Claude-Code/plugin install abejitsu-learn-claude-code@AbeJitsu/Learn-Claude-CodeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
analyze.pyAnalyzes code to ensure non-developers (managers, stakeholders, new team members) can understand it.
python3 analyze.py --path your-file.py --strictness lenient
Bad Code (score: 71/100):
def proc(usr, tkn):
tmp = usr + tkn
return tmp * 2
Issues: Cryptic names, no comments, unclear purpose.
Good Code (score: 95/100):
def process_user_authentication(username, auth_token):
"""Validate user credentials and return auth score"""
combined_credential = username + auth_token
return combined_credential * 2
--strictness lenient to reduce noiseCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.