smalltalk-implementation-finder

Community

Uncover Smalltalk method implementations and patterns.

Authormumez
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the process of understanding how methods are implemented across Smalltalk's dynamic class hierarchies. It helps developers quickly find concrete implementations of abstract methods, learn common coding idioms, assess the impact of code changes, and identify refactoring opportunities, saving significant time in code exploration and maintenance.

Core Features & Use Cases

  • Abstract Method Analysis: Trace how abstract methods (subclassResponsibility) are implemented in subclasses.
  • Idiom Discovery: Learn common Smalltalk coding patterns (e.g., hash methods using bitXor:, initialize calling super).
  • Impact Assessment: Evaluate the scope of changes by identifying all implementors and callers of a method before modifying its signature.
  • Refactoring Identification: Pinpoint duplicate or similar implementations that can be consolidated for cleaner code.
  • Use Case: A developer needs to implement a printOn: method for a new class. This skill can show examples from Array and Dictionary, revealing the common pattern of using printOn: recursively for elements and separators, guiding the developer to an idiomatic solution.

Quick Start

Show me how the 'hash' method is typically implemented in Smalltalk classes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: smalltalk-implementation-finder
Download link: https://github.com/mumez/smalltalk-dev-plugin/archive/main.zip#smalltalk-implementation-finder

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository