kr-manual-quickguide

Inserts internal hyperlinks into Korean CONTRABASS manual quick guide sections.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dadafinger/dadafinger-skills --skill kr-manual-quickguide-dadafinger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kr-manual-quickguide
Source: https://github.com/dadafinger/dadafinger-skills/tree/main/proprium/cursor/skills/kr-manual-quickguide
Command: npx skills add https://github.com/dadafinger/dadafinger-skills --skill kr-manual-quickguide-dadafinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Maintaining the 'Quick Guide' section of the Korean CONTRABASS 3.0.6 manual requires linking summary entries to detailed guide sections without duplicating images, which is tedious and error-prone when done manually. ## Core Features & Use Cases - Hyperlink Insertion: Runs a script to add internal hyperlinks from quick guide entries to their corresponding detailed guide sections. - Quality Review: Verifies that quick guide links and content conform to the manual's formatting standards. - Link Regeneration: Rebuilds hyperlinks when the detailed guide structure changes. - Use Case: After updating a detailed guide chapter in the Korean CONTRABASS manual, regenerate the quick guide links so every summary entry points to the correct section without re-inserting images. ## Quick Start Update the quick guide section of the Korean CONTRABASS 3.0.6 manual by inserting internal hyperlinks to the detailed guide sections.

Frequently Asked Questions about kr-manual-quickguide

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

FAQPage Schema
How do I add internal hyperlinks to a quick guide section in a manual?▼

Run the quickguide_add_hyperlinks.py script referenced by this skill, which inserts internal hyperlinks from each quick guide entry to its corresponding detailed guide section. This avoids duplicating images already present in the detailed guide.

What modes does the Korean manual quick guide workflow support?▼

It supports three modes: link insertion using the hyperlink script, quality review of the quick guide content and links, and link regeneration when the detailed guide structure changes.

Why use hyperlinks instead of images in a quick guide section?▼

A quick guide is a summary of the detailed guide, so re-inserting the same images creates duplication and maintenance overhead. Internal hyperlinks let readers jump to the full detailed section instead.

When should I regenerate quick guide links in the CONTRABASS manual?▼

Regenerate links whenever the detailed guide structure changes, such as after adding, removing, or reordering sections, so that quick guide entries continue pointing to the correct targets.