Cleanup Weak Types

Replace weak types (any, unknown, interface{}, untyped Python) with strong, inferable types. Researches actual usage to determine the correct type, runs typecheck after each change, reverts individual changes that fail. Use when the user asks to remove any/unknown, strengthen typing, fix weak types, or make code more type-safe. Example queries — "remove all the `any` types", "strengthen our typing", "stop using unknown everywhere", "make this more type-safe".

tuyv 5266b95 4 files · 21.7 KB Updated

File contents

tuyv/ccpm/tree/main/preset-registry/skills/raintree-technology-claude-starter-cleanup-weak-types commit 5266b951ed

Frequently asked questions

npx skillmds@latest add tuyv/cleanup-weak-types