neuro-symbolic-reasoning
SKILL.md
Neuro-Symbolic Reasoning
Mode Detection
Detect user intent and route accordingly:
→ Ideation: "How should I...", "What are the tradeoffs...", "Design an experiment..."
- NO code, NO file creation
- See references/ideation.md
→ Implementation: "Implement...", "Build...", "Write code...", "Debug..."
- See references/solvers.md for code
- See references/logic-llm.md for format
- See references/packages.md for setup
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 |
Weekly Installs
9
Repository
sundial-org/skillsGitHub Stars
145
First Seen
Jan 31, 2026
Security Audits
Installed on
codex9
opencode8
gemini-cli8
github-copilot8
kimi-cli8
amp7