Use when the task involves TypeScript testing strategy, type tests, runtime tests, environment/framework test boundaries, CI confidence, or deciding what kind of proof the system actually needs.
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 testing and proof 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 testing and proof doctrine.
Use it when the task is about:
../../SKILL.md for the engine boundary.../../references/clean-code/INDEX.md.../../references/clean-code/typescript-testing-strategy-and-type-boundaries.md.../../references/clean-code/quality-gates-governance.md.../../references/clean-code/typescript-runtime-validation-decision-matrix.md.../../references/architecture/INDEX.md or ../../references/interop/INDEX.md.../../rules/testing/INDEX.md for exact rule routing only after the doctrine lane is clear.Classify the testing pressure first:
Then name what is actually missing:
Return:
Type-safe systems need test strategy that respects both compile-time and runtime boundaries.
Do not collapse all testing into one vague suite. Choose the smallest honest confidence surface that proves the truth you actually need.