with one click
project-os
// AI project OS for autonomous loop, automated orchestration, and rule-driven execution.
// AI project OS for autonomous loop, automated orchestration, and rule-driven execution.
Skill package manager for AI Agents — install, manage, and publish Agent Skills.
Example Skillset that demonstrates inline + GitHub + registry dependencies.
Alpha sample skill for local testing of install/list flows.
Beta sample skill used to test install, validate, and dependency-free workflows.
Gamma sample skill for local discovery and CLI smoke tests.
All official Claude skills from anthropics/skills.
| name | project-os |
| description | AI project OS for autonomous loop, automated orchestration, and rule-driven execution. |
| version | 0.1.2 |
| author | Peiiii |
| license | MIT |
| tags | ["governance","process","release","logs"] |
用于在新项目中快速落地“开发规范 + 迭代日志 + 发布闭环”的通用体系(Project OS),面向未来演进为可自治、可编排、自动驱动研发流程的 AI 操作系统。
自治闭环
覆盖需求—实现—验证—发布—线上冒烟—复盘的端到端闭环,系统自动推动流程完成并形成可追踪证据链。
自动化编排
将研发流程拆解为可编排的步骤与指令(commands/skills/workflows),以最小人工干预串联执行、回滚与验收。
规则驱动执行
所有行为由 Rulebook 统一约束与裁决,确保执行一致性、合规性与可审计性;如需例外必须显式声明并记录。
本 Skill 安装后不会自动生效,首次使用时需要初始化;初始化完成后规则与流程才会被执行。
AGENTS.md/commands/docs/logs)。AGENTS.md(若已存在,则合并而非覆盖)commands/commands.mddocs/logs 与 docs/workflows将本 Skill 的模板复制到目标项目根目录(若已有文件,需合并而非覆盖):
cp -R <skill>/assets/commands ./commands
cp -R <skill>/assets/docs ./docs
cp <skill>/assets/AGENTS.template.md ./AGENTS.md
commands/commands.md 并同步 AGENTS 索引。docs/workflows/npm-release-process.md。assets/AGENTS.template.mdassets/commands/commands.mdassets/docs/logs/TEMPLATE.mdassets/docs/logs/README.mdassets/docs/workflows/npm-release-process.md