AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Archive

skill-grasscaograss-awesomeweldoneskills-archive · by grasscaograss

多入口查询项目知识库。支持关键词搜索、领域浏览、术语查询、Records 时间线检索,全部遵循渐进式披露。Use when user asks about past decisions, domain knowledge, terminology, project context, or any topic documented in the archive.

No reviews yet
0 installs
42 views
0.0% view→install

Install

$ agentstack add skill-grasscaograss-awesomeweldoneskills-archive

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-grasscaograss-awesomeweldoneskills-archive)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Archive? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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. 关键词搜索

用户问一个具体问题,如"过渡段是怎么规划的"。

  1. archive/INDEX.md,用反引号内的关键词标签匹配用户提问
  2. 短列匹配到的文档,读其 TL;DR(标题下方的一句话摘要)
  3. 仅对 TL;DR 确认相关的文档读全文
  4. 引用路径 + 相关章节回答

2. 领域浏览

用户想了解某个领域的全局,如"扫描相关有什么"、"焊缝规划有哪些知识"。

  1. archive/INDEX.md 找到对应领域小节(如 ### scanning/
  2. 列出该领域下所有文件的名称和一句话摘要
  3. 问用户是否需要展开某个文件

领域关键词到文件夹的常见映射:

| 用户可能说的 | 文件夹 | |-------------|--------| | 双臂、协同、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 有什么区别"。

  1. archive/CONTEXT.md
  2. 找到匹配的 ### 术语条目,返回定义
  3. 检查 _Avoid_ 标注,如有则提醒用户避免使用弃用术语
  4. 如有关系链(## Relationships 小节),补充关联术语

4. Records 时间线检索

用户问时间段相关,如"最近一周做了什么"、"5 月 23 号改了什么"。

  1. archive/INDEX.md## Records 小节
  2. 按日期筛选匹配范围的条目
  3. 列出日期 + 文件名 + 关键词标签 + 一句话摘要
  4. 问用户是否需要展开某条记录的全文

Records 文件名格式:YYYY-MM-DD-kebab-case-slug.md

5. 混合查询

用户的问题可能跨多个入口,按需组合。例如"扫描精定位最近改了什么" = 领域浏览(scanning/) + 时间线检索(records/)。

渐进式披露原则

不论用哪个入口,都遵循"先轻后重":

  1. INDEX 扫描 — 只读 archive/INDEX.md 中的关键词和摘要
  2. TL;DR 确认 — 读候选文档的标题 + 摘要行,排除误匹配
  3. 全文展开 — 仅对确认相关的文档读全文

不要一次性读取所有匹配文件。先给用户概览,等用户确认再深入。

交互模式

  • 回答时附带文件路径引用
  • 如果用户的问题模糊,主动提议浏览相关领域
  • 术语查询中如发现 _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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.