<Name>

Generate standardized Skill Unit metadata JSON from SKILL.md frontmatter.

5|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/BlockScience/assurances-audits-accountability --skill name-blockscience
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: <Name>
Source: https://github.com/BlockScience/assurances-audits-accountability/tree/main/templates/00_vertices
Command: npx skills add https://github.com/BlockScience/assurances-audits-accountability --skill name-blockscience

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit defines a standardized approach to extracting and documenting metadata for Skill Units within a repository, ensuring consistency across discovery and activation.

Core Features & Use Cases

  • Metadata extraction: Pulls mandatory fields from SKILL.md such as name and description to populate discovery data.
  • Dependency & composition awareness: Detects optional resources like scripts/, references/, and assets/ to inform tooling about on-demand assets.
  • Validation & safety checks: Applies toxicity and validation checks to ensure secure, well-scoped Skill Units.

Quick Start

  • Load the Skill Unit's SKILL.md and run the analyzer to emit metadata.

Frequently Asked Questions about <Name>

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

FAQPage Schema
How do I extract metadata from SKILL.md frontmatter?

Metadata extraction from SKILL.md frontmatter is automated by parsing mandatory fields like name and description, detecting optional resource directories such as scripts/ and references/, and outputting a structured JSON file for tooling.

What is skill metadata validation and how does it secure deployment?

Skill metadata validation ensures secure deployment by applying toxicity checks and verifying mandatory fields in SKILL.md files, guaranteeing that only well-scoped and safe Skill Units are activated in the repository.

How do I generate structured JSON from YAML frontmatter for skill discovery?

Generating structured JSON from YAML frontmatter involves reading the SKILL.md file, validating mandatory and optional fields, capturing resource references, and emitting a standardized metadata JSON object to inform discovery and activation.

Does skill metadata generation detect dependency references automatically?

Yes, skill metadata generation detects dependency references automatically by scanning for optional resource directories like scripts/, references/, and assets/ during the SKILL.md analysis to populate the structured JSON output.

Can I validate mandatory fields in SKILL.md files without external dependencies?

Yes, you can validate mandatory fields in SKILL.md files without external dependencies, because the analyzer operates independently to check for required name and description fields while flagging toxicity status.

What are the limitations of automated skill metadata extraction?

The primary limitation of automated skill metadata extraction is its strict reliance on standardized SKILL.md frontmatter formatting, meaning malformed YAML or missing mandatory fields will prevent successful JSON generation and validation.