← Back to list

datalog-fixpoint
by plurigrid
everything is topological chemputer!
⭐ 2🍴 3📅 Jan 20, 2026
SKILL.md
name: datalog-fixpoint description: Datalog bottom-up fixpoint iteration for recursive queries version: 1.0.0
Datalog Fixpoint Skill
Bottom-up fixpoint iteration for recursive Datalog queries without explicit recursion.
Core Concept
Datalog computes fixpoints via iterative saturation:
T^0(∅) → T^1 → T^2 → ... → T^ω (fixpoint)
Where T is the immediate consequence operator.
Scientific Skill Interleaving
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
Dataframes
- polars [○] via bicomodule
- High-performance dataframes
Bibliography References
algorithms: 19 citations in bib.duckdb
Cat# Integration
Fixpoint computation maps to Cat# via coalgebraic semantics:
Trit: 0 (ERGODIC - iterative bridge)
Home: Prof (profunctors/bimodules)
Poly Op: ⊗ (parallel saturation)
Kan Role: Adj (Kleisli adjunction)
GF(3) Naturality
Datalog fixpoint iteration is inherently ERGODIC:
- Each iteration step is a natural transformation
- Convergence = reaching the terminal coalgebra
- The fixpoint IS the bicomodule equilibrium
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon