find-skills

List GoudEngine skills by parsing SKILL.md YAML frontmatter.

6|Updated Oct 29, 2024
One-click install
npx skills add https://github.com/aram-devdocs/GoudEngine --skill find-skills-aram-devdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/aram-devdocs/GoudEngine/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/aram-devdocs/GoudEngine --skill find-skills-aram-devdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users understand the capabilities of the GoudEngine agent by listing all available skills, their descriptions, and how to invoke them.

Core Features & Use Cases

  • Skill Discovery: Provides a comprehensive list of all skills within the GoudEngine repository.
  • Usage Guidance: Offers clear instructions on when to use each skill and how to match them to specific tasks.
  • Use Case: When you first start using GoudEngine or need to perform a task but are unsure which tool to use, running this skill will give you an overview of available functionalities.

Quick Start

Run the find-skills skill to see a list of all available skills.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover available skills and agent capabilities in GoudEngine?

To discover available agent capabilities in GoudEngine, run the find-skills command to list all skills. It searches for SKILL.md files and parses their YAML frontmatter to provide a central directory of names, descriptions, and invocation status.

What is the best way to list all available GoudEngine skills for task selection?

The best way to list available GoudEngine skills is by running the directory command. It parses YAML frontmatter from SKILL.md files to detail names and invocation status, guiding you to match the right agent functionalities to your specific tasks.

How does GoudEngine parse skill metadata from SKILL.md files?

GoudEngine parses skill metadata by locating SKILL.md files across the repository and extracting key information from their YAML frontmatter. This identifies the skill's name, description, and invocation status for the agent's central directory.

When do I need to run a skill discovery directory in GoudEngine?

You need to run skill discovery when you first start using GoudEngine or are unsure which agent tool to use for a specific task. It provides a comprehensive overview of available functionalities and usage guidance to guide task selection.

Can I see the invocation status of agent skills without reading the repository files?

Yes, you can see the invocation status of agent skills by running the directory command. It automatically extracts and lists the invocation status from the YAML frontmatter of SKILL.md files, preventing the need to manually read repository files.

Does GoudEngine skill discovery work without external dependencies?

Yes, GoudEngine skill discovery works without external dependencies. It relies solely on native repository parsing to locate SKILL.md files and extract YAML frontmatter, functioning as a self-contained directory for agent capabilities.