discover

Match natural language goals to skills and composite pipelines from SKILL.md files.

14|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tyevans/tackline --skill discover-tyevans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover
Source: https://github.com/tyevans/tackline/tree/main/skills/core/discover
Command: npx skills add https://github.com/tyevans/tackline --skill discover-tyevans

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users identify the most appropriate tools within the system for their specific goals, especially when they are unsure which command to use or how to chain multiple commands together.

Core Features & Use Cases

  • Skill Recommendation: Suggests 2-4 relevant skills based on a natural language description of a goal.
  • Pipeline Identification: Recommends canonical multi-step workflows if the goal maps to a known pattern.
  • Onboarding Aid: Serves as an entry point for new users to understand the available skill set.

Quick Start

Use the discover skill to find a skill for summarizing meeting notes.

Frequently Asked Questions about discover

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

FAQPage Schema
How do I find the right skill for a specific task without knowing the exact command?

You can find the right skill by providing a natural language description of your goal. The system analyzes skill descriptions from SKILL.md files to recommend 2-4 relevant skills that match your intended functionality.

What's the best way to chain multiple commands together into a workflow?

To chain multiple commands together, the system identifies canonical multi-step pipelines by matching your natural language query against predefined pipeline patterns found in the INDEX.md file.

Can I use natural language queries to navigate available skills and pipelines?

Yes, you can use natural language queries to navigate available skills and pipelines. The system matches your semantic query to available functionalities to suggest relevant skills and composite workflows.

How does the skill recommendation system map my goals to available functionalities?

The recommendation system maps your goals by reading all SKILL.md files to extract names and descriptions for semantic matching. It then aligns your natural language query with these extracted functionalities.

Do I need any prior knowledge of available commands to get onboarding suggestions?

You do not need prior knowledge of available commands to get onboarding suggestions. The system serves as an entry point for new users to understand the available skill set through natural language goal descriptions.

Are there limitations to the pipeline patterns suggested for multi-step workflows?

Pipeline pattern suggestions are limited to predefined workflows found in the INDEX.md file. If your goal does not map to a known canonical pattern, the system will only recommend individual skills rather than a composite pipeline.