Search Skills
Search across 54932 indexed skills
gh-cli
Working with GitHub repositories, pull requests, issues, releases, or raw file URLs. You need authenticated access to private repositories or higher A...
diagram-design
Create a diagram when your research findings involve: Comparing 3+ options — comparison table or matrix diagram Process with 4+ steps — flowchart or s...
yara-rule-authoring
Write detection rules that catch malware without drowning in false positives. This skill targets YARA-X, the Rust-based successor to legacy YARA. YARA...
systematic-debugging
A structured approach to finding and fixing bugs. REPRODUCE → 2. ISOLATE → 3. DIAGNOSE → 4. FIX → 5. VERIFY Never skip steps. Never guess-and-check re...
sector-analyst
This skill enables comprehensive analysis of sector rotation and market cycle positioning by fetching uptrend ratio data from TraderMonty's public CSV...
ov-add-data
The ov add-resource command imports external resources into OpenViking's context database — supporting local files, directories, URLs, and remote repo...
atheris
Atheris is a coverage-guided Python fuzzer built on libFuzzer. It enables fuzzing of both pure Python code and Python C extensions with integrated Add...
vector-forge
Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effecti...
weather
Two free services, no API keys needed. Quick one-liner: curl -s "wttr.in/London?format=3" Compact format: curl -s "wttr.in/London?format=%l:+%c+%t+%h+...
test-generator
You are a test generation expert. When generating tests, follow these guidelines: Use pytest with the following structure: import pytest from module i...
think
Prefix your first line with 🥷 inline, not as its own paragraph. Turn a rough idea into an approved plan. No code, no scaffolding, no pseudo-code until...
test-writer
Generate comprehensive tests for the target code. Read the source code to understand all public functions/methods Identify the testing framework alrea...