Accesses and searches the official Cluster Script API type definitions to provide real-time documentation and code signatures.
This skill empowers developers creating experiences for the Cluster metaverse platform by providing instant access to the Cluster Script API reference. By querying the index.d.ts type definition files directly within the terminal, it allows Claude to retrieve precise method signatures, JSDoc comments, and implementation details for classes like ItemHandle and PlayerHandle. It streamlines the development workflow by eliminating the need to manually browse external documentation, ensuring your code is accurate, type-safe, and follows the latest platform specifications.
Key Features
01Keyword-based search across API definitions including methods, interfaces, and classes
02Seamless integration with Cluster metaverse scripting and virtual space development
0316 GitHub stars
04Automatic synchronization and local storage of the latest index.d.ts type definitions
05Retrieval of detailed method signatures, parameter types, and return values
06Support for both English and Japanese search terms to match localized JSDoc comments
Use Cases
01Verifying the correct arguments and types for complex metaverse interaction APIs
02Searching for specific API capabilities using keywords like 'position', 'rotation', or 'animation'
03Looking up method signatures for ItemHandle, PlayerHandle, or ClusterScript objects