One-click install
npx skills add https://github.com/ibalasite/gendoc --skill gendoc-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gendoc-update
Source: https://github.com/ibalasite/gendoc/tree/main/skills/gendoc-update
Command: npx skills add https://github.com/ibalasite/gendoc --skill gendoc-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

此技能解決手動升級 gendoc 技能時的繁瑣步驟與版本不同步的問題。

Core Features & Use Cases

  • 穩定升級流程:自動尋找本地的 gendoc repo,並執行升級指令。
  • 版本同步與通知:升級完成後提示使用者重新啟動 Claude Code,使新技能生效。
  • 安裝指引支援:在未設定 git remote 的情況下提供自動安裝說明。

Quick Start

執行 gendoc-update 以手動升級 gendoc,並在完成後重新啟動 Claude Code 以使新技能生效。

Frequently Asked Questions about gendoc-update

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

FAQPage Schema
How do I manually upgrade gendoc skills to the latest version?

To manually upgrade gendoc skills, execute the gendoc-update script to pull the latest changes from your local repository and install them, then restart Claude Code to apply the new updates.

What should I do if my local gendoc repository is missing a git remote setup?

If your local gendoc repository lacks a valid git remote setup, the upgrade process will provide automatic installation instructions to help you configure the missing repository environment and complete the update.

Do I need an install script to apply manual updates to gendoc?

Yes, a valid local gendoc repository with a proper git setup and an available install script are required dependencies to successfully pull the latest changes and complete the upgrade process.

Why are my gendoc manual updates not taking effect after running the upgrade script?

Manual updates do not take effect immediately because the upgrade process requires you to restart Claude Code after the installation finishes, ensuring the newly pulled gendoc skills are fully loaded.

What is the best way to sync gendoc skills with the latest repository changes?

The best way to sync gendoc skills is using the gendoc-update script, which automates pulling the latest changes from the local repo, runs the installation, and prompts you to restart for the updates to take effect.