Skip to content

Commit 8b19435

Browse files
committed
docs: move roadmap above skill catalog for better hierarchy
1 parent cd6b7c5 commit 8b19435

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424

2525
---
2626

27+
## 🗺️ Roadmap
28+
29+
- [x] **Skill architecture** — pluggable `SKILL.md` interface for all capabilities
30+
- [x] **Skill Store UI** — browse, install, and configure skills from Aegis
31+
- [x] **AI/LLM-assisted skill installation** — community-contributed skills installed and configured via AI agent
32+
- [x] **GPU / NPU / CPU (AIPC) aware installation** — auto-detect hardware, install matching frameworks, convert models to optimal format
33+
- [x] **Hardware environment layer** — shared [`env_config.py`](skills/lib/env_config.py) for auto-detection + model optimization across NVIDIA, AMD, Apple Silicon, Intel, and CPU
34+
- [ ] **Skill development** — 18 skills across 9 categories, actively expanding with community contributions
35+
2736
## 🧩 Skill Catalog
2837

2938
Each skill is a self-contained module with its own model, parameters, and [communication protocol](docs/skill-development.md). See the [Skill Development Guide](docs/skill-development.md) and [Platform Parameters](docs/skill-params.md) to build your own.
@@ -48,14 +57,6 @@ Each skill is a self-contained module with its own model, parameters, and [commu
4857
4958
> **Registry:** All skills are indexed in [`skills.json`](skills.json) for programmatic discovery.
5059
51-
### 🗺️ Roadmap
52-
53-
- [x] **Skill architecture** — pluggable `SKILL.md` interface for all capabilities
54-
- [x] **Skill Store UI** — browse, install, and configure skills from Aegis
55-
- [x] **AI/LLM-assisted skill installation** — community-contributed skills installed and configured via AI agent
56-
- [x] **GPU / NPU / CPU (AIPC) aware installation** — auto-detect hardware, install matching frameworks, convert models to optimal format
57-
- [x] **Hardware environment layer** — shared [`env_config.py`](skills/lib/env_config.py) for auto-detection + model optimization across NVIDIA, AMD, Apple Silicon, Intel, and CPU
58-
- [ ] **Skill development** — 18 skills across 9 categories, actively expanding with community contributions
5960

6061
## 🚀 Getting Started with [SharpAI Aegis](https://www.sharpai.org)
6162

0 commit comments

Comments
 (0)