paimlpaimlOfficialยท5 Agent Skills Included

paiml-mcp-agent-toolkit

Code quality analysis, technical debt tracking, and refactoring

Analyzes codebases for complexity, dead code, and technical debt across 25+ programming languages. Generates compressed codebase context, quality scores, and prioritized refactoring plans without manual code review. Enforces quality gates and pre-commit checks so teams catch defects before they reach CI.
npx skills add paiml/paiml-mcp-agent-toolkit --all -g -y
Available:

Instructs your AI agent to run PMAT quality gates and semantic code search before every commit, follow contract-first rules, and self-correct using the autonomous verify loop.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install paiml-mcp-agent-toolkit?โ–ผ

Run `npx skills add paiml/paiml-mcp-agent-toolkit --all -g -y` in your terminal to install all skills in this suite globally.

How to measure technical debt in a codebase?โ–ผ

The tech-debt skill scans for TODO, FIXME, and HACK comments, estimates repayment hours, and tracks debt trends sprint over sprint.

Can PMAT analyze projects in multiple languages?โ–ผ

Yes. It supports 25+ languages including Rust, Python, TypeScript, Go, and Java, with unified quality metrics across the whole codebase.

Does PMAT work with Claude Code and other AI coding tools?โ–ผ

Yes. PMAT runs as an MCP server over stdio or HTTP, giving Claude Code, Cline, and similar tools direct access to 19 analysis commands.

How does PMAT help with refactoring?โ–ผ

It flags functions with high cyclomatic complexity, suggests proven refactoring patterns, and verifies improvement by comparing before-and-after metrics.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’