fandhe-ai/agent-reference-skills

driverjs

Driver.js (JavaScript プロダクトツアー・要素ハイライト・オンボーディングライブラリ) リファレンス。 driver(), highlight, tour steps, popover, overlay, theming、 configuration、ホットキー、コールバック、アニメーション、ステップナビゲーション。

First seen May 10, 2026

Installation

$ npx skills add fandhe-ai/agent-reference-skills --skill driverjs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fandhe-ai/agent-reference-skills · top by installs.

npx skills add fandhe-ai/agent-reference-skills

Browse all from fandhe-ai/agent-reference-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,612 B
  • docs SUMMARY.md 329 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Driver.js API リファレンス

Driver.js 公式ドキュメントの全 API を網羅したスキル。 ユーザーのタスクに応じて適切な README.md を読み、そこから個別ファイルへ辿ること。

ディレクトリ構成

skills/driverjs/
  SKILL.md
  references/
    getting-started/
      README.md
      installation.md
      basic-usage.md
    api/
      README.md
      configuration.md
      methods.md
      theming.md
    examples/
      README.md
      async-and-lifecycle.md
      highlight-and-popover.md
      styling.md
      tours.md
    migration/
      README.md
      migrate-to-1x.md
  samples/
    README.md
    basic-tour.md
    single-element-highlight.md
    async-tour.md
    confirm-on-exit.md
    custom-popover-buttons.md
    custom-theme.md
  scripts/
    README.md
    install.md
    setup.md
    api.md

探索手順

タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:

  1. 下記マッピング表でタスクに対応するカテゴリを探す
  2. そのカテゴリの references/{category}/README.md を参照して目的のページを特定する
  3. 該当ページの .md を Read して詳細を確認する

タスク → カテゴリ マッピング

タスク カテゴリ 参照 README
npm install、CDN、import、driver() 初期化、ツアー開始 getting-started [references/getting-started/README.md](references/getting-started/README.md)
インストール方法・パッケージマネージャーを確認したい getting-started [references/getting-started/README.md](references/getting-started/README.md)
Config オプション、DriveStep 型、コールバック/フックを調べたい api [references/api/README.md](references/api/README.md)
drive(), moveNext(), destroy(), getState(), setConfig() などメソッドを調べたい api [references/api/README.md](references/api/README.md)
CSS クラス、popoverClass、onPopoverRender、テーマカスタマイズ api [references/api/README.md](references/api/README.md)
非同期ステップ、終了確認、ライフサイクル制御のパターンを知りたい examples [references/examples/README.md](references/examples/README.md)
ポップオーバー配置、ボタン設定、単一要素ハイライトのパターンを知りたい examples [references/examples/README.md](references/examples/README.md)
オーバーレイ・ポップオーバーの外観カスタマイズ方法を知りたい examples [references/examples/README.md](references/examples/README.md)
マルチステップツアーの構成例を見たい examples [references/examples/README.md](references/examples/README.md)
0.x → 1.x 移行、破壊的変更、API リネームを確認したい migration [references/migration/README.md](references/migration/README.md)
典型的な使い方を知りたい samples [samples/README.md](samples/README.md)
インストール・初期化・API 実行のコマンドを知りたい scripts [scripts/README.md](scripts/README.md)