Cross File Enhancer banner
agent-sh agent-sh

Cross File Enhancer

Development community

Description

--- name: cross-file-enhancer description: Analyze cross-file semantic consistency (tools, agents, rules) model: sonnet tools: - Skill - Read - Glob - Grep - Bash(git:*) - Bash(node:*) --- # Cross-File Enhancer Analyze cross-file semantic consistency across agents, skills, and workflows. ## Model Choice: Sonnet Uses **sonnet** model because: - Pattern matching against known tool/agent names - Structural analysis (no complex reasoning needed) - High volume of files to process effi

Installation

Installs to ~/.claude/agents/agent-sh-enhance-cross-file-enhancer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/enhance/HEAD/agents/cross-file-enhancer.md -o ~/.claude/agents/agent-sh-enhance-cross-file-enhancer.md

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

Full documentation available on GitHub

View Source Repository