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:
12
vault-structure/views/active-projects.yml
Normal file
12
vault-structure/views/active-projects.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Active Projects
|
||||
icon: rocket
|
||||
color: "#3b82f6"
|
||||
sort: "property:priority:asc"
|
||||
filters:
|
||||
all:
|
||||
- field: type
|
||||
op: equals
|
||||
value: project
|
||||
- field: status
|
||||
op: equals
|
||||
value: active
|
||||
12
vault-structure/views/inbox.yml
Normal file
12
vault-structure/views/inbox.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Inbox
|
||||
icon: inbox
|
||||
color: "#f59e0b"
|
||||
sort: "created:desc"
|
||||
filters:
|
||||
all:
|
||||
- field: type
|
||||
op: equals
|
||||
value: inbox
|
||||
- field: status
|
||||
op: equals
|
||||
value: pending
|
||||
8
vault-structure/views/research.yml
Normal file
8
vault-structure/views/research.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: Research
|
||||
icon: book-open
|
||||
color: "#8b5cf6"
|
||||
sort: "created:desc"
|
||||
filters:
|
||||
- field: type
|
||||
op: equals
|
||||
value: research
|
||||
Reference in New Issue
Block a user