code-pointer

Installation
SKILL.md

Code Pointer

Quick Example

code -g src/publisher.py:36
# Opens publisher.py at line 36 in VSCode

Overview

Open files in VSCode at precise line (and optionally column) positions using the code CLI. Use this skill whenever pointing users to specific locations in code, configuration files, documentation, or any text file.

When to Use

Invoke this skill automatically when:

  • Explaining code: Showing specific lines when discussing implementation
  • Debugging: Pointing to error locations or problematic code sections
  • Code reviews: Highlighting lines that need attention
Related skills
Installs
3
GitHub Stars
1
First Seen
Feb 28, 2026