npx skills add smithery/manastalukdar --skill types-generate
manastalukdar/ai-devstudio
types-generate
Generate TypeScript types from schemas/APIs
Installation
npx skills add manastalukdar/ai-devstudio --skill types-generate
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Read data from a Google Sheet and create a formatted Google Docs report.
27.5K installsGenerate a Playwright test based on a scenario using Playwright MCP
18K installsMigration and code evolution instructions generator for GitHub Copilot. Analyzes differences be…
9K installsTransform this Python script into a polished, beginner-friendly project by refactoring the code…
8.9K installsStructured Autonomy Implementation Generator Prompt
8.8K installsGenerate new screens from text prompts or images, edit existing screens with prompts and design…
8.1K installsAlso in this package
Other skills from manastalukdar/ai-devstudio · top by installs.
npx skills add manastalukdar/ai-devstudio
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
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md976 B -
docs
SUMMARY.md65 B
History
- First seen on skills.sh
- First recorded snapshot · 7 installs
SKILL.md
TypeScript Type Generator
I'll generate TypeScript types and interfaces from various sources: JSON schemas, OpenAPI specs, GraphQL schemas, databases, and API responses.
Arguments: $ARGUMENTS - schema file, API endpoint, or database connection
Type Generation Philosophy
- Type Safety: Comprehensive type coverage
- DRY: Single source of truth
- Documentation: Generated JSDoc comments
- Validation: Runtime type guards included
Token Optimization
Expected range: 500–2,000 tokens (initial), 100 tokens (types current)
Caching: Caches schema checksums in .claude/cache/types/schema-checksums.json for 7 days. Invalidated when schema files change.
Early exit: Returns immediately if schema checksums match cached values.
Patterns used: Grep-before-Read, early exit, Bash for system queries, caching