·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。

SKILL.md

查看原文

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 中使用

这个 Skill 的源码在哪?

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