- MDmoldavite-markdown
- FSmoldavite-forges
- MCmoldavite-mcp
- DNmoldavite-daily-notes
- PXmoldavite-portability
Agent Skills for Moldavite
Give your agent the Moldavite manual.
Five focused skills help agents work with Moldavite Markdown, Forges, MCP, daily notes, and portability.
npx skills add https://github.com/mauropereiira/moldavite-skills
Start here
What a skill actually is
An Agent Skill is a folder with a SKILL.md file. The
file gives your AI client product rules, safe workflows, and the
exact behavior it should expect.
Install the folder once. Compatible clients load its instructions when your request matches the skill.
- moldavite-mcp/
- SKILL.md instructions
- references/
- TOOLS.md details
Five skills
One clear job for each skill
Each folder covers one part of Moldavite. Use the full pack so your client can choose the matching instructions.
moldavite-markdown
Create and edit Moldavite-compatible Markdown, frontmatter, wiki links, and tags
Open skillmoldavite-forges
Work safely with Forge layout, paths, locked notes, and direct file edits
Open skillmoldavite-mcp
Read, search, create, and update notes through Moldavite's MCP server
Open skillmoldavite-daily-notes
Maintain daily notes, ISO weekly notes, and Moldavite templates
Open skillmoldavite-portability
Back up, export, restore, and migrate Obsidian vaults into Moldavite
Open skillInstall
Add the skills to your client
Choose the method your client supports. Every method installs the same five skill folders.
Claude Code marketplace
Add the marketplace, then install the pack.
/plugin marketplace add mauropereiira/moldavite-skills
/plugin install moldavite@moldavite-skills
npx skills
Install directly from the repository.
npx skills add https://github.com/mauropereiira/moldavite-skills
OpenCode
Clone the repository into the global skills directory, then restart OpenCode.
mkdir -p ~/.config/opencode/skills && git clone https://github.com/mauropereiira/moldavite-skills.git ~/.config/opencode/skills/moldavite-skills
Manual
Copy each directory under skills/ into your
client's skills directory. Keep every
SKILL.md beside its
references/ directory.
Connect MCP
Give the agent the note tools
Skills give your agent Moldavite context. MCP gives it the note tools. Use both for work inside a Forge.
The Homebrew cask puts moldavite on your
PATH, so Claude Code can start the server with the
short command below.
Install Moldavite with Homebrew
The cask adds the app and command to your Mac.
brew install --cask mauropereiira/moldavite/moldavite
Add Moldavite MCP to Claude Code
Use this command after a Homebrew install.
claude mcp add moldavite -- moldavite --mcp
Use the app path after a DMG install
The full path starts the same local MCP server.
claude mcp add moldavite -- "/Applications/Moldavite.app/Contents/MacOS/moldavite" --mcp
Ready to install