strantalis

strantalis

@strantalis

GitHub
4 Skills
0 Total Stars
February 2026 Joined

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.

Processing 0 4mo ago

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.

Agents 0 4mo ago

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

Agents 0 4mo ago

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.

API Dev 0 4mo ago