add claude-obsidian
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 10:57:16 +09:00
parent 1b07531a45
commit 72dad72703
205 changed files with 41703 additions and 80 deletions
@@ -0,0 +1,32 @@
---
type: area
title: "{{title}}"
created: "{{date}}"
review_cadence: weekly
tags:
- area
related_projects: []
---
# {{title}}
## Scope
(One paragraph: what ongoing responsibility does this area cover? What's IN scope, what's OUT of scope?)
## Standards
(What good looks like. What you aim to maintain.)
## Active projects in this area
- [[{{project-1}}]]
- [[{{project-2}}]]
## Reference material
- [[{{resource-1}}]]
## Review cadence
(How often you check in on this area. Default: weekly.)
@@ -0,0 +1,32 @@
---
type: project
title: "{{title}}"
status: active
created: "{{date}}"
deadline: ""
outcome: ""
tags:
- project
related_areas: []
---
# {{title}}
## Outcome
(One sentence: what does "done" look like?)
## Status
- **Current state:** active
- **Deadline:** {{deadline-or-tbd}}
- **Next action:** (single concrete next step)
## Notes
(Working notes, decisions, blockers.)
## Related
- Areas: [[{{related-area}}]]
- Resources: [[{{related-resource}}]]
@@ -0,0 +1,28 @@
---
type: resource
title: "{{title}}"
topic: "{{topic}}"
created: "{{date}}"
tags:
- resource
sources: []
---
# {{title}}
## Summary
(2-3 sentences: what is this, why is it here, what is it useful for?)
## Key content
(The actual reference material — quotes, summaries, links, structured information.)
## Sources
- (citations, links to external material)
## Related
- Areas using this: [[{{area-1}}]]
- Projects using this: [[{{project-1}}]]