Install
$ agentstack add skill-grasscaograss-awesomeweldoneskills-archive ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Archive — 项目知识库查询
知识库结构
所有路径相对于项目根目录:
| 路径 | 内容 | 查询方式 | |------|------|----------| | archive/INDEX.md | 全局索引,含关键词标签 | 关键词匹配、领域浏览入口 | | archive/CONTEXT.md | 领域术语表、关系图、歧义标注 | 术语查询 | | archive/records/ | 按日期的会话记录 | 时间范围检索 | | archive/knowledge/ | 领域知识,按子文件夹分类 | 领域浏览 | | docs/adr/ | 架构决策记录 | 关键词匹配 | | archive/reviews/ | 月度/年度回顾 | 关键词匹配 |
领域子文件夹一览(archive/knowledge/ 下):
dual-arm/ weld-template/ weld-seam/ coarse-positioning/ scanning/ capacity/ weld-tracking/ coordinate/ workflow/ frontend/ device-robot/ tools/
查询入口
根据用户的提问方式,选择合适的入口:
1. 关键词搜索
用户问一个具体问题,如"过渡段是怎么规划的"。
- 读
archive/INDEX.md,用反引号内的关键词标签匹配用户提问 - 短列匹配到的文档,读其 TL;DR(标题下方的一句话摘要)
- 仅对 TL;DR 确认相关的文档读全文
- 引用路径 + 相关章节回答
2. 领域浏览
用户想了解某个领域的全局,如"扫描相关有什么"、"焊缝规划有哪些知识"。
- 从
archive/INDEX.md找到对应领域小节(如### scanning/) - 列出该领域下所有文件的名称和一句话摘要
- 问用户是否需要展开某个文件
领域关键词到文件夹的常见映射:
| 用户可能说的 | 文件夹 | |-------------|--------| | 双臂、协同、Leader/Follower | dual-arm/ | | 焊接模板、匹配规则、模板编辑 | weld-template/ | | 焊缝、规划、后处理、几何类型 | weld-seam/ | | 粗定位、视觉校正、龙门补偿 | coarse-positioning/ | | 扫描、精定位、拍照点、VCM | scanning/ | | 产能、统计、清枪计数 | capacity/ | | 焊接跟踪、传感器 | weld-tracking/ | | 坐标、矩阵、标定、phantom-type | coordinate/ | | 状态机、工作流、持久化、PoseRole | workflow/ | | 前端、Blazor、React、UI 组件 | frontend/ | | 设备、机器人、Fanuc、FTP | device-robot/ | | CLI、工具、几何参数 | tools/ |
3. 术语查询
用户问一个具体术语,如"PoseRole 是什么"、"WorldCoord 和 RobotCoord 有什么区别"。
- 读
archive/CONTEXT.md - 找到匹配的
###术语条目,返回定义 - 检查
_Avoid_标注,如有则提醒用户避免使用弃用术语 - 如有关系链(
## Relationships小节),补充关联术语
4. Records 时间线检索
用户问时间段相关,如"最近一周做了什么"、"5 月 23 号改了什么"。
- 读
archive/INDEX.md的## Records小节 - 按日期筛选匹配范围的条目
- 列出日期 + 文件名 + 关键词标签 + 一句话摘要
- 问用户是否需要展开某条记录的全文
Records 文件名格式:YYYY-MM-DD-kebab-case-slug.md
5. 混合查询
用户的问题可能跨多个入口,按需组合。例如"扫描精定位最近改了什么" = 领域浏览(scanning/) + 时间线检索(records/)。
渐进式披露原则
不论用哪个入口,都遵循"先轻后重":
- INDEX 扫描 — 只读
archive/INDEX.md中的关键词和摘要 - TL;DR 确认 — 读候选文档的标题 + 摘要行,排除误匹配
- 全文展开 — 仅对确认相关的文档读全文
不要一次性读取所有匹配文件。先给用户概览,等用户确认再深入。
交互模式
- 回答时附带文件路径引用
- 如果用户的问题模糊,主动提议浏览相关领域
- 术语查询中如发现
_Avoid_标注,提醒用户使用正确术语 - 用户说"帮我看看 X 相关有什么"时,走领域浏览入口
- 用户说"Y 是什么"时,走术语查询入口
- 用户说"最近 Z 时间做了什么"时,走 Records 时间线检索
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: grasscaograss
- Source: grasscaograss/AwesomeWeldoneSkills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.