meridian

Create Meridian dashboard panels and navigation components for Obsidian vault integrations.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill meridian-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meridian
Source: https://github.com/SpaceZephyr/myskill/tree/main/meridian
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill meridian-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Meridian helps you turn Obsidian vault content into a local Next.js dashboard by creating one focused navigation panel or analysis module at a time, without manually wiring the app structure yourself.

Core Features & Use Cases

  • Single-panel generation: Create exactly one dashboard panel per request so the UI stays organized and easy to register.
  • Meridian app integration: Add new components under app/components and connect them to page.tsx with the correct navigation entry and render case.
  • Vault-driven analytics: Build panels that read local vault data through API routes such as folder analysis, skills, vault scanning, and usage reporting.
  • Use case: A user wants a new left-side panel for document analysis, and the Skill guides the creation of the component, styling, and page registration in the Meridian app.

Quick Start

Ask for one Meridian panel you want created, and have the assistant build the component, wire it into page.tsx, and keep the implementation aligned with the local vault data flow.

Frequently Asked Questions about meridian

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

FAQPage Schema
How do I build an Obsidian vault dashboard using Next.js?

To build an Obsidian vault dashboard, you can generate individual Next.js components that read local vault data through API routes and register them within your dashboard layout using glass-card styling.

Can I generate one dashboard panel at a time for my Next.js local app?

Yes, you can generate exactly one dashboard panel per request. This single-panel workflow keeps the UI organized and ensures the component is properly wired into page.tsx before moving to the next.

How do I add left navigation to a Next.js dashboard connected to Obsidian?

You add left navigation by generating a dedicated navigation component and registering it in page.tsx. This creates the navigation entry and render case needed to route between vault-driven analytics views.

Does building vault-driven analytics panels require local file-system access?

Yes, building vault-driven analytics panels requires local file-system data access. The panels read local Obsidian vault data through API routes for folder analysis, vault scanning, and usage reporting.

What is the best way to register a new analytics component in a Next.js dashboard?

The best way to register a new analytics component is to add it under app/components and connect it to page.tsx with the correct navigation entry and render case to ensure it displays properly.