neuro-symbolic-reasoning

star 149

Neuro-symbolic AI combining LLMs with symbolic solvers. Use when exploring neuro-symbolic approaches (ideation, no code) or implementing solver integrations (code).

sundial-org By sundial-org schedule Updated 1/24/2026

name: neuro-symbolic-reasoning description: Neuro-symbolic AI combining LLMs with symbolic solvers. Use when exploring neuro-symbolic approaches (ideation, no code) or implementing solver integrations (code).

Neuro-Symbolic Reasoning

Mode Detection

Detect user intent and route accordingly:

→ Ideation: "How should I...", "What are the tradeoffs...", "Design an experiment..."

→ Implementation: "Implement...", "Build...", "Write code...", "Debug..."

File Creation Policy

Small files, few files:

  • Create files (not inline code) but keep them small and focused
  • Avoid scaffolding project structures unless asked
  • Follow good coding practices: clear names, comments where needed

Core Pipeline

NL Problem → LLM Formulator → Logic Program → Symbolic Solver → Answer
                    ↑                              |
                    └──── Self-Refinement ←────────┘

Solver Selection

Logic Type Solver Use When
First-order logic Prover9 Expressive reasoning, theorem proving
Constraints/SAT Z3 Scheduling, planning, satisfiability
Rule-based Pyke Simple propositional rules
Install via CLI
npx skills add https://github.com/sundial-org/skills --skill neuro-symbolic-reasoning
Repository Details
star Stars 149
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator