tweak

Open a file at a specified line in the detected GUI editor.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/philipp-spiess/ai --skill tweak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweak
Source: https://github.com/philipp-spiess/ai/tree/main/skills/tweak
Command: npx skills add https://github.com/philipp-spiess/ai --skill tweak

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Opens the user's default editor at a specific file and line number, allowing them to manually tweak the code.

Core Features & Use Cases

  • Opens the file in the detected GUI editor at the exact line (and optional end line) to facilitate targeted manual adjustments.
  • Supports multiple editors by detecting which GUI editor is active (Cursor, Windsurf, VS Code, Zed, Sublime, JetBrains IDEs) and opening accordingly.
  • Works across common development workflows to perform line-precise edits after automated changes.

Quick Start

Say /tweak to open the target file at the specified line in your GUI editor.

Frequently Asked Questions about tweak

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I open a file at a specific line number in my GUI editor after automated edits?

To open a file at a specific line, the system detects your active GUI editor and launches it directly at the designated line range, letting you manually tweak source code or configurations precisely.

What GUI editors are supported for opening files at a specific line?

Supported GUI editors include Cursor, Windsurf, VS Code, Zed, Sublime, and JetBrains IDEs. The system detects which editor is active and opens the target file at the specified line accordingly.

Can I use this to open source files and configurations for line-precise adjustments?

Yes, you can open source files, configurations, or styles for line-precise adjustments. It works across common development workflows to facilitate targeted manual tweaks after automated changes.

What is the best way to manually tweak code after an automated workflow modifies my files?

The best way to manually tweak code after automated workflow modifications is to launch your detected GUI editor at the exact modified line, allowing immediate and targeted manual adjustments.

How do I start opening a target file at a specified line in my development environment?

To start opening a target file at a specified line, invoke the tweak command. It will select the correct file and line, launching your detected GUI editor with the specified range.