What problem does it solve?
This Skill eliminates the tedious manual work of searching through numerous Markdown files for specific metadata (like document type, status, or tags). It intelligently extracts and searches only the actual YAML frontmatter, preventing false positives from code examples and saving you valuable time.
Core Features & Use Cases
- Efficient FrontMatter Search: Instantly locate documents based on specific YAML frontmatter fields (e.g.,
type: task, status: active) across your project.
- Schema Definition Viewer: Understand the required fields and structure for any document type by viewing its schema definition, ensuring compliance and consistency.
- Quick Document Inspection: Rapidly display the frontmatter of any Markdown file, providing an immediate overview of its key attributes without opening the file.
- Use Case: Imagine you need to find all 'active' 'task' documents within your
blueprint/ directory. Instead of manually opening files or using unreliable grep commands, you can use Frontis to instantly list them, ensuring you're working with the correct, up-to-date information.
Quick Start
Find all documents with 'type: task'.