Back to the catalog

devflow-file-standards

File naming conventions, directory structure, and YAML frontmatter standards for CC-DevFlow. Consolidates shared conventions from all agents

Open source Repository Open in the app JSON README (API)

About

File naming conventions, directory structure, and YAML frontmatter standards for CC-DevFlow. Consolidates shared conventions from all agents.

Details

Kind
Agent skills
Topic
Files & documents
Publisher
dimon94
Origin
majiayu
Category
ferramentas
Stars
109
Forks
21
Last push
2026-09-04T02:51:39Z
Repository state
ativo
Language
JavaScript
Added
2026-09-01 17:09:40
Updated
2026-09-01 17:09:40
Origin id
dimon94/cc-devflow/development/devflow-file-standards@main

README

# Skills

个人 agent skill 库。`skills/` 是唯一真相源;本机 agent 目录里的条目全部是指向这里的 symlink。

## 文档架构

- `AGENTS.md`:本仓工作的总合同,各节用 `repo://` 指针连到专项文档。
- `CONTEXT.md`:统一语言与 canonical term。
- `docs/architecture/current-system-map.md`:L1 系统地图,skill 清单与所有权。
- `docs/agents/`:工程标准(workflow、coding、architecture、quality、writing、debugging、branching 等)。
- `docs/adr/`:难回退决定的 ADR,格式见 `docs/adr/README.md`。
- `docs/deferred-hardening.md`:延后加固清单,每次收口时更新。

## 安装 / 更新

```bash
scripts/link-skills.sh
```

把 `skills/` 下每个 skill 链接进 `~/.agents/skills` 和 `~/.claude/skills`。
新增或修改 skill 后直接改仓库文件即可,symlink 即时生效,无需重跑;
只有新增 skill 目录时才需要重跑一次。

## 别人的 skill

引用的第三方 skill(如 [mattpocock/skills](https://github.com/mattpocock/skills))
不复制进本仓库。它们以各自上游仓库 clone 为准,同样通过 symlink 接入
`~/.agents/skills`,跟进上游只需在对应 clone 里 `git pull`。

More