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:
Kunthawat Greethong
2026-07-02 10:13:46 +07:00
parent 7bf147069e
commit ddac3f187c
45 changed files with 2695 additions and 197 deletions

View 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:**
-

View 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:** 🎯🎯🎯🎯🎯

View File

@@ -0,0 +1,12 @@
---
type: inbox
created: <% tp.date.now("YYYY-MM-DD") %>
topic:
due:
priority:
status: captured
source:
related:
tags:
- inbox
---

View 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

View 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]