KL8-2026 discover-skills
Use when: find new skills, discover available agents, install skill, download skill from GitHub, search for Copilot skills, find new capabilities, what skills are available, add new skill, browse skill marketplace. Searches GitHub for agent customization files and installs them.
install
source · Clone the upstream repo
git clone https://github.com/meteor-007/KL8-2026
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/meteor-007/KL8-2026 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/discover-skills" ~/.claude/skills/meteor-007-kl8-2026-discover-skills && rm -rf "$T"
manifest:
.github/skills/discover-skills/SKILL.mdsource content
Discover Skills Skill
概述
自动发现并安装来自 GitHub 的高质量 Copilot Skill 文件,保持工具集持续进化。
依赖
- MCP 服务器:
(搜索仓库),github
(写入文件),filesystem
(获取内容)fetch
搜索策略
热门 Skill 来源仓库
已验证的高质量 skill 仓库:
anthropics/courses — Claude agent 教程 microsoft/promptflow — 微软 AI 工作流 mindsdb/mindsdb — AI 数据库集成 langchain-ai/langchain — LangChain agents crewAIInc/crewAI — 多 agent 协作 openai/openai-cookbook — OpenAI patterns
GitHub 搜索查询
通过
github MCP 服务器执行:
# 搜索 VS Code Copilot skill 文件 search: "SKILL.md path:.github/skills" type:code search: "*.instructions.md path:.github/instructions" type:code search: "copilot-instructions filename:copilot-instructions.md" type:code search: "mcp server typescript" type:repository stars:>500
安装流程
- 搜索: 用
MCP 搜索目标 skillgithub - 预览: 用
获取 SKILL.md 内容评估质量fetch - 评估标准:
- frontmatter 格式正确(有
,name
)description - description 包含明确的触发短语
- 工作流程清晰可执行
- frontmatter 格式正确(有
- 安装: 写入
.github/skills/<name>/SKILL.md - 验证: 确认文件存在,格式正确
常用 Skill 快速目录
已安装(本项目)
| Skill | 命令 | 功能 |
|---|---|---|
| memory-ontology | | 结构化记忆管理 |
| self-improving | | 从错误中学习 |
| proactive-agent | | 主动扫描任务 |
| google-workspace | | Google 全家桶 |
| smart-search | | AI 优化搜索 |
| summarize | | 内容摘要 |
| kl8-analysis | | KL8 专项分析 |
| backtest-report | | 回测报告生成 |
推荐安装(社区热门)
# 通过本 skill 搜索安装: /discover-skills "code review skill" /discover-skills "docker deployment skill" /discover-skills "database migration skill"
自动更新检查
每周检查一次已安装 skill 的 GitHub 来源仓库是否有更新版本。