enhance-cross-file

Installation
SKILL.md

enhance-cross-file

Analyze cross-file semantic consistency across agents, skills, and workflows.

Parse Arguments

const args = '$ARGUMENTS'.split(' ').filter(Boolean);
const targetPath = args.find(a => !a.startsWith('--')) || '.';

Purpose

Detects issues that span multiple files - things single-file analysis misses:

  • Tools used in prompt body but not declared in frontmatter
  • Agent references that don't exist
  • Duplicate instructions across files (maintenance burden)
  • Contradictory rules (ALWAYS vs NEVER conflicts)
  • Orphaned agents not referenced by any workflow
Related skills
Installs
8
GitHub Stars
792
First Seen
Mar 15, 2026