Conjure.Frontmatter (Conjure v0.1.1-alpha)
View SourceParsed YAML frontmatter from SKILL.md files.
The frontmatter contains structured metadata about a skill per the Agent Skills specification (https://agentskills.io/specification).
Required Fields
name- Max 64 chars, lowercase letters/numbers/hyphensdescription- Max 1024 chars, what the skill does and when to use it
Optional Fields
license- License name or filenamecompatibility- Max 500 chars, environment requirementsallowed_tools- List of pre-approved tools (experimental)metadata- Additional key-value properties
Example
---
name: pdf
description: |
Comprehensive PDF manipulation toolkit for extracting text and tables,
creating new PDFs, merging/splitting documents, and handling forms.
license: MIT
compatibility: python3, poppler-utils
allowed-tools: Bash(pdftotext:*) Read
---
Summary
Functions
Creates a Frontmatter struct from a parsed YAML map.