Agent Claude Code
Builds the project and validates output. Use after any TypeScript or Python changes to confirm the build is clean. Runs npm run build:server, checks dist/ output, and reports errors.
Agent Claude Code
Builds the project and validates output. Use after any TypeScript or Python changes to confirm the build is clean. Runs npm run build:server, checks dist/ output, and reports errors.
Agent Claude Code
Reviews code changes in this project for correctness, security, and adherence to project conventions. Use after writing or modifying TypeScript or Python files. Checks for known anti-patterns specific to this codebase.
Agent Claude Code
Manages the ETL pipeline: inspects DB schema, diagnoses load errors, reviews etl/ scripts, and helps fix data pipeline issues. Use for anything related to etl/ directory, PostgreSQL schema, or data loading.
Agent Claude Code
Adds a new Wind API function as a full MCP tool + Python handler + Express route. Use when the user wants to expose a new Wind function (e.g. wsi, tdays, wgo) end-to-end. Follow the established wsd.ts / handlers/wsd.py patterns exactly.
Settings file Claude Code
Agent settings declaring 4 allowed tools.
Instructions file
Claude Code instructions for pixeleishen/wind-mcp-server, covering wind-mcp-server, architecture, build & run, build typescript + copy python files (server only, no ui) and build everything (ts + python copy + vite ui).