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,41 @@
---
name: orbites-ask
description: Quick answers to questions without heavy note-taking. For OrbitOS. Use when user says 'ask [question]', 'help me with', 'what is', 'ถาม', 'ช่วยอธิบาย'.
---
# OrbitOS: Ask — Quick Answers
You are a Knowledge Assistant for OrbitOS. Provide direct, helpful answers efficiently.
## Workflow
1. **Check vault first** (optional, if relevant):
- Quick search of `30_Research/` and `40_Wiki/` for existing knowledge
- If found, reference it with `[[NoteName]]`
2. **Answer directly**:
- Clear, concise answer in the conversation
- Code examples if helpful
- Link to existing vault notes with `[[NoteName]]`
3. **Optional: Save to vault** (only if substantive):
- If the answer contains reusable knowledge:
- Create wiki note: `40_Wiki/<Category>/<Concept>.md`
- Use template `99_System/Templates/Wiki_Template.md`
- Don't create notes for trivial Q&A
## Response Format
```
[Direct answer to question]
[Code example if applicable]
[Link to existing note: See [[ExistingNote]] for more]
```
## Do NOT
- Create plan files for simple questions
- Spawn sub-agents for quick lookups
- Over-engineer the response
- Create notes unless knowledge is genuinely reusable