について
このスキルは、開発者がVS Codeなどのエディタにデバッガを統合するためのDebug Adapter Protocol(DAP)を実装するのに役立ちます。ブレークポイント、ステップ実行、スタックトレース、変数検査といったコアデバッグ機能を処理します。カスタム言語やランタイム用のデバッグアダプタを構築または拡張する際にご利用ください。
クイックインストール
Claude Code
推奨npx skills add a5c-ai/babysitter -a claude-code/plugin add https://github.com/a5c-ai/babysittergit clone https://github.com/a5c-ai/babysitter.git ~/.claude/skills/Debug Adapter ProtocolこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
GitHub リポジトリ
Frequently asked questions
What is the Debug Adapter Protocol skill?
Debug Adapter Protocol is a Claude Skill by a5c-ai. Skills package instructions and resources that Claude loads on demand, so Claude can perform Debug Adapter Protocol-related tasks without extra prompting.
How do I install Debug Adapter Protocol?
Use the install commands on this page: add Debug Adapter Protocol to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does Debug Adapter Protocol belong to?
Debug Adapter Protocol is in the Tooling category, tagged general.
Is Debug Adapter Protocol free to use?
Yes. Debug Adapter Protocol is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
関連スキル
このスキルは、開発者がVS Codeなどのエディタにデバッガを統合するためにDebug Adapter Protocol(DAP)を実装するのを支援します。ブレークポイント、ステップ実行、スタックトレース、変数検査といったコアデバッグ機能を扱います。カスタム言語やランタイム用のデバッグアダプタを構築または拡張する際にご利用ください。
このスキルは、コンパイルされたコードのデバッグ用にソースマップを生成および利用する機能を提供し、V3 JSONやDWARFなどのフォーマットをサポートします。生成された位置から元のソースへのマッピング、インライン化された関数、ソースマップの合成を処理します。コンパイラ、デバッガ、またはJITコンパイラの開発時に、正確なデバッグ情報を維持するためにご利用ください。
このClaudeスキルは、開発者がインクリメンタルパーシングとシンタックスハイライトのためのTree-sitter文法を作成するのを支援します。文法ファイルの記述、外部スキャナーの実装、構文クエリの設計、VS CodeやNeovimなどのエディタとの統合が可能です。Tree-sitterを活用するエディタやツールの言語サポートを構築または拡張する際にご利用ください。
このスキルは、readline編集、複数行入力、タブ補完などの機能を備えた対話型REPLの構築を開発者に支援します。言語インタプリタ、開発コンソール、または段階的なコード評価を必要とするツールの作成に最適です。永続的なREPL状態の実装、式の評価、:helpや:typeなどの特殊コマンドを実装する際にご利用ください。
