·interactive-study-guide
#

interactive-study-guide

將程式碼庫學習指南轉變為精美的互動式 Web 體驗。當使用者擁有完整的學習指南 Markdown 文件(來自程式碼庫學習指南或類似文件)並希望將其轉換為互動式教學應用程式時,應使用此技能。觸發諸如「使本學習指南具有互動性」、「將其轉變為互動式體驗」、「視覺化本學習指南」、「建立互動式版本」等請求,或當使用者擁有學習指南 .md 檔案並想要更豐富的簡報時觸發。製作一個由 Vite 提供的單頁應用程序,具有滾動驅動的故事講述、互動式架構圖、動畫代碼演練和漸進式披露。

9安裝·1熱度·@petekp

安裝

$npx skills add https://github.com/petekp/claude-code-setup --skill interactive-study-guide

如何安裝 interactive-study-guide

透過命令列快速安裝 interactive-study-guide AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/petekp/claude-code-setup --skill interactive-study-guide
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:petekp/claude-code-setup。

SKILL.md

查看原文

Transform a static study guide markdown file into an immersive, interactive learning experience served as a local web app. The output should feel like a NYT interactive feature or a Pudding.cool essay — editorial typography, generous whitespace, purposeful animation, and visualizations that reveal structure rather than decorate.

Accept a path to the study guide markdown file. Parse it into structured sections using the known template format from codebase-study-guide:

| Purpose | ## 1. Why This Exists | Prose with problem/approach/users | | Threshold Concepts | ## 2. The Big Ideas | Named concepts with code locations | | System Map | ## 3. System Map | Mermaid diagram + table | | Request Walkthrough | ## 4. Walking Through a Request | Sequence diagram + annotated code steps |

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/petekp/claude-code-setup --skill interactive-study-guide
分類
#文件處理
認證
收錄時間
2026-03-10
更新時間
2026-03-10

Browse more skills from petekp/claude-code-setup

快速解答

什麼是 interactive-study-guide?

將程式碼庫學習指南轉變為精美的互動式 Web 體驗。當使用者擁有完整的學習指南 Markdown 文件(來自程式碼庫學習指南或類似文件)並希望將其轉換為互動式教學應用程式時,應使用此技能。觸發諸如「使本學習指南具有互動性」、「將其轉變為互動式體驗」、「視覺化本學習指南」、「建立互動式版本」等請求,或當使用者擁有學習指南 .md 檔案並想要更豐富的簡報時觸發。製作一個由 Vite 提供的單頁應用程序,具有滾動驅動的故事講述、互動式架構圖、動畫代碼演練和漸進式披露。 來源:petekp/claude-code-setup。

如何安裝 interactive-study-guide?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/petekp/claude-code-setup --skill interactive-study-guide 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/petekp/claude-code-setup