ericrisco

60 mods across 1 repository, 58 stars between them.

continuous-learning

49

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when a mistake, correction, or surprise taught the workspace something that must stick — a retro or postmortem, the same agent error corrected twice, a resolved bug's root cause, scattered notes-to-self — and route that lesson to the durable surface that fires next time. NOT a forward choice with alternatives…

58 2d ago A 73 tokens original MIT

contracts

50

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when drafting or reviewing business contracts and clauses in plain language — NDAs, MSAs, SOWs, contractor agreements, risk boilerplate (liability caps, indemnity, force majeure, termination, IP) — or redlining a counterparty's paper. NOT consumer Terms of Service (that is terms-conditions) and NOT the signing…

58 2d ago A 80 tokens original MIT

coolify

51

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…

58 2d ago B 100 tokens original MIT

cost-tracking

52

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when metering and capping AI or cloud app spend — tokens read from the response usage object, priced off a dated rate table, ledgered per user/tenant/feature, with alerts and a hard cap before the bill. NOT cash runway (that is finance-ops), NOT cost-per-unit margin (that is unit-economics), NOT booking the spend…

58 2d ago A 91 tokens original MIT

course-builder

53

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when turning "I want to teach X" into a defensible course skeleton — measurable outcomes (Bloom + ABCD), assessment that proves each one, sequenced modules, and an outcome×module×assessment matrix — for a workshop, bootcamp, cohort or onboarding track. NOT making one concept land emotionally with story or analogy…

58 2d ago A 76 tokens original MIT

course-storytelling

54

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when lesson or course content is correct but forgettable and a concept has to LAND: profiles the learner, breaks the blocking false belief, then rebuilds it as epiphany story → named model → grounded analogy → proof → so-what. NOT outcomes, assessment or module order (that is course-builder), NOT slide visuals…

58 2d ago A 79 tokens original MIT

cpp

55

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when writing, reviewing, modernizing, building, or debugging C++ - RAII and resource lifetime, smart-pointer ownership, move semantics and the Rule of Zero/Five, target-based CMake with FetchContent, and killing undefined behavior with ASan/UBSan/TSan plus clang-tidy. NOT borrow-checker / Result-Option / cargo…

58 2d ago A 81 tokens original MIT

csharp-dotnet

56

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when writing, reviewing, testing, or shipping C# / .NET code — ASP.NET Core APIs (minimal APIs vs controllers), EF Core data access, async correctness, solution layout in .cs/.csproj/.sln. NOT a Java/Spring backend (that is spring-boot), NOT a Node/TypeScript backend (that is nestjs), NOT framework-neutral REST…

58 2d ago A 89 tokens original MIT

customer-support

57

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when a live support ticket needs triage (intent, P1–P4 priority, SLA clock), an on-voice reply, not a raw template, de-escalation of an angry or churn-risk customer, or escalation with a handoff packet. NOT the help-center article it links to (that is technical-writing), a win-back program (retention), or the…

58 2d ago A 90 tokens original MIT

dashboard

58

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when building or fixing a KPI dashboard decision-makers must read in one screen: which metrics earn a tile, how each tile is framed to answer a decision, and which chart fits it. NOT defining the metrics or their targets (that is kpi-framework), wiring the data (that is analytics), or writing a narrative status…

58 2d ago A 73 tokens original MIT

data-cleaning

59

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when a raw table is too dirty to trust — nulls, sentinels, duplicate rows, category sprawl, mixed types, bad dates — and you need a re-runnable clean() plus a schema gate that fails loud. NOT emitting .xlsx (that is spreadsheet-ops), NOT acquiring rows (that is data-scraper), NOT parsing PDF/HTML into rows (that…

58 2d ago A 88 tokens original MIT

data-policy

60

ericrisco/rsc-harness

Skill Claude CodeCodex

Use when building internal data-governance machinery: a retention schedule (period, lawful basis, expiry action, system where deletion runs), an Art. 6 lawful-basis register, an Art. 30 ROPA, or a consent capture/withdrawal model. NOT the public privacy notice or DSAR handling (that is gdpr-privacy), NOT SOC 2 posture…

58 2d ago A 88 tokens original MIT