zco-help

Scan Claude Code skills, commands, and rules into a categorized reference.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/vmico/zco-claude-skills --skill zco-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zco-help
Source: https://github.com/vmico/zco-claude-skills/tree/main/ClaudeSettings/skills/zco-help
Command: npx skills add https://github.com/vmico/zco-claude-skills --skill zco-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify and understand all Claude Code tools available in the current project, by aggregating skills, commands, and rules into a single reference.

Core Features & Use Cases

  • Scan ClaudeSettings skills to discover custom zco-* tools with names and descriptions.
  • Scan CLI commands under .claude/commands to surface executable scripts.
  • Scan coding rules under ClaudeSettings/rules to surface coding standards.
  • Extract tool metadata from each SKILL.md's YAML front matter (name, description, allowed-tools) and present a unified view.
  • Filter and view details for specific skills using zco-help <skill-name> or zco-help skills/rules/commands.
  • Generate formatted, categorized output to help developers understand available tooling.

Quick Start

Run zco-help to display all available Claude Code tools in the current project.

Frequently Asked Questions about zco-help

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

FAQPage Schema
How do I list all available Claude Code tools in a project?

To list all available Claude Code tools, run zco-help to scan skills, commands, and rules directories, extracting metadata from YAML front matter to produce a unified, categorized reference of your project's tooling.

What is YAML front matter used for in Claude Code skills?

YAML front matter in Claude Code skills stores essential tool metadata like name, description, and allowed-tools. zco-help scans this front matter to aggregate and present searchable tool details for developers.

How do I view details for a specific skill in the command line?

You can view details for a specific skill by running zco-help <skill-name>. This filters the aggregated project tools to surface only the metadata and usage details for that individual skill.

Can I scan custom CLI commands and coding rules under .claude/commands?

Yes, zco-help scans CLI commands under .claude/commands and coding rules within ClaudeSettings to surface executable scripts and coding standards, integrating them into the unified tool reference.

Does the tool still work if SKILL.md files are missing front matter fields?

Yes, the tool handles missing fields gracefully. It extracts available metadata from the SKILL.md body and YAML front matter without failing, ensuring incomplete tool definitions still appear in the reference.