feature-discovery

Discovers relevant feature docs from YAML frontmatter and loads them on demand.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surface and load the most relevant feature documentation for a given user query by parsing YAML frontmatter and lazily loading matched docs.

Core Features & Use Cases

  • Lazy frontmatter discovery: extract and index feature metadata from docs/features without loading full content.
  • Query-driven loading: match user questions to feature names, descriptions, and components, then load only relevant docs.
  • Contextual learning: provide targeted context to AI sessions to accelerate feature understanding and decision making.

Quick Start

Ask a question about a feature to trigger discovery and load the most relevant feature docs.

Frequently Asked Questions about feature-discovery

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

FAQPage Schema
How do I dynamically load relevant feature documentation based on user queries?

Dynamically load relevant feature documentation by parsing YAML frontmatter to index metadata, then lazily loading only the matched docs in response to user queries. This query-driven approach avoids loading unnecessary content.

What is lazy frontmatter discovery and how does it work?

Lazy frontmatter discovery is the process of extracting and indexing feature metadata from YAML frontmatter in docs without loading the full content. It matches user queries against feature names, descriptions, and components to load only relevant docs.

Can I surface feature context in product engineering sessions without loading all docs?

Yes, you can surface feature context without loading all docs by using query-driven matching. The system parses frontmatter to index features and lazily loads only the documentation matched by name, description, or components.

How do I match user questions to specific feature names and components in documentation?

Match user questions to feature names and components by indexing YAML frontmatter metadata. The system enforces frontmatter-based naming and query matching to surface the most relevant feature documentation on demand.

What is the best way to provide contextual learning for AI sessions using feature docs?

The best way to provide contextual learning is to lazily load targeted feature docs parsed from YAML frontmatter. This supplies only the relevant context to AI sessions, accelerating feature understanding and decision making.