enhance-cross-file

Detect cross-file semantic inconsistencies across agents, skills, and workflows.

951|110|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/avifenesh/awesome-slash --skill enhance-cross-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enhance-cross-file
Source: https://github.com/avifenesh/awesome-slash/tree/main/plugins/enhance/skills/enhance-cross-file
Command: npx skills add https://github.com/avifenesh/awesome-slash --skill enhance-cross-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-file semantic inconsistencies across agents, skills, and workflows can lead to broken references, mismatched tool usage, and orphaned assets.

Core Features & Use Cases

  • Detects tool consistency issues where prompts reference tools not declared in frontmatter.
  • Flags orphaned agents and references that are not used by any workflow.
  • Reports contradictory rules and missing cross-file alignments to enforce coherent governance across the skill ecosystem.

Quick Start

Run the cross-file analyzer against the plugins/enhance directory to identify inconsistencies.

Frequently Asked Questions about enhance-cross-file

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect cross-file semantic inconsistencies across agents and workflows?

Detect cross-file semantic inconsistencies by running a dedicated analyzer script against your multi-file skill ecosystem to identify mismatches between prompts, tools, and references. The analyzer flags tool consistency issues, orphaned agents, and contradictory rules to enforce coherent governance.

Why do my workflow prompts reference tools that are not declared in the frontmatter?

Workflow prompts referencing undeclared tools indicate cross-file tool consistency issues. The analyzer detects these mismatches by comparing prompt references against frontmatter declarations, ensuring that all invoked tools are properly declared and aligned across the skill ecosystem.

How do I find orphaned agents and references not used by any workflow?

Find orphaned agents and unused references by running the cross-file analyzer against your skill ecosystem directory. The analyzer maps all dependencies and flags any agents or references that are not actively invoked by a workflow, preventing dead assets.

What is the best way to enforce consistency across a multi-file skill ecosystem?

Enforce consistency across a multi-file skill ecosystem by applying a dedicated cross-file analyzer to detect tool mismatches, orphaned assets, and contradictory rules. This governance approach ensures prompts, tools, and references align properly across all files.

Can I check for contradictory rules and missing alignments across multiple skill files?

Yes, you can check for contradictory rules and missing cross-file alignments by running the analyzer against the plugins directory. It reports governance violations where rules conflict or where expected alignments between files are absent, ensuring coherent ecosystem operation.