Agent Claude Code
Read-only warehouse invariant checker. Use after a refresh, when a query result looks wrong, or when data staleness is suspected. Reports a pass/fail table — never writes.
Agent Claude Code
Read-only warehouse invariant checker. Use after a refresh, when a query result looks wrong, or when data staleness is suspected. Reports a pass/fail table — never writes.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing post_edit.py via python. From parthakker/nfl-analytics.
Hook Claude Code
Runs when the agent finishes a response, executing stop_gate.py via python. From parthakker/nfl-analytics.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop) and 35 allowed tools.
Skill Claude CodeCodex
Nightly project health run — data audit, warehouse+api tests, smoke, log triage, freshness check. Writes docs/healthreport.md and one line to logs/health.log.
Skill Claude CodeCodex
Answer an NFL analytics question with reproducible SQL — the standard analysis workflow with citations and sanity checks.
Skill Claude CodeCodex
Scaffold a new Jarvis page end-to-end (router, client, page, nav, tests). Use when adding a page/tab/section to the web app.
Skill Claude CodeCodex
Add a derived warehouse view properly (SQL, dictionary, invariant test, catalog). Use when creating or materially changing a v view.
Skill Claude CodeCodex
Rebuild the warehouse and views from already-downloaded data, then verify.
Skill Claude CodeCodex
Refresh the warehouse from nflverse and verify the result.
Skill Claude CodeCodex
Commit ritual — test, build, docs check, conventional commit, push.
Skill Claude CodeCodex
Schema, join keys, gotchas and canonical query patterns for nfl.duckdb. Load before writing any non-trivial SQL against the warehouse — table grains, view catalog, cross-era rules, and the traps that silently corrupt results.
MCP server Claude CodeCodexCursor
MCP server "nfl" as configured in parthakker/nfl-analytics. Runs nfl_analytics.mcp_server with python. Needs 1 environment variable to run.
Instructions file
Claude Code instructions for parthakker/nfl-analytics, covering nfl analytics warehouse, how to query, commands, front end and data & automation.