Help us improve
Share bugs, ideas, or general feedback.
From loc-guardian
Use when analyzing files that exceed pure LOC limits, or when suggesting code optimization opportunities to reduce file size.
npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin loc-guardianHow this skill is triggered — by the user, by Claude, or both
Slash command
/loc-guardian:loc-optimizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The `/loc-guardian:init` command creates this file. Format:
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
Share bugs, ideas, or general feedback.
.claude/loc-guardian.local.mdThe /loc-guardian:init command creates this file. Format:
---
max_pure_loc: 350
---
Followed by a markdown body containing the project's extraction rules — user-defined, project-specific patterns for how to split oversized files. Example format:
## Extraction Rules
- [What to extract] → `[target file naming convention]`
- [What to extract] → `[target file naming convention]`
The actual rules vary by project and are written by the user during init. The agent MUST read this file and use the user's extraction rules verbatim when making suggestions. If the file has no extraction rules in the body, fall back to generic patterns (see below).
Use these ONLY when the project has no extraction rules configured: