·data-structure-protocol
{}

data-structure-protocol

امنح الوكلاء ذاكرة هيكلية ثابتة لقاعدة التعليمات البرمجية - تصفح التبعيات وتتبع واجهات برمجة التطبيقات العامة وفهم سبب وجود الاتصالات دون إعادة قراءة الريبو بالكامل.

34التثبيتات·4الرائج·@sickn33

التثبيت

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

كيفية تثبيت data-structure-protocol

ثبّت مهارة الذكاء الاصطناعي data-structure-protocol بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill data-structure-protocol
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في 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.

حقائق جاهزة للاقتباس

حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.

أمر التثبيت
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill data-structure-protocol
الفئة
{}تحليل البيانات
موثق
أول ظهور
2026-02-25
آخر تحديث
2026-03-11

Browse more skills from sickn33/antigravity-awesome-skills

إجابات سريعة

ما هي data-structure-protocol؟

امنح الوكلاء ذاكرة هيكلية ثابتة لقاعدة التعليمات البرمجية - تصفح التبعيات وتتبع واجهات برمجة التطبيقات العامة وفهم سبب وجود الاتصالات دون إعادة قراءة الريبو بالكامل. المصدر: 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 بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

أين مستودع المصدر؟

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