Agent skill

context7

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill context7-dwsy-agent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/context7-dwsy-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Context7 - GitHub Search Search GitHub repositories for issues, PRs, discussions, and code examples to research solutions and best practices. ## 执行环境 | 路径类型 | 说明 | |---------|------| | **使用方式** | 此技能通过 API 调用使用,无需本地脚本执行 | | **调用场景** | 当用户需要搜索 GitHub 仓库时自动激活 | | **输入参数** | 仓库名称 (owner/repo)、搜索关键词、过滤条件 | ## 路径说明 - **无本地路径依赖**:此技能不涉及本地文件系统操作 - **仓库引用**:使用 GitHub 标准格式 `owner/repo`(如 `ggerganov/whisper.cpp`) - **所有路径都是 GitHub 仓库内的路径**,与本地文件系统无关 ## When This Skill Activates - Keywords: "search GitHub", "find issues", "look up PR", "GitHub discussion" - Research patterns: "Are there any [repo] issues about [topic]?" - Dependency research: Mentions of whisper.cpp, NAudio, WPF, Inno Setup - Bug investigation: "Has anyone else experienced [problem]?" - Implementation examples: "How do others implement [feature]?" ## Frequently Searched Repositories VoiceLite dependencies and related projects: | Repository | Purpose | When to Search | |------------|---------|----------------| | **ggerganov/whisper.cpp** | Core transcription engine | Performance optimization, model loading, quantization issues | | **naudio/NAudio** | Audio recording library | WaveInEvent issues, audio format problems, dispos

What's inside
Steps it walks through
  1. 执行环境
  2. 路径说明
  3. When This Skill Activates
  4. Frequently Searched Repositories
  5. Search Syntax Examples
  6. Search whisper.cpp Performance Issues
  7. Search NAudio Recording Problems
  8. Find WPF Dispatcher Examples
  9. Search Strategies
  10. 1. Start Broad, Then Narrow
  11. 2. Finding Solutions
  12. 3. Code Examples
  13. Common VoiceLite Research Queries
  14. Whisper.cpp Performance
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the context7 skill do?

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill context7-dwsy-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going