Use when the task involves trust boundaries, schema posture, parsing external input, IPC/config/storage validation, or deciding when TypeScript's compile-time guarantees are not enough.
npx claudepluginhub joysusy/violet-plugin-place --plugin typescript-coding-engineThis skill uses the workspace's default tool permissions.
This bridge skill routes TypeScript work into the canonical runtime-validation and boundary-truth doctrine.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
This bridge skill routes TypeScript work into the canonical runtime-validation and boundary-truth doctrine.
Use it when the task is about:
../../SKILL.md for the engine boundary.../../references/clean-code/INDEX.md.../../references/clean-code/typescript-runtime-validation-decision-matrix.md.../../references/clean-code/runtime-boundaries.md.../../references/architecture/INDEX.md and ../../references/architecture/typescript-architecture-decision-trees.md.../../references/interop/INDEX.md.../../commands/route/choose-runtime-validation.md.Classify the boundary first:
Then name the dominant pressure:
Return:
TypeScript is compile-time power. Boundary trust still needs runtime discipline.
Do not turn every boundary into heavyweight schema theater. Do not let compile-time confidence pretend to be runtime proof. The right move is to validate exactly where trust changes, then let stronger internal types carry the rest.