catalog/repos/agilebydesign--agilebydesign-skills.md

50 lines
1.6 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.

# 敏捷设计智能体技能
`AI智能体` `敏捷开发` `技能复用` `文档处理` `需求分析`
# 敏捷设计智能体技能
来自 [Agile by Design](https://agilebydesign.com) 的可复用智能体技能。
## 技能列表
### content-memory内容记忆
将文档PDF、PPTX、DOCX、XLSX 等)转换为 Markdown 格式并分块存入智能体记忆。适用于向智能体上下文添加内容、刷新记忆或批量导入文件夹中的文档。
**安装:**
```bash
npx skills add agilebydesign/agilebydesign-skills --skill content-memory
```
**使用说明:** 详见 [skills/content-memory/SKILL.md](skills/content-memory/SKILL.md)。
### solution-shaping解决方案塑形
将源材料整理为交互树和状态模型(故事地图与领域模型)。适用于梳理需求、从源文档推导史诗和用户故事,或构建角色交互与领域概念的层级结构。
**安装:**
```bash
npx skills add agilebydesign/agilebydesign-skills --skill solution-shaping
```
**使用说明:** 详见 [skills/solution-shaping/SKILL.md](skills/solution-shaping/SKILL.md)。
## 安装全部技能
```bash
npx skills add agilebydesign/agilebydesign-skills
```
## 发布到 skills.sh
1. 在 GitHub 创建仓库:[github.com/agilebydesign/agilebydesign-skills](https://github.com/agilebydesign/agilebydesign-skills)
2. 推送本仓库内容
3. 在 [agentskill.sh/submit](https://agentskill.sh/submit) 提交,填入 `https://github.com/agilebydesign/agilebydesign-skills`
4. 用户通过 `npx skills add` 安装后,技能将出现在排行榜上
## 许可证
MIT