@timescale/pg-aiguide
- Build: ./bun run build - Compiles TypeScript to JavaScript
Install
Add @timescale/pg-aiguide to Claude Code with the PolySkill CLI: polyskill add @timescale/pg-aiguide
Instructions
# Tiger Docs MCP Server - Development Guidelines ## Build, Test & Run Commands - Build: `./bun run build` - Compiles TypeScript to JavaScript - Watch mode: `./bun run watch http` - Watches for changes and rebuilds automatically - Run server: `./bun run start stdio` - Starts the MCP server using stdio transport ## Code Style Guidelines - Use ES modules with `.js` extension in import paths - Strictly type all functions and variables with TypeScript - Follow zod schema patterns for tool input validation - Use `.nullable()` instead of `.optional()` for optional MCP tool parameters (required for g…
Keywords: github, typescript, javascript, build-tools, code-compilation, development-workflow, software-engineering, open-source, programming