skill-lister

List AgenticDev skills with metadata and script paths from a directory.

11|3|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bodangren/git-workflow --skill skill-lister
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lister
Source: https://github.com/bodangren/git-workflow/tree/main/.claude/skills/skill-lister
Command: npx skills add https://github.com/bodangren/git-workflow --skill skill-lister

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a centralized and automated way to discover all available AgenticDev skills within a project, making it easy for AI agents and developers to understand and utilize the project's capabilities.

Core Features & Use Cases

  • Skill Discovery: Scans the .claude/skills/ directory to identify all skills.
  • Metadata Extraction: Pulls name, description, and script paths from each skill's SKILL.md.
  • Use Case: When an AI agent is initialized, it can use skill-lister to get a comprehensive overview of its available tools, enabling it to select the most appropriate skill for a given task.

Quick Start

Run the bash script to list all available skills and their descriptions.

Frequently Asked Questions about skill-lister

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

FAQPage Schema
How do I discover all available AgenticDev skills in my project?

To discover all available AgenticDev skills, scan the `.claude/skills/` directory to identify skills and extract their metadata and script paths from each `SKILL.md` file. This provides a comprehensive catalog of project capabilities.

How does an AI agent bootstrap itself with available skills?

An AI agent bootstraps itself by running a bash script that lists all skills along with their descriptions and script paths. This allows the agent to select the most appropriate skill for a given task during initialization.

What metadata is extracted when listing skills from the catalog?

Listing skills from the catalog extracts the `name`, `description`, and script paths directly from each skill's `SKILL.md` file, providing the essential metadata needed for tool selection.

Do I need any specific dependencies to list and discover skills?

You need bash and standard file system utilities to discover and list skills. There are no external dependencies required to extract the skill metadata and script paths.

Can I use this skill discovery tool to scan directories outside the default project?

Skill discovery scans from a specified directory to identify all available skills. While it defaults to standard project structures, pointing it to a different directory path allows listing skills from other locations.

What is the best way to get an overview of project capabilities for AI agents?

The best way to get an overview of project capabilities is to run an automated skill lister that pulls metadata from `SKILL.md` files. This centralized approach makes it easy for AI agents to understand and utilize available tools.