NewJerseyStyle/plugin-logic-llm Skills
(4)Browse AI agent skills from NewJerseyStyle/plugin-logic-llm for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Logic Convert
NewJerseyStyle/plugin-logic-llm
# /logic-convert Convert natural language documents into symbolic logic programs. ## Description This skill translates natural language text, rules, regulations, or knowledge bases into formal logic programs that can be used for automated reasoning. It follows the Logic-LLM methodology with enhan
Logic Ingest
NewJerseyStyle/plugin-logic-llm
# /logic-ingest Batch ingest documents into the symbolic knowledge base with automatic incremental updates. ## Description This skill processes entire directories of documents, converting them to logic programs and maintaining a coherent, non-redundant knowledge base. It handles incremental updat
Logic Query
NewJerseyStyle/plugin-logic-llm
# /logic-query Query symbolic knowledge bases using natural language or formal logic syntax. ## Description This skill enables querying knowledge bases that have been created through `/logic-convert` or manually. It translates natural language questions into formal queries and returns human-reada
Logic Register
NewJerseyStyle/plugin-logic-llm
# /logic-register Register and manage predicates, facts, and rules in the logic knowledge registry. ## Description This skill manages the central registry that tracks all predicates, facts, and rules across the knowledge base. It ensures naming consistency, prevents duplicates, and enables code r