원클릭으로
obsidian-markdown
Use when creating or editing Obsidian-flavored Markdown with wikilinks, embeds, callouts, and frontmatter.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating or editing Obsidian-flavored Markdown with wikilinks, embeds, callouts, and frontmatter.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | obsidian-markdown |
| description | Use when creating or editing Obsidian-flavored Markdown with wikilinks, embeds, callouts, and frontmatter. |
| version | 1.0.0 |
| author | Cody Tucker |
| license | MIT |
| metadata | {"hermes":{"tags":["obsidian","markdown","wikilinks"],"related_skills":["obsidian-cli","obsidian-bases"]}} |
Write valid Obsidian markdown, not just generic CommonMark.
[[Note Name]][[Note Name|Display Text]][[Note Name#Heading]]![[Note Name]], ![[image.png|300]]> [!note]==important==%% hidden %%---
title: My Note
tags:
- project
aliases:
- Alternate Name
cssclasses:
- custom-class
---
[[Note Name]]
[[Note Name|Display Text]]
[[Note Name#Heading]]
![[Architecture Diagram.png|600]]
> [!warning] Key Risk
> This section needs review.
Append a block ID to a paragraph when you need stable deep links:
This paragraph can be linked directly. ^my-block-id
[[wikilinks]] for anything inside the vault.#project/active.Use when creating or editing Obsidian Bases `.base` files with filters, formulas, and views.
Use only when interacting with an already running Obsidian GUI instance through the obsidian CLI.
Use when searching markdown knowledge bases, notes, and docs with QMD.
Package new software or update existing packages using Nix
Common mistakes in NixOS code and standards for reviewing and refactoring NixOS repositories.