Claude Skills · Coding

Codebase Onboarding

ericrisco/rsc-harness

Use when you land in an unfamiliar or inherited codebase and must get productive fast: a breadth-first map of entry points, request flow, module ownership, hidden side effects (cron, webhooks, workers) and churn hotspots, committed as CODEBASE-MAP.md. NOT a deep audit of one module (that is `analyze`) or chasing one failure (that is `debug`).

★ 66 Synced 1 hour ago View SKILL.md

At a glance

Coding Manual install Shell Auth required Actively maintained

This skill is for Coding and helps you map an unfamiliar codebase, understand request flow in inherited code, and identify module entry points.

Install git clone --depth 1 https://github.com/ericrisco/rsc-harness cp -r rsc-harness/skills/codebase-onboarding ~/.claude/skills/codebase-onboarding
Can use Not declared by the author

Setup, runtime and requirements describe ericrisco/rsc-harness, the repo this skill ships in.

Codebase MappingarchitectureEntry PointsWebhooksworkersdocumentation

Also in ericrisco/rsc-harness

View the repo
Ab Testing Data & Analytics

Use when designing or analyzing a controlled experiment — falsifiable hypothesis, sample size from an MDE, reading significance/CI/power, CU...

Accessibility Coding

Use when making a web UI conform to WCAG 2.2 Level AA — axe-core or Lighthouse a11y violations, keyboard operability, focus management, ARIA...

Ads Marketing

Use when running or fixing paid acquisition on Google or Meta — campaign structure (Performance Max, Demand Gen, Search, Advantage+), platfo...

Agent Eval Code Review & Testing

Use when measuring whether an LLM or agent system actually got better and gating merges on it: golden sets, fixing an inflated LLM-as-judge,...

Agent Safety DevOps & Infrastructure

Use when bounding an LLM agent that already runs — scoping its task domain, gating tools to least privilege, defending against prompt inject...

AI Media Design

Use when a creative goal must become a finished media file: pick and order generative-media models per modality — AI voiceover, image-to-vid...

Analytics Data & Analytics

Use when instrumenting product or web analytics — GA4/PostHog SDK wiring, event taxonomy, funnels, double-counted events, consent gating, PI...

Analyze Code Review & Testing

Use when constitution, spec, plan and tasks all exist and you want them cross-read against each other before any code is written — the rsc-s...

Angular Legal

Use when building, refactoring, or debugging Angular (v20/21+): standalone components, signals, zoneless change detection, @if/@for/@defer c...

Use when writing a client for someone else's REST or GraphQL API: auth flow choice and token refresh, pagination to exhaustion, retry-with-j...

API Design Legal

Use when settling the contract of an API you expose, before implementation: resources/URLs, REST vs GraphQL, versioning, one RFC 9457 error...

Article Writing Marketing

Use when writing one long-form article end to end — answer-first lede, question-shaped headings, plus its on-page surface (title, meta, slug...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Improve Codebase Architecture mattpocock/skills

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.