SkillAgentSearch skills...

faq-collector

将成功解决的用户问题收录到 FAQ 知识库。问题解决后自动判断是否收录。也可以在用户说"收录到 FAQ"、"记录这个问题"、"add to FAQ"时手动触发。

Install / Use

npx skills add CherryHQ/cherry-studio --skill faq-collector

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

87/100

Supported Platforms

Universal

Tags

Our assessment of faq-collector

faq-collector scores 87/100 on our quality scale, 93rd of 305 Content & Media skills we index (top 31%).

Its SKILL.md is 614 bytes long, lightly structured (2 headings) with 1 code example: fairly brief, so expect to fill in details yourself.

With 52,134 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
8/20
Description
12/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated today, so faq-collector is actively maintained.
  • It is released under AGPL-3.0, a copyleft license: you can use it, but modified versions you distribute must carry the same license.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

faq-collector compared with similar skills

All 4 of these similar skills score higher than faq-collector; compare them before choosing.

SkillScoreStarsUpdatedFormat
faq-collector (this skill)by CherryHQ8752.1ktodaySKILL.md
siyuanby siyuan-note10046.5ktodayMCP Server
algorithmic-artby anthropics100177.9k2d agoSKILL.md
pptxby anthropics100177.9k2d agoSKILL.md
designby nextlevelbuilder100130.2k3d agoSKILL.md

Frequently asked questions

How do I install faq-collector?
Run npx skills add CherryHQ/cherry-studio --skill faq-collector. The install tabs above show the steps for each supported agent.
Which AI agents does faq-collector work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is faq-collector safe to use?
It is AGPL-3.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is faq-collector still maintained?
The repository was last updated today, so faq-collector is actively maintained.

name: faq-collector description: 将成功解决的用户问题收录到 FAQ 知识库。问题解决后自动判断是否收录。也可以在用户说"收录到 FAQ"、"记录这个问题"、"add to FAQ"时手动触发。

FAQ Collector

收录标准: 通用性高、有明确方案、配置/操作类、非直觉问题。不收录: 纯个人环境问题、已有相同条目、未解决问题。

文件: <project_root>/.cherry-assistant/faq.md(目录不存在则 mkdir -p .cherry-assistant 创建)

条目格式(追加到末尾):

### Q: [通用化问题表述]
**A:** [简洁方案]
[分步骤操作]
- **关键词**: [逗号分隔]
- **相关文件/Issue**: [路径或#编号]
- **版本**: vX.X.X | **收录日期**: YYYY-MM-DD
---

流程: 问题解决→判断收录标准→读FAQ查重→无重复则通用化后追加→有相似但更好则更新

搜索匹配: 用户提问时先读FAQ关键词匹配→命中直接给答案→未命中走正常诊断

与 Issue Reporter 协作: 先收录FAQ(记录方案)→如果是Bug再提Issue→FAQ记关联Issue编号

Related Skills

View on GitHub
GitHub Stars52.1k
CategoryContent
Updated14h ago
Forks5.0k

Languages

TypeScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions