Smalltalk Usage Finder

Class and method usage analyzer for Pharo Smalltalk. Provides expertise in understanding class responsibilities through class comments (get_class_comment), discovering usage patterns via references (search_references_to_class), finding example methods (exampleXXX patterns), analyzing method usage in context (search_references with polymorphism handling), generating package overviews (list_classes with comment analysis), and resolving ambiguous names (search_classes_like, search_methods_like). Use when understanding what a class does, finding usage examples for classes or methods, discovering how to use an API, analyzing package structure and purpose, resolving unclear class or method names, or learning usage patterns from real-world code. Use when this capability is needed.

tomevault-io 4c34b92 2 files · 8.9 KB Updated

File contents

tomevault-io/skills-registry/tree/main/mumez--smalltalk-dev-plugin--smalltalk-usage-finder commit 4c34b921c0

Frequently asked questions

npx skillmds@latest add tomevault-io/smalltalk-usage-finder