mit einem Klick
ts-project-initialize
TypeScript project initialization best practices
Menü
TypeScript project initialization best practices
Core prompt engineering and context engineering best practices for Claude Code prompts.
Must always be enabled when writing/reviewing React code.
Must always be enabled when writing/reviewing TypeScript code.
Create documentation optimized for ADHD and neurodivergent readers with short scannable content, clear hierarchy, progressive disclosure, actionable steps, and reduced cognitive load. Use when creating or improving any technical documentation (README files, API docs, tutorials, guides, onboarding materials) or when users request accessible, easy-to-scan, or beginner-friendly documentation.
Expert guidance on building production-ready multi-agent AI systems using CrewAI, LangChain, AutoGen, and custom architectures. Use when building agent systems, selecting frameworks, designing multi-agent workflows, debugging agent behavior, or deploying agents to production.
Expert guidance for developing and integrating AI systems using LLM APIs, SDKs, and Model Context Protocol (MCP). Covers API selection, SDK patterns, MCP development, production patterns, security, cost optimization, and architecture decisions for building production-ready AI integrations.
| name | ts-project-initialize |
| description | TypeScript project initialization best practices |
Initialize TypeScript projects with proper tooling, type checking, and framework setup.
Reference documentation: package.md, workspace.md, typescript.md, oxc.md, hono.md, tanstack-spa.md, shadcn-ui.md, dev-tools.md, ci.md
<configuration_decisions>
Project visibility:
Package structure:
Application type:
<setup_principles>
Required setup sequence (due to configuration dependencies):
package.md): Foundation for all subsequent configsworkspace.md): Only if monorepo - must precede package setupoxc.md): Requires package structure to be establishedpackages/*/ directoriestypescript.md): Required for all projectshono.mdtanstack-spa.mdshadcn-ui.mddev-tools.md): Requires application structureci.md): Final step after all configs establishedLocation constraints:
packages/*/
</setup_principles><reference_index>
Core setup (all projects):
package.md: Package configuration (package.json, pnpm)typescript.md: TypeScript strict configurationoxc.md: Linting and formatting with oxcdev-tools.md: Development utilitiesci.md: CI/CD pipelinesStructure-specific:
workspace.md: Monorepo/pnpm workspace setupFramework-specific:
hono.md: Backend API with Honotanstack-spa.md: Frontend SPA with TanStack Routershadcn-ui.md: UI component library setup</reference_index>
<best_practices>
TypeScript:
Package management:
Tooling consistency:
</best_practices>