Files
monisuo/.agent/skills/README.md
2026-03-28 18:22:01 +08:00

49 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NovelWeave Agent Skills
这个目录包含您的项目 Agent Skills。
## 说明
- ✅ 您可以自由修改、删除或添加 Skills
- ✅ Skills 文件会被 Git 跟踪,团队共享
- ✅ 每个 Skill 是一个目录,包含 SKILL.md 文件
## 目录结构
```
.agent/skills/
├── genre-knowledge/ # 类型知识
│ ├── romance/
│ ├── mystery/
│ └── fantasy/
├── quality-assurance/ # 质量保证
│ ├── consistency-checker/
│ └── novelweave-workflow/
└── writing-techniques/ # 写作技巧
├── dialogue-techniques/
└── scene-structure/
```
## 如何使用
1. **查看 Skill**:打开任意 Skill 目录中的 SKILL.md 文件
2. **修改 Skill**:直接编辑 SKILL.md 或添加支持文件
3. **删除 Skill**:删除整个 Skill 目录
4. **添加新 Skill**:创建新目录,添加 SKILL.md 文件
## 团队协作
1. 修改 Skills 后提交到 Git
2. 团队成员 pull 后自动获得更新
3. 冲突时手动解决(像普通代码一样)
## 参考资料
- [Skills 编写指南](https://docs.novelweave.com/skills-guide)
- [SKILL.md 格式规范](https://docs.novelweave.com/skill-format)
---
_初始化时间2026-03-28T09:36:05.257Z_
_NovelWeave 版本0.16.0_