cci 技能查找
- 作者仓库星标 330
- 许可证 MIT
- 作者仓库 claude-skill-registry
Claude Collective Intelligence (CCI) Skill
Search the shared knowledge base for existing solutions before solving problems from scratch.
When to Use
- User asks about common programming problems
- User mentions "CCI", "knowledge base", or "collective intelligence"
- You're about to solve a problem that might have been solved before
- User wants to find what solutions exist for a topic
How to Search
Use the CCI CLI to search the knowledge base:
# Set the CCI repo path
export CCI_REPO="$HOME/code/claude-collective-intelligence"
# Search for relevant entries
node "$CCI_REPO/src/search.js" "your search query"
# For verbose output (full solutions)
node "$CCI_REPO/src/search.js" -v "your search query"
# View stats
node "$CCI_REPO/src/search.js" --stats
# List recent entries
node "$CCI_REPO/src/search.js" --list 5
Response Format
When you find relevant entries:
- Summarize the most relevant solution found
- Adapt it to the user's specific context
- Credit the source (date and contributor if available)
- Offer to show more results if available
When no entries match:
- Let the user know you checked CCI but found no matches
- Proceed to solve the problem normally
- Suggest saving the solution to CCI when done
Example Queries
- "search CCI for react hooks typescript"
- "check knowledge base for API authentication patterns"
- "find CCI entries about docker deployment"
After Solving New Problems
Remind users they can save successful solutions:
"This solution worked! Would you like to save it to CCI for future reference? Just say 'save to CCI' and I'll help capture it."
To manually add an entry:
node "$CCI_REPO/bin/cci.js" add- 流狐分类
- 数据
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @majiayu000 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需手动接入
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- Docker
- 底层运行要求
- Node.js · Docker
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 User asks about common programming problems User mentions "CCI", "knowledge base", or "collective intelligence" You're about to solve a problem that might have been solved before
Use the CCI CLI to search the knowledge base:
When you find relevant entries: Summarize the most relevant solution found Adapt it to the user's specific context
"search CCI for react hooks typescript" "check knowledge base for API authentication patterns" "find CCI entries about docker deployment"
Remind users they can save successful solutions: "This solution worked! Would you like to save it to CCI for future reference? Just say 'save to CCI' and I'll help capture it." To manually add an entry:
# Claude Collective Intelligence (CCI) Skill
Search the shared knowledge base for existing solutions before solving problems from scratch.
## When to Use
- User asks about common programming problems
- User mentions "CCI", "knowledge base", or "collective intelligence"
- You're about to solve a problem that might have been solved before
- User wants to find what solutions exist for a topic
## How to Search
Use the CCI CLI to search the knowledge base:
```bash
# Set the CCI repo path
export CCI_REPO="$HOME/code/claude-collective-intelligence"
# Search for relevant entries
node "$CCI_REPO/src/search.js" "your search query"
# For verbose output (full solutions)
node "$CCI_REPO/src/search.js" -v "your search query"
# View stats
node "$CCI_REPO/src/search.js" --stats
# List recent entries
node "$CCI_REPO/src/search.js" --list 5
```
## Response Format
When you find relevant entries:
1. Summarize the most relevant solution found
2. Adapt it to the user's specific context
3. Credit the source (date and contributor if available)
4. Offer to show more results if available
When no entries match:
1. Let the user know you checked CCI but found no matches
2. Proceed to solve the problem normally
3. Suggest saving the solution to CCI when done
## Example Queries
- "search CCI for react hooks typescript"
- "check knowledge base for API authentication patterns"
- "find CCI entries about docker deployment"
## After Solving New Problems
Remind users they can save successful solutions:
"This solution worked! Would you like to save it to CCI for future reference? Just say 'save to CCI' and I'll help capture it."
To manually add an entry:
```bash
node "$CCI_REPO/bin/cci.js" add
``` 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> When to Use → How to Search → Response Format → Example Queries → After Solving New Problems
要点 -> Search the shared knowledge base for existing solutions before solving problems from scratch. · 1. Summarize the most relevant solution found 2. · 1. Let the user know you checked CCI but found no matches 2. · "This solution worked!
文件/命令 -> HOME/code/claude-collective-intelligence · CCIREPO/src/search.js · CCIREPO/bin/cci.js
内容 SHA-256 -> d28a9fdead17
原文结构
适用与边界
原文中的明确线索
HOME/code/claude-collective-intelligence、CCIREPO/src/search.js、CCIREPO/bin/cci.js