conorluddy

ObsidianSkills — Git skill for Claude Code

Git community

Claude Code skills for bridging Obsidian vaults with agents, skills, plans and Github issues.

How to install ObsidianSkills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open conorluddy/ObsidianSkills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What ObsidianSkills does

Claude Code skills for bridging Obsidian vaults with agents, skills, plans and Github issues.

Alternatives in Git

  • Claude Code GitHub Issues — by anthropics - 问题反馈和功能请求 81.1k ★
  • Triage Issues — Triage open GitHub issues — split into bugs vs features, rank by severity/opportunity, and flag under-specifie 12.6k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★

README

Screenshot 2026-03-05 at 07 05 29

ObsidianSkills

A collection of [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills for integrating your Obsidian vault with development workflows. Symlinks, not copies — source files stay where they belong.

Skills

Skill Purpose
obsidian-link Bridge Claude Code config (agents, skills, plans) into your vault
obsidian-github-issue-fetcher Fetch GitHub issues into your vault as browsable markdown notes

obsidian-link

Connect Claude Code's dotfile configuration to your Obsidian vault via symlinks, making agents, skills, and plans visible in graph view and Dataview queries.

Modes

Mode Command Purpose
Link /obsidian-link Connect current project's agents/skills to vault
Status /obsidian-link status Health check across all linked projects
Unlink /obsidian-link unlink Remove a project's links from vault
Init /obsidian-link init Configure plan frontmatter in ~/.claude/CLAUDE.md

Vault structure

/ClaudeCode/
  ├── README.md           # Auto-generated index with [[wikilinks]]
  ├── Agents/
  │   ├── global/         # Authored here, symlinked into ~/.claude/
  │   └── /      # Symlinks back to repo .claude/agents/
  ├── Skills/
  │   ├── global/         # Authored here, symlinked into ~/.claude/
  │   └── /      # Symlinks back to repo .claude/skills/
  └── Plans/              # ~/.claude/plans symlinks here

Symlink direction

Config type Source of truth Symlinked into
Per-project agents/skills Project repo (.claude/) Obsidian vault
Global agents/skills Obsidian vault ~/.claude/
Plans Obsidian