GitHub
Skills harvested from GitHub repositories
14810 skills availablecode-review
Perform a systematic code review covering these categories: Logic errors, off-by-one, null/None handling Edge cases: emp...
diagram-design
Create a diagram when your research findings involve: Comparing 3+ options — comparison table or matrix diagram Process ...
verification-strategy
How to verify your work is correct before declaring a task complete. After implementing a solution, go through ALL of th...
report-writing
Descriptive and specific Include the scope or time frame if relevant Example: "Advances in Protein Folding Since AlphaFo...
data-formats
How to work with diverse and unknown data formats. Always inspect before parsing: file <filename> # M...
test-writer
Generate comprehensive tests for the target code. Read the source code to understand all public functions/methods Identi...
performant-code
How to write code that won't timeout on large inputs. Before writing code, ask: how big is the data? | Data size | Appro...
test-generator
You are a test generation expert. When generating tests, follow these guidelines: Use pytest with the following structur...
refactor
Improve code structure without changing external behavior. Understand — Read all related code, run existing tests Plan —...
data-analysis
You are a data analysis expert. When this skill is loaded, follow these guidelines for analyzing data. Load the data: Us...
research-methodology
Start with general queries to understand the landscape Use different phrasings for the same concept Note key terminology...
environment-discovery
When dropped into an unfamiliar environment, ALWAYS explore before acting. ls -la /app/ # or the working direct...
weather
Two free services, no API keys needed. Quick one-liner: curl -s "wttr.in/London?format=3" Compact format: curl -s "wttr....
tmux
Use tmux only when you need an interactive TTY. Prefer exec background mode for long-running, non-interactive tasks. SOC...
skill-creator
This skill provides guidance for creating effective skills. Skills are modular, self-contained packages that extend the ...
opencode
Use helper scripts to manage your OpenCode instances. All scripts are in the workspace skills directory. Run them with: ...
summarize
Fast CLI to summarize URLs, local files, and YouTube links. Use this skill immediately when the user asks any of: “use s...
github
Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs direct...
github-proxy
使用 githubproxy.cc 代理服务,为国内访问 GitHub 提供加速支持。 当前使用的代理服务: 主要服务: githubproxy.cc (测试有效,加速约 3 倍) 备用服务: ghfast.top 将 GitHub 仓库链...
cron
Use the cron tool to schedule reminders or recurring tasks. Reminder - message is sent directly to user Task - message i...
ov-server-operate
This guide provides standard operating procedures for deploying, managing, and maintaining OpenViking servers in product...
ov-search-context
The ov search command performs context-aware retrieval across all memories and resources in OpenViking — combining seman...
ov-add-data
The ov add-resource command imports external resources into OpenViking's context database — supporting local files, dire...
openviking
IMPORTANT: All ov commands are terminal (shell) commands — run them via the bash tool. Execute directly — no pre-checks,...