Lint Status banner
mauhpr mauhpr

Lint Status

Code Quality community

Description

--- name: lint-status description: Show AgentLint status — active rules, violations this session --- Run `agentlint status --project-dir "$CLAUDE_PROJECT_DIR"` and display: 1. Which rule packs are active (including custom packs) 2. How many rules are running (76 built-in across 8 packs, plus any custom rules) 3. Current severity mode 4. Session activity: tool calls tracked, token budget usage 5. Any violations found this session If the user reports problems, suggest running `agentlint doctor -

Installation

Installs to ~/.claude/skills/mauhpr-agentlint-plugin-lint-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mauhpr-agentlint-plugin-lint-status && curl -fsSL https://raw.githubusercontent.com/mauhpr/agentlint-plugin/HEAD/commands/lint-status.md -o ~/.claude/skills/mauhpr-agentlint-plugin-lint-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository