typescript-pro
Use when building TypeScript applications requiring advanced type systems, generics, or full-stack type safety. Invoke for type guards, utility types, tRPC integration, monorepo setup.
Why use this skill?
Master TypeScript with the typescript-pro OpenClaw skill. Learn advanced generics, full-stack type safety, and optimized build patterns for high-quality, zero-error codebases.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/typescript-proWhat This Skill Does
The typescript-pro skill empowers OpenClaw to act as a senior TypeScript architect. It focuses on elevating codebase quality through advanced type system utilization, enforcing strict safety, and optimizing compilation pipelines. By leveraging TypeScript 5.0+ features, it ensures that your full-stack applications are resilient against runtime errors, maintainable through robust domain modeling, and performant at build time.
Installation
You can integrate this skill into your environment by running the following command in your terminal: clawhub install openclaw/skills/skills/veeramanikandanr48/typescript-pro. Ensure you have the latest version of OpenClaw installed to take advantage of all compiler diagnostic capabilities.
Use Cases
Use this skill when you are setting up new projects from scratch, migrating legacy JavaScript to TypeScript, or refactoring complex logic. It is particularly valuable for building type-safe APIs with tRPC, implementing complex state machines using discriminated unions, creating reusable utility types, or optimizing monorepo build configurations. If you are struggling with 'any' types or recursive generic challenges, this skill provides the architectural oversight needed to resolve them.
Example Prompts
- 'I have a complex API response that changes based on the user role. Can you help me define a discriminated union and type guard to handle this safely?'
- 'Review my current tsconfig.json and suggest configuration changes to optimize build times for my monorepo while maintaining strict type safety.'
- 'Create a set of utility types for an object-mapping function that requires Omit and Pick, ensuring full type safety for nested properties.'
Tips & Limitations
To maximize the utility of typescript-pro, always prioritize the 'satisfies' operator over 'as' assertions to catch errors during type checking. Avoid the use of legacy 'enum' types in favor of 'as const' objects, which provide better tree-shaking and runtime behavior. Note that while this skill is highly effective for type architecture, it does not replace unit testing for business logic—always pair your type-safe code with reliable runtime tests. Ensure your tsconfig is configured for project references if working in a large-scale codebase to benefit from faster incremental builds.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-typescript-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.