advanced-types
Advanced TypeScript types including generics, conditionals, and mapped types
Best use case
advanced-types is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Advanced TypeScript types including generics, conditionals, and mapped types
Teams using advanced-types should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/advanced-types/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How advanced-types Compares
| Feature / Agent | advanced-types | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Advanced TypeScript types including generics, conditionals, and mapped types
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Advanced TypeScript Types Skill ## Overview Master advanced TypeScript type features including generics, conditional types, mapped types, and utility types. ## Topics Covered ### Generics - Generic functions - Generic interfaces - Generic classes - Generic constraints - Default type parameters ### Conditional Types - Conditional type syntax - Inferring within conditionals - Distributive conditionals - Type filtering - Never in conditionals ### Mapped Types - Basic mapped types - Key remapping - Modifiers (+/-) - Template literal types - Recursive types ### Utility Types - Partial, Required, Readonly - Pick, Omit, Record - Extract, Exclude - ReturnType, Parameters - Awaited, NonNullable ### Advanced Patterns - Type guards - Branded types - Opaque types - Variadic tuple types - Type-level programming ## Prerequisites - TypeScript fundamentals - Basic generics understanding ## Learning Outcomes - Create complex generic types - Use conditional types effectively - Build custom utility types - Apply type-level patterns
Related Skills
agent-typescript-pro
Expert TypeScript developer specializing in advanced type system usage, full-stack development, and build optimization. Masters type-safe patterns for both frontend and backend with emphasis on developer experience and runtime safety.
advanced_tools
Use when finding files by name, searching code content, locating patterns with regex, exploring codebase, or batch refactoring across multiple files. Conforms to docs/reference/skill-routing-value-standard.md.
advanced-workflows
Multi-tool orchestration patterns for complex Bluera Knowledge operations. Teaches progressive library exploration, adding libraries with job monitoring, handling large result sets, multi-store searches, and error recovery workflows.
Advanced Typescript Type Level
Master TypeScript type-level programming with conditional types, mapped types, template literals, and infer patterns. Use when writing advanced types, creating utility types, or solving complex type challenges.
advanced-typescript-patterns
Advanced TypeScript patterns for TMNL. Covers conditional types, mapped types, branded types, generic constraints, type inference, and utility type composition. Pure TypeScript patterns beyond Effect Schema.
Advanced React Clean Integration
Integrate React with clean architecture without framework leakage using hooks as adapters and presenters. Use when connecting React to domain logic, designing hook-based DI, or isolating UI from business rules.
Advanced RE Analysis
Specialized reverse engineering analysis workflows for binary analysis, pattern recognition, and vulnerability assessment
Advanced Playwright E2E Framework
Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, data generators, multi-browser support, Docker, CI/CD pipelines, and custom HTML reporting.
Advanced Modular Library Design
Design modular libraries with clear package boundaries, feature-first organization, and clean API surfaces. Use when structuring monorepos, defining module boundaries, or designing library APIs.
advanced-memoization-strategies
Apply principled memoization techniques to reduce re-rendering without introducing correctness bugs.
advanced-git
Advanced Git - interactive rebase, cherry-pick, bisect, reflog, and power user operations
Advanced GetX Patterns
Advanced GetX features including Workers, GetxService, SmartManagement, GetConnect, GetSocket, bindings composition, and testing patterns