kepano/obsidian-skills โ€” GitHub Repository Preview
Developer Tools โ˜… 23.4k Markdown

kepano/obsidian-skills

by @kepano ยท

23.4k Stars
โ€” Forks
0 Issues
Markdown Language

Obsidian Skills is a collection of agent skills that teach AI coding assistants how to work with Obsidian vaults and file formats. It follows the Agent Skills specification, making it compatible with Claude Code, Codex CLI, OpenCode, and other AI agent platforms. The project includes five distinct skills covering Obsidian Flavored Markdown (wikilinks, embeds, callouts, properties), Obsidian Bases (.base files with views, filters, formulas, and summaries), JSON Canvas (.canvas files with nodes, edges, groups, and connections), Obsidian CLI for plugin and theme development, and Defuddle for extracting clean markdown from web pages to reduce token usage. Installation is straightforward โ€” for Claude Code users, simply add the repo contents to a .claude folder in the vault root. For Codex CLI, use the plugin marketplace. The project bridges the gap between AI coding agents and Obsidian's rich ecosystem, enabling agents to create, edit, and manage knowledge base content with full format awareness.

Author avatar for @kepano
@kepano Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/kepano/obsidian-skills.git

Quick Start Example

bash
# Claude Code โ€” add to your Obsidian vault
# Copy repo contents into /.claude folder at vault root

# Codex CLI
/plugin marketplace add kepano/obsidian-skills
/plugin install obsidian@obsidian-skills

# npx (generic)
npx skills add [email protected]:kepano/obsidian-skills.git

# OpenCode
# Clone into ~/.opencode/skills/obsidian-skills

Tags

#obsidian#agent-skills#claude-code#markdown#knowledge-management#ai-agents

Related Projects