Evolving Types

🌐Community
by marius-townhouse · vlatest · Repository

This skill dynamically adjusts Pokémon types based on your team’s needs and the opponent's, maximizing strategic advantages in battles.

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 evolving-types npx -- -y @trustedskills/evolving-types
2

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

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

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

About This Skill

What it does

The evolving-types skill allows an AI agent to understand and manipulate TypeScript types that change over time. It can track the evolution of a type definition across different versions or branches, enabling more accurate code analysis and refactoring. Specifically, it facilitates understanding how type definitions have changed, allowing for better migration strategies and compatibility checks. This capability is particularly useful when dealing with complex projects where types are frequently updated.

When to use it

  • Code Migration: When upgrading a TypeScript project from one version to another, the skill can help identify breaking changes in type definitions.
  • Refactoring Large Codebases: Understand how modifications to a core type affect dependent code across a large project.
  • Branch Comparison: Analyze differences in type definitions between different branches of a codebase for collaborative development.
  • Dependency Management: Determine compatibility issues arising from changes in third-party TypeScript libraries' types.

Key capabilities

  • Type evolution tracking
  • Version comparison
  • Branch analysis
  • Compatibility checks

Example prompts

  • "Show me how the User type has changed between versions 3.0 and 4.0."
  • "Compare the Product type in the 'main' branch with the 'feature/new-api' branch."
  • "What are the breaking changes introduced to the ApiResponse type?"

Tips & gotchas

The skill requires access to a version control system (like Git) and accurate TypeScript code repositories. The accuracy of results depends on the completeness and correctness of the available type definitions.

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.