NewJerseyStyle /plugin-logic-llm
Plugin Claude Code
Logic-LLM integration for Claude Code - enables symbolic reasoning with Prolog, Clingo/ASP solvers. Converts documents to logic programs for complex reasoning, legal document processing, and multi-turn inference.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
MCP server Claude Code Codex Cursor +2
MCP server "prolog-mcp" as configured in NewJerseyStyle/plugin-logic-llm. Runs locally from the github:adamrybinski/prolog-mcp npm package. Needs 1 environment variable to run.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
MCP server Claude Code Codex Cursor +2
MCP server for interacting with Clingo ASP solver via WebAssembly. Runs locally from the clingo-mcp npm package. Needs 1 environment variable to run.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
MCP server Claude Code Codex Cursor +2
MCP server "z3smt-mcp" as configured in NewJerseyStyle/plugin-logic-llm. Launched with z3smt-mcp.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
MCP server Claude Code Codex Cursor +2
MCP server "folprover-mcp" as configured in NewJerseyStyle/plugin-logic-llm. Launched with folprover-mcp.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
MCP server Claude Code Codex Cursor +2
MCP server "pyke-mcp" as configured in NewJerseyStyle/plugin-logic-llm. Launched with pyke-mcp.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
MCP server Claude Code Codex Cursor +2
MCP server "logic-registry" as configured in NewJerseyStyle/plugin-logic-llm. Runs ${CLAUDE_PLUGIN_ROOT}/servers/registry-server/dist/index.js with node. Needs 1 environment variable to run.
2 7mo ago A
tokens not measured
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Specialized agent for Answer Set Programming (ASP) with Clingo solver.
2 7mo ago A 14 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
DMN (Decision Model and Notation) compliance validator for Prolog programs.
2 7mo ago A 15 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Agent for converting natural language documents to symbolic logic programs.
2 7mo ago A 10 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Specialized agent for First-Order Logic theorem proving with Vampire, E prover, and Prover9.
2 7mo ago A 20 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Specialized agent for Prolog-based logical reasoning and knowledge base management.
2 7mo ago A 13 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Specialized agent for Pyke-based forward/backward chaining inference in Python.
2 7mo ago A 14 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Agent for managing the predicate and rule registry, ensuring consistency and enabling code reuse.
2 7mo ago A 15 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Agent
Specialized agent for Z3/SMT constraint solving, theorem proving, and satisfiability checking.
2 7mo ago A 20 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Command
Display help information for Logic-LLM plugin commands and usage.
2 7mo ago A 0 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Hook
Runs after a tool call finishes for Write tool calls, executing detect-new-document.sh. From NewJerseyStyle/plugin-logic-llm.
2 7mo ago A
tokens not measured
copy · 55% MIT NewJerseyStyle /plugin-logic-llm
Hook
Runs when a session starts, executing load-registry.sh. From NewJerseyStyle/plugin-logic-llm.
2 7mo ago A
tokens not measured
copy · 66% MIT NewJerseyStyle /plugin-logic-llm
Skill Claude Code Codex
Convert natural language documents into symbolic logic programs.
2 7mo ago A 0 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Skill Claude Code Codex
Batch ingest documents into the symbolic knowledge base with automatic incremental updates.
2 7mo ago A 0 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Skill Claude Code Codex
Query symbolic knowledge bases using natural language or formal logic syntax.
2 7mo ago A 0 tokens
original MIT NewJerseyStyle /plugin-logic-llm
Skill Claude Code Codex
Register and manage predicates, facts, and rules in the logic knowledge registry.
2 7mo ago A 0 tokens
original MIT NewJerseyStyle /z3smt-mcp
MCP server Claude Code Codex Cursor
MCP server for Z3/SMT solver - enables constraint solving and logical reasoning. Runs locally from the z3smt-mcp Python package.
1 7mo ago A
tokens not measured
original MIT NewJerseyStyle /folprover-mcp
MCP server Claude Code Codex Cursor
MCP server for First-Order Logic provers (Vampire, E). Runs locally from the folprover-mcp Python package.
1 7mo ago A
tokens not measured
original MIT