agentsclimarketplace

Doc reader

Skill allenli178/yuyan-skills/tech-evaluator/skills/doc-reader

my skills collection

Install
npx -y skills add allenli178/yuyan-skills --skill doc-reader

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

文档阅读和提炼Skill,阅读技术项目的官方文档,提取与评估维度相关的信息。

SKILL.md

1.7 KB, as published. Nobody here has run it

文档阅读和提炼Skill

1. Goal (目标)

阅读技术项目的官方文档,提取与评估维度相关的信息,包括功能特性、使用方法、性能指标等,为技术选型评估提供文档支持。

2. Input Format (输入格式)

{
  "project_url": "[项目URL]",
  "evaluation_dimensions": {
    "must_haves": ["[必选功能1]", "[必选功能2]"],
    "weights": {"[评估维度1]": [权重值], "[评估维度2]": [权重值]}
  }
}

3. Output Format (输出格式)

  • 文档提取结果:
    • 功能特性:与必选项相关的功能支持情况
    • 文档质量评估:文档的完整性、清晰度等
    • 技术架构:项目的技术架构和设计理念
    • 竞品对比:文档中提及的与竞品的对比信息
    • 迁移指南:如果存在的话

4. Workflow (工作流)

  1. 访问项目的官方文档
  2. 提取与评估维度相关的信息
  3. 分析文档质量和完整性
  4. 识别文档中提及的竞品信息
  5. 查找迁移指南(如果需要)
  6. 生成文档提取结果

5. Output Template (输出模板)

{
  "features": {
    "[必选功能]": [是否支持],
    "其他功能": ["[功能1]", "[功能2]"]
  },
  "documentation_quality": [文档质量评分],
  "architecture": "[技术架构描述]",
  "competitor_mentions": ["[竞品1]", "[竞品2]"],
  "migration_guide": "[迁移指南URL]"
}

6. Self-Correction (自我纠错)

  • 验证文档访问是否成功
  • 检查提取的信息是否完整
  • 确保功能特性与必选项对应
  • 验证竞品信息的准确性

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.