Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add itsAR-VR/goatedskills --skill "audit-inline-complexity"
Install specific skill from multi-skill repository
# Description
Audit inline complexity and recommend variable extraction; produces a report with flattening suggestions for nested expressions.
# SKILL.md
name: audit-inline-complexity
description: Audit inline complexity and recommend variable extraction; produces a report with flattening suggestions for nested expressions.
Instructions
Read all references in references/ before using this skill.
Signals
- Reviewing code for nested calls or deep attribute chains
- Compound expressions that should be flattened with named intermediates
- The user asks to "audit complexity" or "flatten expressions"
- Readability concerns in conditionals, returns, or argument lists
References
Directory: references/
01_GOAL.md02_DEFINITIONS.md03_INVARIANTS.md04_SCOPE.md05_CHECKS.md06_OUTPUT.md
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.