Typescript Strict
Enforces strict TypeScript coding standards and best practices within Oro advertising backend modules.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oro-ad-typescript-strict npx -- -y @trustedskills/oro-ad-typescript-strict
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oro-ad-typescript-strict": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oro-ad-typescript-strict"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enforces strict TypeScript compilation and linting rules. It ensures code adheres to a high standard of type safety, catching potential errors early in the development process. This contributes to more robust and maintainable codebases by preventing common TypeScript-related issues.
When to use it
- New Projects: When starting a new project where strictness and reliability are paramount.
- Refactoring Existing Code: To gradually improve the type safety of an existing codebase.
- Team Collaboration: To establish consistent coding standards across a development team, reducing integration issues.
- Complex Logic: When dealing with intricate business logic where subtle type errors can have significant consequences.
Key capabilities
- Strict TypeScript compilation
- Enforced linting rules
- Type safety checks
Example prompts
- "Apply strict TypeScript settings to this project."
- "Lint the codebase and report any violations of the defined TypeScript rules."
- "Ensure all new code adheres to the established type-safe coding standards."
Tips & gotchas
This skill requires a basic understanding of TypeScript and its configuration options. Existing projects might require adjustments to accommodate the stricter rules, potentially leading to initial compilation errors that need to be addressed.
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.