Merge OrbitOS into project — one install, everything ready
- Added 15 OrbitOS skills (bundled in skills/orbitos/) - Added vault structure templates (views, templates, prompts) - Added install.sh (macOS + Linux) - Removed references/orbitos-skills.md (no longer needed) - Updated README: 30 skills total, unified install flow Total: 9 mm* + 6 dependencies + 15 orbitos = 30 skills
This commit is contained in:
81
vault-structure/99_System/Templates/Content_Template.md
Normal file
81
vault-structure/99_System/Templates/Content_Template.md
Normal file
@@ -0,0 +1,81 @@
|
||||
---
|
||||
type: content
|
||||
format: article
|
||||
status: draft
|
||||
area: "[[Writing]]"
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
tags: [content]
|
||||
---
|
||||
# [Content Title]
|
||||
|
||||
**Format:** Article | Video | Thread | Post
|
||||
**Target Platform:** [Medium, YouTube, Twitter, LinkedIn, etc.]
|
||||
**Target Audience:** [Who is this for?]
|
||||
**Goal:** [What should the audience learn/feel/do?]
|
||||
|
||||
---
|
||||
|
||||
## Hook
|
||||
|
||||
[Opening sentence/paragraph that grabs attention]
|
||||
|
||||
---
|
||||
|
||||
## Outline
|
||||
|
||||
### Section 1: [Heading]
|
||||
- Key point 1
|
||||
- Key point 2
|
||||
- Example/Story
|
||||
|
||||
### Section 2: [Heading]
|
||||
- Key point 1
|
||||
- Key point 2
|
||||
- Example/Story
|
||||
|
||||
### Section 3: [Heading]
|
||||
- Key point 1
|
||||
- Key point 2
|
||||
- Example/Story
|
||||
|
||||
---
|
||||
|
||||
## Draft
|
||||
|
||||
[Full content goes here]
|
||||
|
||||
---
|
||||
|
||||
## Call to Action
|
||||
|
||||
[What should the reader do next?]
|
||||
|
||||
---
|
||||
|
||||
## Metadata
|
||||
|
||||
**Keywords/Tags:**
|
||||
**Estimated Length:** [words/minutes]
|
||||
**Published:** [Date/URL]
|
||||
**Performance Metrics:**
|
||||
- Views:
|
||||
- Engagement:
|
||||
- Conversions:
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
- [[Related Topic 1]]
|
||||
- [[Related Topic 2]]
|
||||
- Source: [[Source Note]]
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
**Ideas for follow-up:**
|
||||
-
|
||||
|
||||
**Feedback received:**
|
||||
-
|
||||
27
vault-structure/99_System/Templates/Daily_Note.md
Normal file
27
vault-structure/99_System/Templates/Daily_Note.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
date: {{date}}
|
||||
day: {{date:dddd}}
|
||||
week: {{date:ww}}
|
||||
---
|
||||
# {{date:YYYY-MM-DD}}
|
||||
|
||||
## Priorities
|
||||
- [ ]
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
## Log
|
||||
*
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
## AI Digest
|
||||
|
||||
|
||||
## Related Projects
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
**Energy:** ⚡⚡⚡⚡⚡ | **Focus:** 🎯🎯🎯🎯🎯
|
||||
12
vault-structure/99_System/Templates/Inbox_Template.md
Normal file
12
vault-structure/99_System/Templates/Inbox_Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
type: inbox
|
||||
created: <% tp.date.now("YYYY-MM-DD") %>
|
||||
topic:
|
||||
due:
|
||||
priority:
|
||||
status: captured
|
||||
source:
|
||||
related:
|
||||
tags:
|
||||
- inbox
|
||||
---
|
||||
54
vault-structure/99_System/Templates/Project_Template.md
Normal file
54
vault-structure/99_System/Templates/Project_Template.md
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: project
|
||||
status: active
|
||||
group: "[[Group]]"
|
||||
area: "[[AreaName]]"
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
due:
|
||||
priority:
|
||||
tags: []
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Context
|
||||
|
||||
**Objective:** [One clear sentence describing what success looks like]
|
||||
|
||||
**Success Metrics:**
|
||||
- [ ] Metric 1
|
||||
- [ ] Metric 2
|
||||
- [ ] Metric 3
|
||||
|
||||
**Key Constraints:**
|
||||
- Timeline:
|
||||
- Resources:
|
||||
- Dependencies:
|
||||
|
||||
---
|
||||
|
||||
## Actions
|
||||
|
||||
### Phase 1: [Phase Name]
|
||||
|
||||
- [ ] Task 1
|
||||
- [ ] Task 2
|
||||
- [ ] Task 3
|
||||
|
||||
---
|
||||
|
||||
## Progress
|
||||
|
||||
- {{date:YYYY-MM-DD}}: [[{{date:YYYY-MM-DD}}]] - Project initiated
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
29
vault-structure/99_System/Templates/Wiki_Template.md
Normal file
29
vault-structure/99_System/Templates/Wiki_Template.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
area:
|
||||
tags: []
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
---
|
||||
# [Concept Name]
|
||||
|
||||
## Definition
|
||||
|
||||
[Clear, concise definition of the concept]
|
||||
|
||||
## Key Points
|
||||
|
||||
- [Main characteristic or feature]
|
||||
- [Important aspect]
|
||||
- [Notable detail]
|
||||
|
||||
## Examples
|
||||
|
||||
[Practical examples or use cases]
|
||||
|
||||
## Related Concepts
|
||||
|
||||
- [[Related Concept 1]]
|
||||
- [[Related Concept 2]]
|
||||
|
||||
## References
|
||||
|
||||
- [Source or documentation]
|
||||
Reference in New Issue
Block a user