Use when the task is about TypeScript project structure, layering, modularity, state-pattern selection, shared-core boundaries, or architecture-level trade-offs rather than local typing details.
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 architecture 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 architecture doctrine.
Use it when the task is about:
../../SKILL.md for the engine boundary.../../references/architecture/INDEX.md.../../references/architecture/typescript-architecture-decision-trees.md.../../references/clean-code/typescript-runtime-validation-decision-matrix.md../../references/clean-code/typescript-anti-patterns-and-migration-ladders.md../../references/interop/INDEX.md.../../commands/route/choose-state-pattern.md.Classify the architecture pressure first:
Then name the dominant architectural question:
Return:
Do not let TypeScript architecture collapse into “just frontend folders” or “just build config”.
Architecture is where type truth, runtime truth, and module boundaries become structural decisions. Use the smallest structure that preserves clarity and leverage—then escalate only when the pressure is real.