概要
API Documentation Discovery is a specialized skill designed to break the cycle of 'hallucinated' API calls caused by outdated training data. When Claude encounters repeated syntax failures or version-related errors like 'method not found,' this skill enforces a rigorous discovery workflow. It moves the assistant away from pattern-matching and toward truth-based implementation by utilizing language-specific tools such as go doc and bundle info to inspect the actual libraries installed in the local environment. This ensures that the code produced is compatible with the specific version currently in use, significantly reducing debugging time.