gentleman-trainer

Installation
SKILL.md

When to Use

Use this skill when:

  • Adding new Vim training modules
  • Creating exercises or boss fights
  • Modifying progression/unlock system
  • Working on the Vim command simulator
  • Adding practice mode features

Critical Patterns

Pattern 1: ModuleID Constants

All modules MUST be defined as ModuleID constants in types.go:

type ModuleID string
Related skills
Installs
17
GitHub Stars
1.7K
First Seen
Jan 24, 2026