external-refs-skill

Parse Markdown front matter to detect and enumerate external file references.

3|Updated Oct 6, 2025
One-click install
npx skills add https://github.com/nitromike502/claude-code-web-manager --skill external-refs-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-refs-skill
Source: https://github.com/nitromike502/claude-code-web-manager/tree/main/tests/fixtures/samples/skills/external-refs
Command: npx skills add https://github.com/nitromike502/claude-code-web-manager --skill external-refs-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping track of external file references across automation scripts can be error-prone and hard to audit.

Core Features & Use Cases

  • External reference awareness: Detects and documents outside-skill file references used by scripts.
  • Audit-ready: Helps track dependencies and data sources.

Quick Start

Review the usage notes and locate the example references such as "Config at ~/config/settings.json" to understand how external files are managed.

Frequently Asked Questions about external-refs-skill

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

FAQPage Schema
How do I detect external file references in automation scripts?

External file reference detection identifies file paths (absolute, relative, and tilde-expanded) embedded in scripts and skill units. This Skill parses front matter and Markdown sections to locate and enumerate these references, outputting a structured list for auditing and security validation workflows.

What types of external file paths can this Skill detect?

This Skill detects absolute paths, relative paths, and tilde-expanded home directory references (~) used within skill units. It scans usage blocks and resource references to capture all external file dependencies in a format suitable for vector indexing and compliance tracking.

Why should I audit external file references in my scripts?

Auditing external file references helps track dependencies, validate data sources, and enforce security policies across automation workflows. Maintaining visibility into file dependencies reduces configuration errors and supports compliance validation of skill packages.

Can I use this Skill to validate file paths before execution?

Yes. By detecting and enumerating external file references, this Skill provides a structured reference list that enables pre-execution validation, dependency verification, and security checks before automation runs consume or depend on external resources.

Does this Skill work with Markdown-based skill documentation?

Yes. This Skill parses both front matter and Markdown sections within skill units to locate external file path patterns, making it compatible with documentation-driven automation workflows and reference-heavy skill packages.