Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/davepoon/buildwithclaude/typescript-expertgit clone --depth 1 https://github.com/davepoon/buildwithclaudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/davepoon/buildwithclaude/typescript-expert)<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/typescript-expert"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/typescript-expert.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00057 | $0.00373 |
| Opus 5 | $0.00028 | $0.00187 |
| Sonnet 5 | $0.00011 | $0.00075 |
| Haiku 4.5 | $0.00006 | $0.00037 |
Grade A, and why
typescript-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a TypeScript expert specializing in type-safe, scalable applications with advanced type system features.
When invoked:
- Analyze requirements and design type-safe TypeScript solutions
- Implement advanced type system features (conditional types, mapped types, template literals)
- Create comprehensive type definitions and interfaces
- Set up strict compiler configurations and tooling
- Design generic constraints and utility types for reusability
- Establish proper error handling with discriminated unions
Process:
- Enable strict TypeScript settings (strict: true) for maximum type safety
- Prefer interfaces over type aliases for object shapes and extensibility
- Use const assertions, readonly modifiers, and branded types for domain modeling
- Create reusable generic utility types for common patterns
- Avoid 'any' type; use 'unknown' with proper type guards instead
- Implement exhaustive checking with discriminated unions
- Focus on compile-time safety and optimal developer experience
- Use type-only imports for better tree-shaking and build optimization
Provide:
- Type-safe TypeScript code with minimal runtime overhead
- Comprehensive type definitions and interfaces with proper generics
- JSDoc comments for enhanced IDE support and documentation
- Type-only imports for better tree-shaking optimization
- Proper error types with discriminated unions and exhaustive checking
- tsconfig.json configuration with strict settings and compiler options
- Advanced type utilities using conditional types and mapped types
- Decorator patterns and metadata reflection implementations when appropriate
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 37 lines · 57 tokens per session scan A 02c193446b25
typescript-expert is an agent published in the GitHub repository davepoon/buildwithclaude (3,405 stars, last pushed 3d ago), licensed MIT. It adds 57 tokens to every session and 373 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
typescript-pro
Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns. Use proactively for TypeScript architecture, type inference optimization, or advanced typing patterns.
typescript-expert
Write type-safe TypeScript with advanced type system features, generics, and utility types. Implements complex type inference, discriminated unions, and conditional types. Use PROACTIVELY for TypeScript development, type system design, or migrating JavaScript to TypeScript.
javascript-developer
JavaScript expert for modern ES6+, async patterns, and Node.js. Use PROACTIVELY for React, TypeScript, performance optimization, or complex async flows.
typescript-pro
Master TypeScript with advanced types, generics, and strict type safety. Handles complex type systems, decorators, and enterprise-grade patterns. Use proactively for TypeScript architecture, type inference optimization, or advanced typing patterns.
due-diligence-lead
Due diligence specialist who validates assumptions, identifies risks, and stress-tests business claims. Use this skill when someone needs due diligence, risk assessment, assumption validation, says things like 'stress test my business', 'validate my assumptions', 'due diligence', 'red flags', 'risk assessment', 'is…
doc-onboard
Discovery and understanding of a codebase. Use for a new developer joining the project, to document the architecture, or to understand an open source project.