sublime-text

Installation
SKILL.md

Sublime Text 4

Sublime Text is legendary for its speed and "Goto Anything" (Cmd+P) interface. Even in 2025, it remains the fastest GUI editor for opening massive files.

When to Use

  • Large Files: Opening a 500MB SQL dump? VS Code chokes. Sublime opens it instantly.
  • Regex: Multi-cursor + Regex find/replace workflow is unparalleled.
  • Minimalism: Distraction-free coding without 50 sidebars.

Core Concepts

Package Control

The extension manager. Must be installed first.

Computed Layout

Mini-map (on the right) allows visual navigation of code shape.

Installs
1
GitHub Stars
9
First Seen
Feb 10, 2026
sublime-text — g1joshi/agent-skills