Skip to main content
Dépôt GitHub

SmalltalkGenie

SmalltalkGenie contient 6 skills collectées depuis KentBeck, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
14
mis à jour
2026-07-02
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

pharo-refactor
Développeurs de logiciels

Refactor messy Pharo code safely through the genie MCP tools, working from the live image (no files). Use for renames, method extraction, moving behavior, or general cleanup of existing code.

2026-07-02
pharo-tdd
Analystes en assurance qualité des logiciels et testeurs

Drive a Genie change test-first through the genie MCP tools, working entirely from the live image (no files). Use when adding behavior or fixing a bug in the image — anything where a test should lead.

2026-07-02
representation-envy-refactor
Développeurs de logiciels

Use when reviewing or refactoring code that pulls apart another object's private representation, such as raw limb/byte/slot access, slice constructors, or helper methods that expose internal storage. Guides agents to find representation envy and suggest moving behavior onto the object that owns the representation, using live-image Genie tools when working in Pharo.

2026-07-02
pharo-rename-method
Développeurs de logiciels

Rename Pharo methods safely through Genie's `rename_method` MCP refactoring tool. Use when a selector should be renamed while preserving behavior, updating senders and symbol references across the live image, including as one step in larger refactorings such as clarify API names, split responsibilities, or move behavior behind better messages.

2026-06-29
pharo-live-image
Développeurs de logiciels

Use when modifying a Genie-backed Pharo project through the live MCP server on localhost:8087; includes project ownership, image read/change/test/save workflow, and first steps for new user projects.

2026-06-18
pharo-tdd
Développeurs de logiciels

Drive a Genie change test-first through the genie MCP tools, working entirely from the live image (no files). Use when adding behavior or fixing a bug in the image — anything where a test should lead.

2026-06-09