explore

Analyze markdown files and YAML frontmatter to suggest TypeMD schemas.

9|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/typemd/typemd --skill explore-typemd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore
Source: https://github.com/typemd/typemd/tree/main/core/skills/explore
Command: npx skills add https://github.com/typemd/typemd --skill explore-typemd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need guidance on how to structure existing markdown notes for a TypeMD vault without modifying any files. This skill provides read‑only analysis and actionable schema recommendations, saving time and effort during the import or planning phase.

Core Features & Use Cases

  • Read‑only scanning of markdown files, directories, and existing .typemd schemas.
  • Identification of front‑matter patterns, content structures, and naming conventions.
  • Generation of suggested TypeMD type schemas, properties, relations, and shared property files.
  • Ideal for vault planning, audit of note collections, or preparation for bulk import.

Quick Start

Ask the explore skill to analyze your notes directory and suggest suitable TypeMD types and properties.

Frequently Asked Questions about explore

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

FAQPage Schema
How do I analyze markdown files to recommend a schema structure?

To suggest TypeMD schemas, the skill performs a read-only scan of your markdown files and YAML frontmatter, identifying content structures and naming conventions to output recommended types, properties, and relations.

Can I scan my note collection for frontmatter patterns without modifying files?

Yes, you can perform a read-only scan of your note collection to identify YAML frontmatter patterns. The analysis generates schema suggestions without creating, writing, or modifying any existing markdown files.

What is the best way to plan a vault restructuring before importing notes?

The best way to plan vault restructuring is to use read-only analysis to audit your markdown notes, generating suggested TypeMD schemas, shared property files, and relations to guide your import preparation.

Does the schema recommendation process work with existing YAML frontmatter?

Yes, the schema recommendation process works by parsing existing YAML frontmatter in your markdown files to detect naming conventions and patterns, which it then uses to recommend appropriate TypeMD type schemas.

Are there limitations to analyzing local vaults for TypeMD schemas?

A key limitation is that the analysis is strictly read-only, meaning it cannot create or modify files. It requires the ability to read local file contents and parse YAML frontmatter to output schema suggestions for planning.