Use when analyzing files that exceed pure LOC limits, or when suggesting code optimization opportunities to reduce file size.
From loc-guardiannpx claudepluginhub xiaolai/claude-plugin-marketplace --plugin loc-guardianThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
.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: