PostToolUse
01ProjectSidewalk/SidewalkWebpage
Hook Claude Code
Runs after a tool call finishes for Write, Edit and Write tool calls, running an inline shell check (3 commands). From ProjectSidewalk/SidewalkWebpage.
ProjectSidewalk/SidewalkWebpage
Hook Claude Code
Runs after a tool call finishes for Write, Edit and Write tool calls, running an inline shell check (3 commands). From ProjectSidewalk/SidewalkWebpage.
ProjectSidewalk/SidewalkWebpage
Hook Claude Code
Runs when the agent finishes a response, executing comment-trim-check.sh via bash. From ProjectSidewalk/SidewalkWebpage.
ProjectSidewalk/SidewalkWebpage
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop) and 21 allowed tools.
ProjectSidewalk/SidewalkWebpage
Skill Claude CodeCodex
Adds configs for a new city, filling in the cityparams.conf file. Also adds any necessary translations to the messages files.
ProjectSidewalk/SidewalkWebpage
Skill Claude CodeCodex
Creates a registered user account for testing purposes in the rare cases where a registered user authentication is required (e.g., to access /dashboard).
ProjectSidewalk/SidewalkWebpage
Skill Claude CodeCodex
Makes updates to any of our /v3/api/ routes.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, covering project sidewalk — copilot review guidance, don't duplicate the linters and cross-cutting rules to flag.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage: --text- font shorthands (font: var(--text-body-regular);) — not raw --font- plus hand-picked size/weight. Flag hardcoded hex colors or hand-assembled font stacks where a token fits.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, a project described as: Project Sidewalk web page.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, a project described as: Project Sidewalk web page.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage: JSON in public/locales/{lang}/common.json.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage: (minSeverity, regionId); all output field names are snakecase — JSON bodies, GeoJSON properties, CSV headers, GeoPackage fields (labelid, regionname). Flag a snakecase query param or a camelCase output field. Use a scoped JsonConfiguration(JsonNaming.SnakeCase) for…
ProjectSidewalk/SidewalkWebpage
Instructions file
Instructions for ProjectSidewalk/SidewalkWebpage, covering claude.md, what this is, backend architecture, api data structures (app/models/api/) and database & evolutions.