code-review

Perform a systematic code review covering these categories: Logic errors, off-by-one, null/None handling Edge cases: emp...

github

diagram-design

Create a diagram when your research findings involve: Comparing 3+ options — comparison table or matrix diagram Process ...

github

verification-strategy

How to verify your work is correct before declaring a task complete. After implementing a solution, go through ALL of th...

github

report-writing

Descriptive and specific Include the scope or time frame if relevant Example: "Advances in Protein Folding Since AlphaFo...

github

data-formats

How to work with diverse and unknown data formats. Always inspect before parsing: file <filename> # M...

github

test-writer

Generate comprehensive tests for the target code. Read the source code to understand all public functions/methods Identi...

github

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

github

test-generator

You are a test generation expert. When generating tests, follow these guidelines: Use pytest with the following structur...

github

refactor

Improve code structure without changing external behavior. Understand — Read all related code, run existing tests Plan —...

github

data-analysis

You are a data analysis expert. When this skill is loaded, follow these guidelines for analyzing data. Load the data: Us...

github

research-methodology

Start with general queries to understand the landscape Use different phrasings for the same concept Note key terminology...

github

environment-discovery

When dropped into an unfamiliar environment, ALWAYS explore before acting. ls -la /app/ # or the working direct...

github

weather

Two free services, no API keys needed. Quick one-liner: curl -s "wttr.in/London?format=3" Compact format: curl -s "wttr....

github

tmux

Use tmux only when you need an interactive TTY. Prefer exec background mode for long-running, non-interactive tasks. SOC...

github

skill-creator

This skill provides guidance for creating effective skills. Skills are modular, self-contained packages that extend the ...

github

opencode

Use helper scripts to manage your OpenCode instances. All scripts are in the workspace skills directory. Run them with: ...

github

summarize

Fast CLI to summarize URLs, local files, and YouTube links. Use this skill immediately when the user asks any of: “use s...

github

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

github-proxy

使用 githubproxy.cc 代理服务,为国内访问 GitHub 提供加速支持。 当前使用的代理服务: 主要服务: githubproxy.cc (测试有效,加速约 3 倍) 备用服务: ghfast.top 将 GitHub 仓库链...

github

cron

Use the cron tool to schedule reminders or recurring tasks. Reminder - message is sent directly to user Task - message i...

github

ov-server-operate

This guide provides standard operating procedures for deploying, managing, and maintaining OpenViking servers in product...

github

ov-search-context

The ov search command performs context-aware retrieval across all memories and resources in OpenViking — combining seman...

github

ov-add-data

The ov add-resource command imports external resources into OpenViking's context database — supporting local files, dire...

github

openviking

IMPORTANT: All ov commands are terminal (shell) commands — run them via the bash tool. Execute directly — no pre-checks,...

github