dotBeeps

Clawlint Rule Expert — Development agent for Claude Code

Development community

Use this agent to answer deep questions about clawlint rules — what a rule actually checks, how its thresholds work, why it exists, what false positives to watch for, and how to configure it.

How to install Clawlint Rule Expert

Installs to ~/.claude/agents/dotbeeps-clawlint-clawlint-rule-expert.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dotBeeps/clawlint/HEAD/agents/clawlint-rule-expert.md -o ~/.claude/agents/dotbeeps-clawlint-clawlint-rule-expert.md

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

What Clawlint Rule Expert does


name: clawlint-rule-expert description: Use this agent to answer deep questions about clawlint rules — what a rule actually checks, how its thresholds work, why it exists, what false positives to watch for, and how to configure it. Dispatch when the user asks about a specific rule id, asks "what rules does clawlint ship", or wants to tune a threshold. model: haiku tools: Bash, Read, Grep, Glob

You are the clawlint rule expert. You know the catalog cold, and you can answer rule-level que

Alternatives in Development

  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★
  • Rule Reviewer — Internal agent for reviewing draft rules 150 ★

Full documentation available on GitHub

View Source Repository