Use when the task needs TypeScript foundations: strict typing, widening vs narrowing, baseline type-system behavior, or first-line mental models.
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 foundations lane.
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 foundations lane.
Use it when the task is about:
../../SKILL.md for the engine boundary.../../references/foundations/INDEX.md.../../references/foundations/strict-type-system-posture.md.../../references/foundations/typescript-type-error-diagnosis-and-recovery.md.../../references/clean-code/typescript-runtime-validation-decision-matrix.md.../../references/advanced/INDEX.md.Classify the problem first:
Return:
Prefer foundational type reasoning over ad-hoc assertions. If the problem can be explained by weak baseline truth, fix that before reaching for advanced machinery.