notemdpro
NoteMD Pro Toolkit
Use this umbrella skill when a task spans multiple NoteMD Pro workflows and you need to route to the right specialized skill.
These imported skills were adapted from the upstream NoteMD Pro skill library for use inside obsidian-skills.
Route to these independent skills
Content and knowledge-graph building
notemdpro-content-generator— generate full markdown from a title or thin stubnotemdpro-concept-extractor— extract concepts and candidate knowledge nodesnotemdpro-link-analyzer— add wiki-links across notes to build graph structurenotemdpro-selection-processor— process only a selected passage instead of a whole filenotemdpro-qa-extractor— extract answers to specific questions from long text
Research and translation
notemdpro-web-researcher— gather external research context before drafting or summarizingnotemdpro-text-translator— translate markdown while preserving structure
Diagram and formula repair
notemdpro-mermaid-healer— fix Mermaid syntax and structural issuesnotemdpro-mermaid-summarizer— summarize documents as Mermaid mindmapsnotemdpro-formula-healer— fix LaTeX/math delimiter issues
Scaling and maintenance
notemdpro-batch-processor— run NoteMD-style operations safely across many filesnotemdpro-system-architecture— inspect the NoteMD Pro architecture and module boundariesnotemdpro-test-driven-development— protect NoteMD Pro utility changes with regression tests
Decision guide
- User wants a note written from a title →
notemdpro-content-generator - User wants concepts or graph nodes extracted →
notemdpro-concept-extractor - User wants automatic wiki-link insertion →
notemdpro-link-analyzer - User wants research before writing →
notemdpro-web-researcher - User wants translation with markdown preserved →
notemdpro-text-translator - Mermaid is broken →
notemdpro-mermaid-healer - User wants a Mermaid mindmap summary →
notemdpro-mermaid-summarizer - LaTeX or math delimiters are broken →
notemdpro-formula-healer - Need to process many files or avoid rate-limit / OOM issues →
notemdpro-batch-processor - Need to understand internals or safely modify core logic →
notemdpro-system-architectureornotemdpro-test-driven-development
Local paths
skills/notemdpro-content-generator/SKILL.mdskills/notemdpro-concept-extractor/SKILL.mdskills/notemdpro-link-analyzer/SKILL.mdskills/notemdpro-selection-processor/SKILL.mdskills/notemdpro-qa-extractor/SKILL.mdskills/notemdpro-web-researcher/SKILL.mdskills/notemdpro-text-translator/SKILL.mdskills/notemdpro-mermaid-healer/SKILL.mdskills/notemdpro-mermaid-summarizer/SKILL.mdskills/notemdpro-formula-healer/SKILL.mdskills/notemdpro-batch-processor/SKILL.mdskills/notemdpro-system-architecture/SKILL.mdskills/notemdpro-test-driven-development/SKILL.md
Related skills
notemdpro-content-generator— for full-document generation from a title or stubnotemdpro-link-analyzer— for wiki-linking and graph constructionnotemdpro-mermaid-healer— for Mermaid repair and cleanupobsidian-markdown— for general markdown authoring and note-structure guidanceobsidian-links— for wikilink conventions and validationobsidian-mermaid— for Mermaid authoring patterns complementary to NoteMD Pro healing/summarization
Notes
- These imported skills are file-system based and do not rely on
app.vault. - Prefer the specialized
notemdpro-*skill when the task is narrow and obvious. - Use this umbrella skill when the task spans multiple NoteMD Pro operations.
More from zpankz/obsidian-skills
viva-llm
Use VIVA LLM for multi-provider chat, voice calls, terminal integration, assistants, skills, MCP tools, and agent mode inside Obsidian. Trigger when the user mentions VIVA LLM, voice chat, realtime voice, LLM providers in Obsidian, or vault-integrated AI chat.
1obsidian-plugin-accessibility
Use this skill when building or reviewing Obsidian plugin UI for keyboard access, ARIA labels, screen reader support, focus handling, or mobile touch targets. Accessibility is treated as mandatory, not optional.
1tasks
Create and query tasks using the Tasks plugin syntax including due dates, recurrence, priorities, and task queries. Use when the user mentions Tasks plugin, recurring tasks, task queries, or advanced task management in Obsidian.
1dataview
Create Dataview queries using DQL (Dataview Query Language), inline queries, and DataviewJS. Use when the user mentions Dataview, DQL, querying notes, listing notes by metadata, or creating dynamic views of vault content.
1defuddle
Extract clean markdown from web pages using Defuddle CLI, removing clutter to save tokens. Use when the user provides a URL to read or analyze.
1datacore
Create Datacore views using JSX/React syntax and the dc.* API. Use when the user mentions Datacore, dc.useQuery, JSX views, or React-based vault queries. Datacore is the successor to Dataview with better performance and interactive views.
1