Hệ điều hành AI di động — Portable AI Operating System cho đa tác tử (multi-agent)
Hệ thống dạng plugin, hoạt động như một AI Operating System: tự động phát hiện skills, quản lý upstream, đồng bộ phiên bản, và tương thích với mọi tác tử AI.
- Plugin Architecture — Skills tự động phát hiện, không hardcode
- 6 Adapters — OpenCode, Claude Code, Cursor, Aider, Gemini CLI, Codex
- Upstream Management — Clone, sync, changelog, rollback từ GitHub
- Update Engine — Kiểm tra cập nhật, backup, migration, rollback
- Long-term Memory — SQLite store
- Knowledge Base — Filesystem store
- CLI đầy đủ — 20+ commands
| Skill | Upstream | Chức năng |
|---|---|---|
| Document Intelligence | Docling | PDF, DOCX, PPTX, XLSX, images → Markdown |
| Long Term Memory | Ponytail | Lưu architecture, conventions, todos, bugs |
| Context Compression | Headroom | Nén logs, JSON, tool responses, RAG |
| UI & Design Intelligence | Taste Skill | Typography, spacing, 4 design profiles |
| Documentation Generator | Docusaurus | Tạo site tài liệu từ skills |
git clone https://github.com/tpc-pascal/pascai-skill.git
cd pascai-skill
pip install -e ".[dev]"
pascai init
pascai status
pascai skill list| Layer | Công nghệ |
|---|---|
| Language | Python 3.11+ |
| Validation | Pydantic 2.x |
| CLI | Click + Rich |
| Git | GitPython |
| Memory | SQLite |
| Knowledge | Filesystem (JSON) |
tpc-pascal — GitHub
MIT