ClaudeSuperPower

output-dev-skill-file

Skill

Create .md skill files for Output framework's lazy-loaded instruction system. Use when adding skills to prompts, configuring skill loading, or debugging skill resolution.

Install

git clone https://github.com/growthxai/output.git ~/.claude/skills/output-dev-skill-file

What is output-dev-skill-file?

Create .md skill files for Output framework's lazy-loaded instruction system. Use when adding skills to prompts, configuring skill loading, or debugging skill resolution.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Create and modify files

Declares Write or Edit

~43 tokens of context used while enabled, before you invoke anything

All declared tools (3)
EditReadWrite

Documentation

README · ~7 min read

Creating Skill Files

Overview

This skill documents how to create .md skill files for the Output framework's skills system. Skills are lazy-loaded instruction packages that keep prompts lightweight. The LLM sees a list of skill names and descriptions in the system message, then calls a load_skill tool to retrieve full instructions on demand.

Important: These are framework skills (.md files loaded by LLMs at runtime), not Claude Code plugin skills. The naming is similar but the systems are separate.

When to Use This Skill

  • Adding reusable instruction sets to LLM prompts
  • Configuring how skills are loaded (auto-discovery, frontmatter, inline)
  • Debugging skill resolution or load_skill tool issues
  • Organizing shared expertise across multiple prompts

Location Convention

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.