Ts Library
Access and utilize OnMax's curated technical specification library to quickly find relevant data and solutions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ts-library npx -- -y @trustedskills/ts-library
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ts-library": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ts-library"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The ts-library skill provides a collection of TypeScript utilities and functions that can be used to enhance AI agent development. It includes helper modules for common tasks like data manipulation, type validation, and API interactions.
When to use it
- You need reusable TypeScript code for your AI agent projects.
- You are working on complex logic that requires robust type handling.
- You want to streamline development by leveraging pre-built utility functions.
Key capabilities
- Provides modular TypeScript utilities
- Includes helper functions for common tasks
- Supports type validation and data manipulation
Example prompts
- "Use the
ts-libraryto validate user input types in my AI agent." - "Include the
ts-libraryutility for parsing JSON responses from an API." - "Import the
ts-librarymodule to handle string formatting in my application."
Tips & gotchas
- Ensure your project is set up with TypeScript support before using this skill.
- Review the available modules to avoid including unnecessary code.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.