Install
$ agentstack add skill-lionellau-capture-concept-obsidian-markdown ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Obsidian Markdown
Use this skill whenever writing or editing notes inside an Obsidian vault.
Core Rules
- Use YAML frontmatter for note properties.
- Use Obsidian wikilinks for internal links:
[[note-slug]]or[[note-slug|Title]]. - Use heading links for precise references:
[[note-slug#Heading]]. - Use block IDs for reusable definitions or claims:
^definition,^key-claim. - Use Obsidian callouts for scannable structure.
- Use embeds only when the target exists:
![[note-slug#^definition]]. - Keep sections chunkable; split sections that exceed about 300 words.
Frontmatter Pattern
---
title: "Human Title"
type: concept
domain: software-engineering
depth: working
scenario: S1
tags:
- domain/software-engineering
- status/active
- topic/caching
- source/conversation
related:
- "cache-invalidation"
created: "2026-06-11"
updated: "2026-06-11"
confidence: medium
provenance: inferred
aliases:
- "alternate name"
stub_candidates:
- "missing-related-concept"
---
Callouts
Prefer these callouts:
> [!tldr]for retrieval hooks.> [!note]for disambiguation.> [!tip]for decision criteria or rules of thumb.> [!warning]for pitfalls.> [!failure]-for anti-patterns or dead ends.> [!bug]-for known limitations or failure modes.> [!quote]for attributed source claims.> [!question]-for open questions and stubs.
Use foldable callouts with - when details are useful but not essential.
Tags
- Use slash tags:
domain/software-engineering,topic/debugging,source/article. - Do not use broad generic topic tags.
- Keep topic tags specific and limited.
- Prefer mechanism tags over surface-area tags.
Links
Only place verified existing notes in related:. Missing concepts belong in stub_candidates: until a note exists.
In the body, every related link should explain the relationship:
- [[cache-invalidation]] - broader failure class behind this bug.
MOCs And Indexes
MOCs should help navigation, not duplicate tags. Include:
- Recent notes
- Learning paths
- Important gaps
- Links grouped by practical use
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: lionellau
- Source: lionellau/capture-concept
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.