Clean Typescript
Automatically refactors messy TypeScript code into clean, maintainable, and idiomatic backend solutions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add neversight-clean-typescript npx -- -y @trustedskills/neversight-clean-typescript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"neversight-clean-typescript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/neversight-clean-typescript"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically cleans and formats TypeScript code to adhere to consistent style guidelines. It can be used to improve code readability, reduce technical debt, and ensure adherence to project coding standards. The tool supports automated linting and formatting of existing or newly written TypeScript files.
When to use it
- Code Refactoring: Clean up a large codebase with inconsistent TypeScript formatting.
- New Project Setup: Enforce consistent code style from the beginning of a new TypeScript project.
- Pull Request Automation: Automatically format code in pull requests to maintain quality and consistency.
- Automated Linting: Integrate into CI/CD pipelines for automated linting and formatting checks.
Key capabilities
- Automatic TypeScript formatting
- Code style enforcement
- Linting support (implied)
Example prompts
- "Clean the following TypeScript code: [paste code here]"
- "Format this file to match our project's coding standards."
- "Run a lint and format check on my current codebase."
Tips & gotchas
This skill requires a TypeScript environment to be set up. Ensure that necessary dependencies (like ESLint or Prettier) are installed if you intend to use more advanced features like linting.
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.