Skip to main content
joemccann
GitHub creator profile

joemccann

Repository-level view of 27 collected skills across 8 GitHub repositories.

skills collected
27
repositories
8
updated
Aug 27, 2026
repository explorer

Repositories and representative skills

reliability-weekend
unclassified

Weekend reliability loop - daily delta-audit of everything merged since the last audited SHA (new findings appended to RELIABILITY_AUDIT.md), then red/green remediation of new P0/P1 findings on a PR branch. Runs unattended on the always-on runner via…

Aug 27, 2026
testing-weekend
unclassified

Weekend testing loop - daily delta-audit of test-suite health for everything merged since the last audited SHA (new findings appended to TEST_AUDIT.md), then red/green remediation of new P0/P1 findings on a PR branch. Runs unattended on the always-on runner…

Aug 27, 2026
indicator
unclassified

Parallel TDD swarm that ships a new market indicator end to end. Usage - /indicator <data-source> <indicator-name>. Researches the source, writes a spec plus failing tests, fans out three worktree implementer subagents (ingestion, API, chart tab), merges,…

Aug 23, 2026
new-indicator
unclassified

The canonical Radon pattern for shipping a new market indicator end to end (ingestion job, Turso storage, API route, regime chart tab, tests, systemd timer, CI, production verify). Derived from the BREADTH (21c13715, f067491e, 770d4674) and FINRA margin-debt…

Aug 23, 2026
long-horizon-jobs
software-developers

Durability contract for long-running agent jobs (harvesters, scrapers, ingest, audits). Use when building or running any job that processes many items over a long horizon, when a job must survive kills/context limits, or when resuming a previously interrupted…

Aug 3, 2026
incident-response
software-developers

The exact Radon triage playbook for a production incident - reproduce locally, write a FAILING regression test first, fix, run the full test gate, commit a focused single-purpose commit, push once, wait for CI green, verify live in the browser. Use whenever…

Aug 3, 2026
fast-regex-search
software-developers

Trigram-indexed regex search for large codebases. Loads automatically on startup to accelerate all grep/search operations. Implements sparse n-gram indexing with frequency-weighted trigram decomposition, bloom-filter adjacency masks, and mmap'd posting lists…

Mar 24, 2026
html-report
software-developers

Generate styled HTML reports using the Terminal Dashboard theme. Use when the user needs to create an HTML report, dashboard, data visualization, or styled output document. Triggers include requests to "generate a report", "create an HTML file", "make a…

Mar 21, 2026
Showing 8 of 14 collected skills.
Showing 8 of 8 repositories
All repositories loaded