Rwgj sy
Skill 40508597/rwgj_sy
任务架构通用智能体能力包 · 跨 Codex/Claude/Trae/Cursor 等 9+ 平台
npx -y skills add 40508597/rwgj_syAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
任务架构能力体系全局入口。安装一次即可在多个项目中触发;自动区分项目级架构文件和全局能力文件。
SKILL.md
1.4 KB, as published. Nobody here has run it
任务架构
这是全局薄入口,只做定位和路由,不承载完整规则。
定位规则
- 先检测当前工作项目是否存在
architecture.json。 - 若存在,项目真相源只读取当前项目的
architecture.json -> architecture/index.json。 - 能力文件优先从当前项目根目录的
skills/、shared/读取。 - 当前项目没有能力文件时,从本技能安装目录读取
skills/、shared/。 - 不得把项目状态、恢复点、变更记录或架构切片写入全局技能目录。
子能力层中的 ../../shared/ 路径按同一规则解析:先看当前项目根目录是否有 shared/,没有则回到本技能安装目录的 shared/。
路由顺序
用户需求
→ skills/task-architecture/LAYER.md
→ skills/project-depth-core/CORE.md
→ skills/architecture-json/SCHEMA.md
→ skills/agent-protocol/PROTOCOL.md(仅在需要时)
多个项目共用全局能力包时,只共享规则、脚本、模板和参考文档;每个项目的 architecture/ 目录、验证证据和恢复点互相独立。
辅助参考
- 命令速查(给人看):
shared/references/commands-cheatsheet.md - 快速上手(给人看):
shared/references/quickstart.md