reduce-relie-basics — community reduce-relie-basics, DiffSymAgent, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Mathematical Agents requiring advanced symbolic computation and differential equation solving using REDUCE CAS and ReLie AI agent workflow for Lie group methods in differential equations (REDUCE CAS + ReLie)

hinsley hinsley
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The reduce-relie-basics skill by hinsley is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Mathematical Agents requiring advanced symbolic computation and differential equation solving using REDUCE CAS and ReLie

Core Value

Empowers agents to leverage Lie group methods in differential equations, utilizing REDUCE CAS for symbolic manipulation and ReLie for Lie algebra computations, all within a Docker containerized environment ensuring consistency and reproducibility across different systems and setups

Capabilities Granted for reduce-relie-basics

Solving differential equations with Lie group symmetries
Computing Lie algebra structures for physical systems
Automating symbolic computations with REDUCE CAS

! Prerequisites & Limits

  • Requires Docker to be installed and running
  • Needs CLI and daemon access for Docker
  • Compatibility issues may arise with specific versions of Docker or operating systems
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

reduce-relie-basics

Install reduce-relie-basics, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

REDUCE + ReLie basics

Ensure Docker is running

  • Check the CLI is available: docker --version.
  • Check the daemon is reachable: docker info.
  • If the daemon is not available, start Docker Desktop (macOS: open -a Docker) and wait until docker info succeeds.
    • Example wait loop:
      bash
      1for i in {1..60}; do docker info >/dev/null 2>&1 && break; sleep 1; done
  • If you use Colima instead of Docker Desktop, start it with colima start and then re-check docker info.
  • If you see permission denied while trying to connect to the docker API at unix:///.../docker.sock, rerun the command with elevated permissions or fix your socket access.
    • In Codex CLI with sandboxing, rerun the docker command with escalated permissions so it can reach the socket.

Use local ReLie source

Use the vendored ReLie file in this repo:

resources/relie-src/relie.red

Run REDUCE in Docker (repo mounted)

Use this canonical command from the repo root:

bash
1docker run --rm -it --platform linux/amd64 \ 2 -v "$PWD":/workspace -w /workspace \ 3 --entrypoint /usr/lib/reduce/cslbuild/csl/reduce \ 4 lunacamp/reduce-algebra

Notes:

  • On Apple Silicon, keep --platform linux/amd64.
  • If docker is not in PATH, use its full path.

Load ReLie and run a tiny smoke test

In the REDUCE prompt:

reduce
1in "resources/relie-src/relie.red"$ 2 3% Tiny smoke test: confirm the REPL responds after load. 41+1;

Exit with bye; when done.

Optional: run a tiny ReLie pipeline test (heat equation)

This mirrors a full run without interactive typing:

bash
1docker run --rm -i --platform linux/amd64 \ 2 -v "$PWD":/workspace -w /workspace \ 3 --entrypoint /usr/lib/reduce/cslbuild/csl/reduce \ 4 lunacamp/reduce-algebra <<'EOF' 5 6in "resources/relie-src/relie.red"$ 7 8jetorder := 2$ 9xvar := {t,x}$ 10uvar := {u}$ 11diffeqs := {u_t - u_xx}$ 12leadders := {u_xx}$ 13 14relie(4)$ 15reliegen(1,{})$ 16 17symmetries; 18generators; 19bye; 20EOF

If you present results to a user, summarize them in natural language (see reduce-relie-lie-symmetries).

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is reduce-relie-basics?

Ideal for Mathematical Agents requiring advanced symbolic computation and differential equation solving using REDUCE CAS and ReLie AI agent workflow for Lie group methods in differential equations (REDUCE CAS + ReLie)

How do I install reduce-relie-basics?

Run the command: npx killer-skills add hinsley/DiffSymAgent/reduce-relie-basics. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for reduce-relie-basics?

Key use cases include: Solving differential equations with Lie group symmetries, Computing Lie algebra structures for physical systems, Automating symbolic computations with REDUCE CAS.

Which IDEs are compatible with reduce-relie-basics?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for reduce-relie-basics?

Requires Docker to be installed and running. Needs CLI and daemon access for Docker. Compatibility issues may arise with specific versions of Docker or operating systems.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add hinsley/DiffSymAgent/reduce-relie-basics. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use reduce-relie-basics immediately in the current project.

Related Skills

Looking for an alternative to reduce-relie-basics or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI