ما هي data-structure-protocol؟
امنح الوكلاء ذاكرة هيكلية ثابتة لقاعدة التعليمات البرمجية - تصفح التبعيات وتتبع واجهات برمجة التطبيقات العامة وفهم سبب وجود الاتصالات دون إعادة قراءة الريبو بالكامل. المصدر: sickn33/antigravity-awesome-skills.
امنح الوكلاء ذاكرة هيكلية ثابتة لقاعدة التعليمات البرمجية - تصفح التبعيات وتتبع واجهات برمجة التطبيقات العامة وفهم سبب وجود الاتصالات دون إعادة قراءة الريبو بالكامل.
ثبّت مهارة الذكاء الاصطناعي data-structure-protocol بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: 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امنح الوكلاء ذاكرة هيكلية ثابتة لقاعدة التعليمات البرمجية - تصفح التبعيات وتتبع واجهات برمجة التطبيقات العامة وفهم سبب وجود الاتصالات دون إعادة قراءة الريبو بالكامل. المصدر: sickn33/antigravity-awesome-skills.
افتح الطرفية أو أداة سطر الأوامر لديك مثل 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