strantalis
@strantalis
Public Skills
crypto-expert
by strantalis
Crypto best-practices guidance and review across languages and domains. Use whenever cryptography, encryption, hashing, signatures, key/nonce/IV handling, randomness, password storage, TLS/PKI, secure channels, token formats, or "roll your own crypto" is mentioned, including high-level questions or code/design reviews. Trigger broadly to prevent subtle security mistakes.
context7-cli
by strantalis
Use the local Context7 CLI in this repo to search libraries and fetch Context7 context for skills or documentation tasks. Trigger when you need to run c7 search/c7 context, resolve library IDs, or retrieve text/json outputs from Context7 via the CLI.
debug-mode
by strantalis
Run an iterative, hypothesis-driven “debug mode” loop to diagnose and fix a bug using targeted instrumentation and log capture. Use when the user wants an interactive debug loop, when you need to quickly narrow a failure via added debug statements, or when you need a lightweight way to centralize logs from a repro run (via agent-skills debug server + SSE UI).
gh-cli
by strantalis
Standardize all GitHub interactions via the GitHub CLI (gh) instead of ad-hoc URLs, UI clicks, or direct REST API calls. Use when you need to read or change GitHub state (repos, issues, pull requests, reviews, check status, Actions workflows/runs, releases, labels, milestones, discussions, gists) and want deterministic output (prefer --json + --jq). Also use when the user provides a GitHub URL, including deep links like https://github.com/OWNER/REPO/pull/123, .../issues/123, .../pull/123/files, or comment permalinks like #issuecomment-..., and you need to fetch the underlying PR/issue/thread and reply. Fall back to gh api only when there is no first-class gh NOUN VERB command.