Noimplicitany Completion

🌐Community
by marius-townhouse · vlatest · Repository

This skill provides explicit completions, eliminating ambiguity and ensuring precise output for your prompts – boosting clarity and reliability.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add noimplicitany-completion npx -- -y @trustedskills/noimplicitany-completion
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "noimplicitany-completion": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/noimplicitany-completion"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill helps AI agents avoid the pitfalls of implicit any types in TypeScript code. It encourages explicit type annotations, leading to more robust and maintainable code by preventing unexpected behavior due to type inference. The agent can suggest appropriate types or flag areas where explicit typing is needed.

When to use it

  • Code Review: When reviewing TypeScript code for potential type-related errors.
  • Refactoring: During refactoring efforts, especially when dealing with legacy code that relies heavily on implicit any.
  • Learning/Education: To guide developers in writing more explicit and safer TypeScript code.
  • New Project Setup: To enforce stricter typing conventions from the beginning of a new project.

Key capabilities

  • Detects instances where variables are implicitly typed as any.
  • Suggests appropriate type annotations based on context.
  • Flags potential type-related errors arising from implicit any.

Example prompts

  • "Review this TypeScript code and suggest explicit types where needed."
  • "Find all instances of implicit 'any' in this file."
  • "Explain why using explicit types is better than relying on implicit typing in TypeScript."

Tips & gotchas

The skill’s effectiveness depends on the context provided. Providing a larger code snippet or specific function will yield more accurate suggestions and analysis.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
marius-townhouse
Installs
4

🌐 Community

Passed automated security scans.