Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 3.56 KB

File metadata and controls

72 lines (50 loc) · 3.56 KB

Welcome to DaVikingCode

How We Use Claude

Based on Louis Pocheron's usage over the last 30 days:

Work Type Breakdown: Build Feature ████████████████████ 56% Debug Fix █████████░░░░░░░░░░░░ 26% Improve Quality ████░░░░░░░░░░░░░░░░░░ 12% Plan & Design ██░░░░░░░░░░░░░░░░░░░░ 6%

Top Skills & Commands: /karpathy-guidelines ████████████████████ 18x/month /grill-me ████████████████████ 18x/month /effort █████████░░░░░░░░░░░░ 8x/month /model █░░░░░░░░░░░░░░░░░░░░ 1x/month /grill-with-docs █░░░░░░░░░░░░░░░░░░░░ 1x/month /init █░░░░░░░░░░░░░░░░░░░░ 1x/month

Top MCP Servers: context7 ████████████████████ 1 call

Your Setup Checklist

Codebases

MCP Servers to Activate

  • context7 — Pulls up-to-date library/framework/API docs on demand (MapLibre, shadcn, GSAP, Turf, etc.) instead of relying on training data. Available as a Claude Code plugin; enable it in your MCP settings.

Skills to Know About

  • /karpathy-guidelines — Behavioral guardrails to keep Claude making surgical, minimal changes instead of overcomplicating. The most-used command here — worth invoking at the start of any non-trivial change.
  • /grill-me — Stress-tests a plan or design by interviewing you relentlessly until every branch is resolved. Used heavily before committing to an approach.
  • /effort — Tunes how much reasoning effort Claude spends on a task.
  • /grill-with-docs — Like /grill-me, but challenges your plan against the project's documented decisions and domain language.
  • frontend-design (skill) — Creates distinctive, production-grade UI that avoids generic AI aesthetics. The go-to for almost every visual/UI step in this demo.
  • gsap-* (skills) — Official GSAP animation skills (core, react, timeline, scrolltrigger, performance). This project animates heavily; reach for these for any motion work.
  • shadcn (skill) — Manages shadcn/ui components (add, search, compose). Used whenever building new UI panels, tables, and steppers.

Team Tips

TODO

Get Started

TODO