# Code Metrics

> Analyze code quality metrics and generate reports

- Skill: `recursiveintell/code-metrics` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add recursiveintell/code-metrics`
- Raw SKILL.md: https://api.skillmd.com/api/skills/recursiveintell/code-metrics/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: RecursiveIntell (https://skillmd.com/u/recursiveintell)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/recursiveintell/code-metrics

---


# Code Metrics

Analyze code quality metrics including complexity, maintainability, and test coverage.

## Features

- Cyclomatic complexity analysis
- Maintainability index calculation
- Lines of code statistics
- Test coverage integration

## Usage

### Analyze a File

```
Analyze the code metrics for src/main.py
```

### Generate Report

```
Generate a full metrics report for the project
```

## Implementation

The analysis engine is in `loader.py`, which handles loading analysis plugins
and running them against source files.

