first commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: obsidian-source-ingestion
|
||||
description: Use this skill to ingest external materials into the current project-scoped Obsidian KB as source notes under Sources/Papers, Sources/Web, Sources/Docs, Sources/Data, Sources/Interviews, or Sources/Notes.
|
||||
---
|
||||
|
||||
# Obsidian Source Ingestion
|
||||
|
||||
Use this skill when external material should become a project-local source note.
|
||||
|
||||
## Targets
|
||||
|
||||
- `Sources/Papers/`
|
||||
- `Sources/Web/`
|
||||
- `Sources/Docs/`
|
||||
- `Sources/Data/`
|
||||
- `Sources/Interviews/`
|
||||
- `Sources/Notes/`
|
||||
|
||||
## Core rules
|
||||
|
||||
- source notes are source-centered, not synthesis-centered
|
||||
- every new canonical source note must update `_system/registry.md`
|
||||
- important sources should update `02-Index.md`
|
||||
- if the source arrived during an active work session, append a short note to today's `Daily/`
|
||||
- do not create a top-level `Papers/`
|
||||
|
||||
## Read next
|
||||
|
||||
- `references/SOURCE-TYPES.md`
|
||||
- `references/PAPER-SOURCE-NOTES.md`
|
||||
- `references/WEB-SOURCE-NOTES.md`
|
||||
- `references/DATA-SOURCE-NOTES.md`
|
||||
- `references/INTERVIEW-SOURCE-NOTES.md`
|
||||
@@ -0,0 +1,3 @@
|
||||
# Data Source Notes
|
||||
|
||||
Data notes should describe schema, metrics, known issues, usage notes, and project relevance.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Interview Source Notes
|
||||
|
||||
Interview notes should capture participants, context, key quotes, observed needs, evidence, and follow-ups.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Paper Source Notes
|
||||
|
||||
Paper source notes must remain source-centered and should usually include metadata, project relevance, summary, claims, methods, evidence, limitations, connections, and open questions.
|
||||
@@ -0,0 +1,9 @@
|
||||
# Source Types
|
||||
|
||||
Routing defaults:
|
||||
- paper -> `Sources/Papers/`
|
||||
- web page or blog -> `Sources/Web/`
|
||||
- API docs, spec, manual -> `Sources/Docs/`
|
||||
- dataset, benchmark, schema note -> `Sources/Data/`
|
||||
- interview or transcript -> `Sources/Interviews/`
|
||||
- loose imported note or pasted markdown -> `Sources/Notes/`
|
||||
@@ -0,0 +1,3 @@
|
||||
# Web Source Notes
|
||||
|
||||
Web source notes should capture URL, source type, summary, extracted claims, evidence snippets, project relevance, and follow-up questions.
|
||||
Reference in New Issue
Block a user