pordee
01Plugin Claude Code
Terse Thai+English communication mode for Claude Code. 60-75% fewer output tokens.
Plugin Claude Code
Terse Thai+English communication mode for Claude Code. 60-75% fewer output tokens.
Plugin Claude Code
โหมดสื่อสารแบบกระชับสำหรับภาษาไทย+อังกฤษ ลด output token 60-75% โดยพูดไทยสั้นๆ แต่ยังถูกต้องทาง technical (Pordee — terse Thai+English mode for Claude Code, cuts 60-75% of output tokens while keeping full technical accuracy.).
Skill Claude CodeCodex
Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /pordee-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.
Skill Claude CodeCodex
Ultra-compressed Thai+English communication mode. Cuts 60-75% of output tokens by speaking simple Thai while preserving technical accuracy. Triggers: "/pordee" / "/pordee full" / "พอดี" / "พอดีโหมด" / "พูดสั้นๆ" → enable full "/pordee lite" → enable lite "/pordee stop" / "หยุดพอดี" / "พูดปกติ" → disable…
Cursor rule Cursor
TITLE: Elysia Supported Schema Validation Types DESCRIPTION: Elysia provides declarative schema support for various parts of an HTTP request and response, enabling robust validation and automatic OpenAPI generation. SOURCE: https://github.com/elysiajs/documentation/blob/main/docs/essential/validation.md#snippet3.
Cursor rule Cursor
import { z, ZodTypeAny } from "zod".
Cursor rule Cursor
TITLE: Implement Transport Error Handling in TypeScript and Python DESCRIPTION: This code snippet illustrates how to incorporate comprehensive error handling within transport implementations. It demonstrates catching exceptions during connection establishment and message transmission, logging errors, and ensuring…
Cursor rule Cursor
TITLE: Overwrite Transformations Retaining Schema Type in Zod 4 DESCRIPTION: Introduces the new .overwrite() method in Zod v4, designed for transformations that do not change the inferred type. This method returns an instance of the original schema class, allowing continued method chaining and retaining…
MCP server Claude CodeCodexCursor +2
MCP server "elysia-mcp-starter" as configured in kerlos/elysia-mcp-starter. Runs locally from the elysia-mcp-starter npm package.