skill-list

Scan AGENTS.md to list skills with trigger commands and descriptions.

2|1|Updated May 30, 2025
One-click install
npx skills add https://github.com/lvzhengbin/AI-Prompts --skill skill-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-list
Source: https://github.com/lvzhengbin/AI-Prompts/tree/main/skills/skill-list
Command: npx skills add https://github.com/lvzhengbin/AI-Prompts --skill skill-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a clear and organized overview of all available skills within the project, making it easy to discover and utilize the available automation capabilities.

Core Features & Use Cases

  • Skill Discovery: Automatically scans AGENTS.md to list all configured skills.
  • Information Display: Presents skills with their names, trigger commands, and descriptions in a user-friendly table.
  • Use Case: A new team member joins and needs to understand what automation tools are available. They can simply ask the AI to "list skills" to get a comprehensive overview.

Quick Start

Ask the AI to list all available skills.

Frequently Asked Questions about skill-list

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

FAQPage Schema
How do I list all available skills configured in AGENTS.md?

You can list available skills by asking the AI to scan the AGENTS.md file. This automatically extracts and displays all configured automation skills, including their names, trigger commands, and descriptions in a user-friendly table.

What is the best way to discover automation capabilities for new team members?

Discovering automation capabilities is done by requesting the AI to list skills. This parses the project configuration to present a clear, organized overview of available tools, making it easy for new members to understand and utilize them.

How does skill discovery work for AI agents?

Skill discovery works by using Python scripts to parse the AGENTS.md configuration file. It extracts the defined skill names, trigger commands, and descriptions, then generates a Markdown output to guide users and AI agents.

Can I use Python scripts to parse and display trigger commands from a Markdown file?

Yes, you can use Python scripts to parse Markdown files like AGENTS.md. This skill specifically relies on Python to extract trigger commands and descriptions, generating a formatted table for user guidance and discovery.

Do I need to manually check AGENTS.md to find available skills?

No, you do not need to manually check AGENTS.md. You can simply ask the AI to list skills, which automatically scans the file and generates a Markdown table displaying all names, trigger commands, and descriptions.