Skip to main content

semantic-conflict-prediction

AST-based semantic conflict prediction for multi-agent coding environments. Uses tree-sitter to parse code into ASTs, extract symbol-level claims, build dependency graphs, and predict conflicts BEFORE they happen -- at work-assignment time, not merge time. The key insight: git's textual merge is necessary but not sufficient. Two changes can merge cleanly and break the program. This skill covers tree-sitter fundamentals, symbol-level claims, dependency graph construction, conflict prediction algorithms, and integration with Port Daddy or similar coordination daemons. NOT FOR: textual merge conflict resolution (use git skills), linting or formatting (use static analysis tools), runtime verification of invariants (use runtime-verification-for-agents), or general multi-agent orchestration (use multi-agent-coordination).

インストールへ移動

ソース情報

リポジトリ
curiositech/windags-skills
ソースの最終更新活動
2026年4月29日 22:23
検出された SKILL.md の言語
英語
スター
10
フォーク
2

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。