·data-structure-protocol
{}

data-structure-protocol

エージェントにコードベースの永続的な構造メモリを提供します。リポジトリ全体を再度読み取ることなく、依存関係をナビゲートし、パブリック API を追跡し、接続が存在する理由を理解します。

33インストール·3トレンド·@sickn33

インストール

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill data-structure-protocol

data-structure-protocol のインストール方法

コマンドラインで data-structure-protocol AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill data-structure-protocol
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: sickn33/antigravity-awesome-skills。

LLM coding agents lose context between tasks. On large codebases they spend most of their tokens on "orientation" — figuring out where things live, what depends on what, and what is safe to change. DSP solves this by externalizing the project's structural map into a persistent, queryable graph stored in a .dsp/ directory next to the code.

DSP is NOT documentation for humans and NOT an AST dump. It captures three things: meaning (why an entity exists), boundaries (what it imports and exposes), and reasons (why each connection exists). This is enough for an agent to navigate, refactor, and generate code without loading the entire source tree into the context window.

DSP models the codebase as a directed graph. Nodes are entities, edges are imports and shared/exports.

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill data-structure-protocol
カテゴリ
{}データ分析
認証済み
初回登録
2026-02-25
更新日
2026-03-10

Browse more skills from sickn33/antigravity-awesome-skills

クイックアンサー

data-structure-protocol とは?

エージェントにコードベースの永続的な構造メモリを提供します。リポジトリ全体を再度読み取ることなく、依存関係をナビゲートし、パブリック API を追跡し、接続が存在する理由を理解します。 ソース: sickn33/antigravity-awesome-skills。

data-structure-protocol のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill data-structure-protocol インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/sickn33/antigravity-awesome-skills