quick-ref

Enumerate plugin scripts and SKILL.md skills from scripts/ and skills/ directories.

6|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/navapbc/digital-service-orchestra --skill quick-ref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-ref
Source: https://github.com/navapbc/digital-service-orchestra/tree/main/plugins/dso/skills/quick-ref
Command: npx skills add https://github.com/navapbc/digital-service-orchestra --skill quick-ref

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-discovers and documents all available plugin scripts and skills within the workflow plugin, helping users understand capabilities without manual inventory tasks.

Core Features & Use Cases

  • Dynamic discovery of scripts (*.sh) and skills (SKILL.md) without hardcoded lists.
  • Generates up-to-date inventory of plugin capabilities for quick reference during onboarding or planning.
  • Use Case: A developer runs the quick-ref command to verify what can be executed in the current plugin environment and plan integration steps.

Quick Start

Run /dso:quick-ref to view all available scripts and skills in the workflow plugin.

Frequently Asked Questions about quick-ref

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

FAQPage Schema
How do I discover all available plugin scripts and skills in Claude Code?

To discover all plugin scripts and skills, run the quick-ref command to dynamically enumerate executable shell scripts and SKILL.md files without relying on hardcoded lists. It generates an up-to-date inventory for onboarding and planning.

What is the best way to catalog SKILL.md files and scripts without manual inventory?

The best way to catalog capabilities is using dynamic discovery that reads YAML frontmatter in SKILL.md files and scans the scripts/ and skills/ directories. This auto-generates a complete inventory without manual documentation tasks.

How does auto-discovery of markdown skills and CLI scripts work?

Auto-discovery works by scanning the Claude Code plugin environment for the presence of scripts/ and skills/ directories. It parses YAML frontmatter in SKILL.md files to describe and catalog available capabilities for quick reference.

Do I need YAML frontmatter to list skills in the plugin environment?

Yes, YAML frontmatter in SKILL.md files is required for the discovery process. The tool relies on this metadata to dynamically describe and catalog skills during capability verification and onboarding.

Can I use this to verify executable scripts before planning integration steps?

Yes, you can use this command to verify what can be executed in the current plugin environment. It catalogs all available shell scripts and skills, allowing developers to plan integration steps accurately.