coleam00/helpline

Demonstration codebase for building the AI Layer (CLAUDE.md hierarchy, hooks, skills, LSP, MCP, plugin) — companion repo for the 'How Claude Code works in large codebases' video.

111Stars on the repository
9Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

api-add-route

01

coleam00/helpline

Skill Claude CodeCodex

Use when adding or changing an HTTP route under services/api. Walks the exact steps so the new route follows Helpline's gateway conventions.

not rated 111 3mo ago A 32 tokens

billing-money-rules

02

coleam00/helpline

Skill Claude CodeCodex

Use when creating or editing code under services/billing. Enforces Helpline's money-handling rules — integer cents only, seat limits, and BillingError for every violation.

not rated 111 3mo ago A 40 tokens

scoped-tests

03

coleam00/helpline

Skill Claude CodeCodex

Use after changing code, before claiming work is done — picks the correctly scoped pytest command instead of running the whole suite. Helps avoid the timeout-and-context-waste of full-suite runs on a one-service change.

not rated 111 3mo ago A 46 tokens