skills

Extract and index AI skill metadata from SKILL.md files in repositories.

1|1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/adrianmross/worktrunk-codex --skill skills-adrianmross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills
Source: https://github.com/adrianmross/worktrunk-codex/tree/main/plugins/worktrunk/skills/worktrunk
Command: npx skills add https://github.com/adrianmross/worktrunk-codex --skill skills-adrianmross

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the discovery, setup, and utilization of various AI and automation skills for users.

Core Features & Use Cases

  • Skill Discovery: Locate available skills within repositories through well-structured SKILL.md files.
  • Metadata Generation: Extract key details like name, description, dependencies, and categories for indexing and search.
  • Quick Start Assistance: Provide immediate operational instructions for activating skills in different environments, such as CLI or scripts. For example, quickly integrating a PDF extraction tool into a workflow.

Quick Start

Retrieve detailed metadata for the 'worktrunk' skill to enhance an internal skills catalog and enable rapid onboarding.

Frequently Asked Questions about skills

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

FAQPage Schema
How do I extract skill metadata from code repositories for indexing?

To extract skill metadata from code repositories, parse structured markdown skill descriptors like SKILL.md files to collate key attributes for search and automation systems. This process supports developers in building searchable skill libraries.

What is a SKILL.md file used for in automation systems?

A SKILL.md file is a structured markdown descriptor used to locate available skills within repositories and generate metadata for cataloging. It enables quick discovery and onboarding of automation units in different environments.

Does this skill discovery process validate scripts for safe deployment?

Yes, the skill discovery process implements validation to ensure safe scripts and honest descriptions for deployment in automation systems. This validation is applied during the extraction and indexing of skill units from code repositories.

How do I integrate a newly discovered skill into a CLI workflow?

To integrate a discovered skill into a CLI workflow, use the extracted metadata to provide immediate operational instructions for activating the skill in scripts. This enables rapid onboarding and quick start assistance for different environments.

Can I use this metadata extraction tool without external dependencies?

Yes, you can use this metadata extraction tool without external dependencies because it operates independently to parse markdown skill descriptors. It requires no prerequisite packages to extract and index skill units from code repositories.