CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. fluid-tools
  4. /
  5. claude-skills
  6. /
  7. Typescript Strict Mode

Typescript Strict Mode

Editor's Note

This is essentially a reference guide you'll want around if you're enforcing strict TypeScript rules, especially in codebases with no-explicit-any enabled. It walks through practical alternatives to using any (unknown, generics, union types, type guards), covers common event handler types for React and DOM, and includes patterns for promises, callbacks, and utility types. The examples are concrete and show both wrong and correct approaches, which is helpful when you're staring at a type error. It's not going to teach you TypeScript from scratch, but if you keep reaching for any out of frustration or uncertainty, this gives you the specific patterns to use instead. Treats type assertions with appropriate suspicion and includes a solid section on discriminated unions for handling multiple related types safely.

Install

npx skills add https://github.com/fluid-tools/claude-skills --skill typescript-strict-mode
Votes
0
Installs156
GitHub Stars16
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment