fab-inspector-rules

Detect valid Fab Inspector Skill Units by checking SKILL.md YAML frontmatter and generating metadata.

89|12|Updated Jul 11, 2024
One-click install
npx skills add https://github.com/NatVanG/fab-inspector --skill fab-inspector-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fab-inspector-rules
Source: https://github.com/NatVanG/fab-inspector/tree/main/.ai-assets/skills/fab-inspector-rules
Command: npx skills add https://github.com/NatVanG/fab-inspector --skill fab-inspector-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies valid Fab Inspector skill units by requiring a SKILL.md at the root with YAML frontmatter that includes a name and description, enabling consistent discovery across a repository.

Core Features & Use Cases

  • Provides a formal definition of Skill units (presence of SKILL.md, frontmatter with name and description).
  • Enumerates optional supporting resources (scripts/, references/, assets/) and how they can be loaded on demand.
  • Supplies structured metadata for each Skill unit, including operational instructions, dependencies, components, and safety checks to ensure secure publication.

Quick Start

Create a new Fab Inspector skill by adding a SKILL.md at the root with proper YAML frontmatter and a concise description.

Frequently Asked Questions about fab-inspector-rules

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

FAQPage Schema
How do I validate a fabric skill unit using YAML frontmatter?

To validate a fabric skill unit, ensure a SKILL.md file exists at the root with YAML frontmatter containing both a name and description. This Skill checks for that structure to confirm validity.

What is the best way to generate metadata for fabric rule authoring?

Generating metadata for fabric rule authoring involves detecting valid SKILL.md files and extracting structured details like complexity, keywords, and safety evaluations. This Skill automates that extraction process.

Does fab-inspector-rules evaluate dependencies and toxic risks for skill discovery?

Yes, fab-inspector-rules evaluates dependencies, components, and toxic risks. It surfaces safe, usable Skills by generating comprehensive safety evaluations alongside structured operational metadata.

How do I create a valid SKILL.md file for Fab Inspector?

Create a SKILL.md file at your Skill root and include YAML frontmatter with a name and description. Adding concise descriptions and optional supporting resources like scripts ensures proper discovery.

Can I use JSONLogic to define validation guidance for fabric skills?

Yes, JSONLogic is supported for defining validation guidance within fabric skills. The Skill processes this rule authoring logic to verify structural compliance and generate required metadata.

What limitations exist when detecting valid Skill Units in a repository?

Detection requires a SKILL.md file at the Skill root; without proper YAML frontmatter containing a name and description, the unit will not be recognized as a valid Skill for discovery.