s

Parse SKILL.md frontmatter to list skills, descriptions, and tools.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/shakefu/contextium --skill s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s
Source: https://github.com/shakefu/contextium/tree/main/.claude/skills/s
Command: npx skills add https://github.com/shakefu/contextium --skill s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Discovering and understanding the current skill landscape and subagent types can be time-consuming without a concise inventory. This Skill provides a live roster of available skills and their triggerable keywords.

Core Features & Use Cases

  • Dynamic discovery: parses SKILL.md frontmatter to list skill names, descriptions, and allowed tools.
  • Instant inventory: presents a compact, searchable catalog of all skills and subagents with quick invocation paths.
  • Use Case: onboarding new team members or auditing capabilities in a running session to understand automation options.

Quick Start

Use the discovery script to view all available skills: python3 .claude/skills/s/scripts/discover.py

Frequently Asked Questions about s

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

FAQPage Schema
How do I list all available skills and subagents in my environment?

You can discover all available skills and subagents by running a Python discovery script that parses SKILL.md frontmatter to extract skill names, descriptions, and tools, generating a concise searchable inventory catalog.

What is the best way to discover trigger keywords for automation skills?

Discovering trigger keywords for automation skills involves parsing SKILL.md frontmatter to extract names and descriptions, delivering a compact searchable catalog with quick invocation paths for each skill.

Can I use a CLI script to inventory my project's automation capabilities?

Yes, you can execute a CLI discovery script to inventory automation capabilities, which dynamically maps available skills and subagents by parsing SKILL.md frontmatter to present a current roster.

How do I map SKILL.md frontmatter to extract names and allowed tools?

You can map SKILL.md frontmatter by running a Python discovery script that parses the structure to extract skill names, descriptions, and allowed tools, generating a compact inventory catalog.

Does this dynamic skill discovery work for onboarding new team members?

Dynamic skill discovery works for onboarding new team members by providing a live roster of available skills and triggerable keywords, helping them understand current automation options in a running session.

What are the limitations of using frontmatter parsing for skill discovery?

The limitation of frontmatter parsing for skill discovery is its reliance on properly formatted SKILL.md files; any skills lacking this specific frontmatter structure will not appear in the generated inventory catalog.