From ec8f9e25dc9942948b7069c64dd7c1b8e1059385 Mon Sep 17 00:00:00 2001 From: Shreyas Date: Sun, 11 Jan 2026 09:37:41 +0000 Subject: [PATCH] Align skills with Agent Skills spec and Codex --- README.md | 10 +++++++++- skills/json-canvas/SKILL.md | 3 +-- skills/obsidian-bases/SKILL.md | 3 +-- skills/obsidian-markdown/SKILL.md | 3 +-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f22dc7f..4ca6a3e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Claude Skills for use with Obsidian. +Agent Skills for use with Obsidian. + +These skills follow the [Agent Skills specification](https://agentskills.io/specification) so they can be used by any skills-compatible agent, including Claude Code and Codex CLI. ## Installation @@ -11,8 +13,14 @@ Claude Skills for use with Obsidian. ### Manually +#### Claude Code + Add the contents of this repo to a `/.claude` folder in the root of your Obsidian vault (or whichever folder you're using with Claude Code). See more in the [official Claude Skills documentation](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview). +#### Codex CLI + +Copy the `skills/` directory into your Codex skills path (typically `~/.codex/skills`). See the [Agent Skills specification](https://agentskills.io/specification) for the standard skill format. + ## Skills ### Create and edit Obsidian-compatible plain text files diff --git a/skills/json-canvas/SKILL.md b/skills/json-canvas/SKILL.md index e9d6c4d..e0611fe 100644 --- a/skills/json-canvas/SKILL.md +++ b/skills/json-canvas/SKILL.md @@ -5,7 +5,7 @@ description: Create and edit JSON Canvas files (.canvas) with nodes, edges, grou # JSON Canvas Skill -This skill enables Claude Code to create and edit valid JSON Canvas files (`.canvas`) used in Obsidian and other applications. +This skill enables skills-compatible agents to create and edit valid JSON Canvas files (`.canvas`) used in Obsidian and other applications. ## Overview @@ -640,4 +640,3 @@ This format is a 16-character lowercase hex string (64-bit random value). - [JSON Canvas Spec 1.0](https://jsoncanvas.org/spec/1.0/) - [JSON Canvas GitHub](https://github.com/obsidianmd/jsoncanvas) - diff --git a/skills/obsidian-bases/SKILL.md b/skills/obsidian-bases/SKILL.md index 0c13582..6f82f11 100644 --- a/skills/obsidian-bases/SKILL.md +++ b/skills/obsidian-bases/SKILL.md @@ -5,7 +5,7 @@ description: Create and edit Obsidian Bases (.base files) with views, filters, f # Obsidian Bases Skill -This skill enables Claude Code to create and edit valid Obsidian Bases (`.base` files) including views, filters, formulas, and all related configurations. +This skill enables skills-compatible agents to create and edit valid Obsidian Bases (`.base` files) including views, filters, formulas, and all related configurations. ## Overview @@ -616,4 +616,3 @@ filters: - [Functions](https://help.obsidian.md/bases/functions) - [Views](https://help.obsidian.md/bases/views) - [Formulas](https://help.obsidian.md/formulas) - diff --git a/skills/obsidian-markdown/SKILL.md b/skills/obsidian-markdown/SKILL.md index fab73a0..2fb45c5 100644 --- a/skills/obsidian-markdown/SKILL.md +++ b/skills/obsidian-markdown/SKILL.md @@ -5,7 +5,7 @@ description: Create and edit Obsidian Flavored Markdown with wikilinks, embeds, # Obsidian Flavored Markdown Skill -This skill enables Claude Code to create and edit valid Obsidian Flavored Markdown, including all Obsidian-specific syntax extensions. +This skill enables skills-compatible agents to create and edit valid Obsidian Flavored Markdown, including all Obsidian-specific syntax extensions. ## Overview @@ -618,4 +618,3 @@ Internal notes: - [Embed files](https://help.obsidian.md/embeds) - [Callouts](https://help.obsidian.md/callouts) - [Properties](https://help.obsidian.md/properties) -