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.md
source 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

安装流程

  1. 搜索: 用
    github
    MCP 搜索目标 skill
  2. 预览: 用
    fetch
    获取 SKILL.md 内容评估质量
  3. 评估标准:
    • frontmatter 格式正确(有
      name
      ,
      description
    • description 包含明确的触发短语
    • 工作流程清晰可执行
  4. 安装: 写入
    .github/skills/<name>/SKILL.md
  5. 验证: 确认文件存在,格式正确

常用 Skill 快速目录

已安装(本项目)

Skill命令功能
memory-ontology
/memory-ontology
结构化记忆管理
self-improving
/self-improving
从错误中学习
proactive-agent
/proactive-agent
主动扫描任务
google-workspace
/google-workspace
Google 全家桶
smart-search
/smart-search
AI 优化搜索
summarize
/summarize [URL]
内容摘要
kl8-analysis
/kl8-analysis
KL8 专项分析
backtest-report
/backtest-report
回测报告生成

推荐安装(社区热门)

# 通过本 skill 搜索安装:
/discover-skills "code review skill"
/discover-skills "docker deployment skill"
/discover-skills "database migration skill"

自动更新检查

每周检查一次已安装 skill 的 GitHub 来源仓库是否有更新版本。