igugyj/project-ai-docs

Plugin ⭐ 0 MIT developer-tools

通用项目 AI 文档协议 skill

Install

project-ai-docs/
├── skills/project-ai-docs/   # 运行时技能单元(DSH 插件式安装的发现根)
│   ├── SKILL.md              # 协议本体(中文)
│   ├── SKILL.en.md           # 协议英文版(替换式:改名覆盖 SKILL.md 即用)
│   ├── template/             # Init 骨架·中文(复制即用)
│   └── template.en/          # Init 骨架·英文
├── extensions/dsh/index.js   # DSH bundle 适配器(provider 指向 skills/)
├── cordis.patch.yml          # bundle 注册
├── package.json              # npm 包清单(dsh.bundle.patch)
├── AGENTS.md                 # 项目级 agent 规则(英文,agent 通用)
├── .gitignore                # git 忽略(node_modules / *.tgz / *.log)
├── .gitattributes            # linguist 语言分析 + 行尾规范化
├── .github/workflows/publish.yml  # npm 发布管道(手动触发)
├── README.md                 # 本文件(中文)
├── README.en.md              # 英文说明
├── LICENSE                   # MIT
└── docs/.ai/                 # 本包自身的认知库(协议自述)

Add igugyj/project-ai-docs to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.