bottom-links

Append a de-duplicated absolute path:line jump list to file path outputs.

Updated Mar 3, 2025
One-click install
npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill bottom-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bottom-links
Source: https://github.com/LZY2333/LZY-FE-JumpTrack/tree/main/agent-configs/skills/custom-bottom-links
Command: npx skills add https://github.com/LZY2333/LZY-FE-JumpTrack --skill bottom-links

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures every AI response that outputs file paths also includes a concise, absolute jump list to those files, improving navigation and traceability.

Core Features & Use Cases

  • Automatically appends bottom-of-response path links to any file path output.
  • Produces absolute paths in the path:line format for quick IDE navigation.
  • Use case: after listing several files in a response, attach a jump list so developers can open the relevant files instantly.

Quick Start

Output a sample absolute file path like /Users/me/project/src/index.js:1 to see how bottom-links would be appended.

Frequently Asked Questions about bottom-links

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

FAQPage Schema
How do I automatically append file path jump links to AI code review responses?

To automatically append file path jump links, this Skill enforces appending a bottom-of-response absolute path jump list to every file path output. It ensures quick IDE navigation during code reviews and debugging conversations.

What is the path:line format for IDE navigation in file outputs?

The path:line format is an absolute file path followed by a colon and line number, like /Users/me/project/src/index.js:1. This format enables quick IDE navigation directly from AI responses.

Does the bottom-links jump list de-duplicate file paths in documentation outputs?

Yes, the bottom-links jump list enforces de-duplication of file paths. It automatically consolidates referenced files into a concise, one-entry-per-line absolute path list for documentation and debugging.

Can I use absolute path jump lists for multiple files referenced in debugging conversations?

Yes, you can use absolute path jump lists for multiple files referenced in debugging conversations. The Skill appends a de-duplicated, one-entry-per-line jump list to ensure quick navigation.

Why does my AI response output file paths without a bottom-of-response jump list?

AI responses lack a jump list when the Skill is not applied. Applying this Skill automatically enforces appending a bottom-of-response absolute path jump list to any file path output.