Showing 1000 skills Page 58 of 84

gh-cli

Working with GitHub repositories, pull requests, issues, releases, or raw file URLs. You need authenticated access to private repositories or higher A...

github 1 files

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

github 1 files

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

github 16 files

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

github 1 files

sector-analyst

This skill enables comprehensive analysis of sector rotation and market cycle positioning by fetching uptrend ratio data from TraderMonty's public CSV...

github 9 files

ov-add-data

The ov add-resource command imports external resources into OpenViking's context database — supporting local files, directories, URLs, and remote repo...

github 1 files

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

github 1 files

vector-forge

Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effecti...

github 6 files

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

github 1 files

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

github 1 files

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

github 1 files

test-writer

Generate comprehensive tests for the target code. Read the source code to understand all public functions/methods Identify the testing framework alrea...

github 1 files