meta-discovery

Evaluate task patterns and propose reusable skills in two phases.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/JuroOravec/agents --skill meta-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-discovery
Source: https://github.com/JuroOravec/agents/tree/main/.cursor/skills/meta/discovery
Command: npx skills add https://github.com/JuroOravec/agents --skill meta-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-discovery process evaluates whether patterns from the current task should be captured as a reusable skill, ensuring you don't miss opportunities to codify valuable workflows.

Core Features & Use Cases

  • Phase 1: Evaluate—analyzes whether a multi-step pattern exists and is likely to recur.
  • Phase 2: Suggest—decides if a new skill should be created and proposes the {prefix}-{name} format to the user.
  • Provides structured guidance for skill-eval scripts and task tracking to support project-wide consistency.

Quick Start

Run the meta-discovery workflow after finishing a substantive interaction to decide whether to create or update a skill.

Frequently Asked Questions about meta-discovery

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

FAQPage Schema
How do I automatically detect reusable workflow patterns after completing a task?

Pattern detection for reusable skills works by applying a two-phase evaluation: first analyzing if a multi-step pattern exists and is likely to recur, then deciding whether to propose creating a new skill to capture that workflow.

When should I evaluate my task workflow for skill creation opportunities?

You should evaluate task workflows for skill creation immediately after finishing a substantive interaction. This is when the context of multi-step patterns is fresh, allowing the evaluation mechanism to accurately assess if the workflow is likely to recur.

Can I propose new skills automatically based on recurring task patterns?

Yes, the suggestion phase automatically proposes new skills by deciding if a pattern should be captured and generating a structured recommendation using a {prefix}-{name} format. This ensures consistent skill naming and structured guidance for project-wide skill creation.

Does meta-discovery require any dependencies to track conversation and skill identifiers?

No dependencies are required to track conversation and skill identifiers. The skill evaluation process utilizes provided scripts to track identifiers directly within the workflow, operating independently without external components or libraries.

What is the best way to evaluate if a coding pattern should become a reusable skill?

The best way to evaluate if a coding pattern should become a reusable skill is to apply a two-phase evaluation: first check if a multi-step pattern exists and is likely to recur, then decide whether to propose capturing it as a new skill.