documentation-lookup

Validate SKILL.md frontmatter and package skills for deployment.

3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ldilov/harness-forge --skill documentation-lookup-ldilov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-lookup
Source: https://github.com/ldilov/harness-forge/tree/main/.agents/skills/documentation-lookup
Command: npx skills add https://github.com/ldilov/harness-forge --skill documentation-lookup-ldilov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wrapper enables automatic discovery and packaging of a skill by validating its SKILL.md frontmatter and producing a canonical packaged version for deployment.

Core Features & Use Cases

  • Standardized frontmatter validation and extraction for reliable discovery
  • Packaging and distribution of skills with consistent metadata
  • Simplified onboarding and loading of skills into AI workspaces

Quick Start

Run the wrapper to validate and package this skill's SKILL.md for deployment.

Frequently Asked Questions about documentation-lookup

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

FAQPage Schema
How do I validate SKILL.md frontmatter for AI workspace deployment?

To validate SKILL.md frontmatter for AI workspace deployment, you run a wrapper that checks for required name and description fields, ensuring your packaged skills have consistent metadata for reliable discovery and loading.

What is skill packaging and how does frontmatter discovery work?

Skill packaging is the process of validating SKILL.md frontmatter and producing a canonical version for deployment. Frontmatter discovery works by automatically detecting and extracting metadata like name and description to make skills findable.

Do I need specific directories to package a skill with optional resources?

You do not need specific directories to package a skill, but the wrapper supports optional resource directories including scripts, references, and assets to provide extended functionality alongside the validated SKILL.md file.

How do I package a skill for distribution across AI workspaces?

You package a skill for distribution by running the wrapper to validate its SKILL.md frontmatter and generating a canonical packaged version. This ensures standardized metadata for simplified onboarding and loading into AI workspaces.

What are the required frontmatter fields for skill discovery and validation?

The required frontmatter fields for skill discovery and validation are name and description. The wrapper automatically checks these fields in your SKILL.md file to ensure the skill can be properly discovered and packaged.

Can I use this skill packaging wrapper without any dependencies?

Yes, you can use this skill packaging wrapper without any dependencies. It operates independently to validate SKILL.md frontmatter and package skills, though optional resource directories like scripts and references can be included.