skill-load-tips

Diagnose and refactor SKILL.md files with routing and reference loading issues.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill skill-load-tips-haryelramalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-load-tips
Source: https://github.com/haryelramalho/skills/tree/main/skills/curated/skill-load-tips
Command: npx skills add https://github.com/haryelramalho/skills --skill skill-load-tips-haryelramalho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes SKILL.md files that look complete on the surface but fail to load their real depth, leaving important reference material effectively invisible to the agent.

Core Features & Use Cases

  • Diagnoses the inline-substitutes-for-reference antipattern when a skill body duplicates content that should live in references.
  • Rewrites skills with a Required Reading Router, hard STOP directives, and trimmed tripwires so the right files are loaded on demand.
  • Flattens reference depth to one level and adds structure for larger reference files so bundled context is actually used.
  • Use it when a long skill feels shallow, when references are being ignored, or when a SKILL.md needs cleaner routing for complex workflows.

Quick Start

Ask the skill to audit a SKILL.md file for missing routers, weak STOP directives, duplicated inline reference content, and nested reference depth.

Frequently Asked Questions about skill-load-tips

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

FAQPage Schema
Why are my SKILL.md references not loading when the agent runs?

SKILL.md references fail to load when skills lack a top-of-file reading router or hard STOP directives, causing bundled context to remain invisible. Diagnosing and refactoring routing structures ensures reference files are loaded deliberately during execution.

How do I refactor a long-form SKILL.md file to load its references properly?

Refactoring a SKILL.md involves installing a Required Reading Router, hard STOP directives, and trimmed inline tripwires. Flattening reference depth to one level ensures the agent loads bundled context deliberately during execution.

What is the inline-substitutes-for-reference antipattern in agent skills?

The inline-substitutes-for-reference antipattern occurs when a SKILL.md body duplicates content that belongs in reference files. Diagnosing this antipattern allows you to extract load-bearing detail into flattened references for deliberate agent loading.

When should I flatten reference depth in my SKILL.md files?

Flatten reference depth when long-form skills bury load-bearing detail in nested files or rely on weak routing. Restructuring to one-level reference depth with a top-of-file router ensures bundled context is actually used rather than ignored.

Can I use this to audit SKILL.md files with weak routing and missing STOP directives?

Auditing SKILL.md files for missing routers, weak STOP directives, duplicated inline reference content, and nested reference depth is the core diagnostic function. It identifies why references are ignored and rewrites the routing structure.