npx skills add smithery/neversight --skill advanced-types
pluginagentmarketplace/custom-plugin-typescript · Archived
advanced-types
Advanced TypeScript types including generics, conditionals, and mapped types
Installation
npx skills add pluginagentmarketplace/custom-plugin-typescript --skill advanced-types
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Master career development, leadership, communication, and organizational skills. Use when plann…
10 installsMaster secure development, OWASP top 10, testing, and compliance. Use when building secure syst…
9 installsMaster AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when bui…
8 installsMaster modern web development with HTML, CSS, JavaScript, React, Vue, Angular, Next.js, TypeScr…
7 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from pluginagentmarketplace/custom-plugin-typescript · top by installs.
npx skills add pluginagentmarketplace/custom-plugin-typescript
Browse all from pluginagentmarketplace/custom-plugin-typescript
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,248 B -
docs
SUMMARY.md98 B
History
- First seen on skills.sh
- First recorded snapshot · 7 installs
SKILL.md
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