Init
A skill and plugin that I use to create a knowledge graph in Obsidian using my agents. (Karapathy-Inspired)
npx -y skills add Ethics03/kgskill --skill initAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Project-specific instructions for this workspace. Use when ingesting sources and maintaining wiki for this domain.
SKILL.md
1.8 KB, as published. Nobody here has run it
[PROJECT NAME] Skill
Project-specific instructions for the Knowledge Graph.
Project Overview
[Brief description of the project, domain, or topic]
Domain
[What domain is this project about? Examples:
- Research: "Quantum computing research"
- Reading: "The Lord of the Rings"
- Personal: "Health and fitness tracking"
- Code: "Codebase documentation" ]
Source Types
[What types of sources will be ingested?]
- Articles
- Papers
- Transcripts
- Notes
- [Other]
Key Entities
[What kinds of entities are relevant to this domain? Examples:
- People, organizations, tools, places
- Characters, locations, items
- Concepts, frameworks, methods ]
Key Concepts
[What concepts are central to this domain?]
Ingestion Workflow
[Custom steps for ingesting sources in this domain]
- Read source
- Extract entities and concepts
- Create/update wiki pages
- Note contradictions with existing knowledge
- Update index and log
Page Types
[Project-specific page types beyond the standard entities/concepts/synthesis]
Conventions
[Project-specific naming and formatting conventions]
File Naming
- Entities:
entity-name.md - Concepts:
concept-name.md - Sources:
source-title-slug.md
Cross-References
- Link to related entities:
[[entities/Related]] - Link to concepts:
[[concepts/Topic]]
Current Focus
See [[../Active.md]] for current focus items.
Key Files
| File | Purpose |
|---|---|
raw/ | Source documents |
wiki/entities/ | Entity pages |
wiki/concepts/ | Concept pages |
wiki/synthesis/ | High-level summaries |
../Active.md | Current priorities |