Antipattern Scanner banner
matsengrp matsengrp

Antipattern Scanner

Development community

Description

--- name: antipattern-scanner description: Use this agent to scan code for specific architectural antipatterns and violations of clean code principles. This agent focuses on pattern detection and identification rather than comprehensive review. Examples: <example>Context: User wants to check if their codebase has common antipatterns before refactoring. user: 'Can you scan this module for any antipatterns?' assistant: 'I'll use the antipattern-scanner agent to check for specific architectural vio

Installation

Installs to ~/.claude/agents/matsengrp-plugins-antipattern-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/matsengrp/plugins/HEAD/agents/antipattern-scanner.md -o ~/.claude/agents/matsengrp-plugins-antipattern-scanner.md

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

Full documentation available on GitHub

View Source Repository