Rule engine reference — decision tables, Rete algorithm, forward/backward chaining, and business rule management. Use when evaluating business rules, building decision trees, or implementing policy engines.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill engine --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Engine?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-engine)More formats (shields.io, HTML) on the badges page.
---
name: "engine"
version: "1.0.0"
description: "Rule engine reference — decision tables, Rete algorithm, forward/backward chaining, and business rule management. Use when evaluating business rules, building decision trees, or implementing policy engines."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [engine, rules, decision-table, rete, workflow, policy, devtools]
category: "devtools"
---
# Engine — Rule Engine & Decision Logic Reference
Quick-reference skill for rule engines, decision tables, and business rule patterns.
## When to Use
- Implementing business rules that change frequently
- Building decision trees or scoring systems
- Choosing between rule engine approaches
- Designing policy engines for access control or pricing
- Separating business logic from application code
## Commands
### `intro`
```bash
scripts/script.sh intro
```
Overview of rule engines — types, benefits, when to use.
### `patterns`
```bash
scripts/script.sh patterns
```
Rule engine patterns — forward chaining, backward chaining, Rete.
### `tables`
```bash
scripts/script.sh tables
```
Decision tables — structure, completeness, and implementation.
### `dsl`
```bash
scripts/script.sh dsl
```
Domain-specific languages for rules — syntax approaches and examples.
### `tools`
```bash
scripts/script.sh tools
```
Rule engine tools — Drools, OPA, json-rules-engine, and more.
### `scoring`
```bash
scripts/script.sh scoring
```
Scoring and ranking engines — weighted rules, multi-criteria decisions.
### `testing`
```bash
scripts/script.sh testing
```
Testing rule engines — coverage, conflict detection, regression.
### `checklist`
```bash
scripts/script.sh checklist
```
Rule engine implementation checklist.
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
## Configuration
| Variable | Description |
|----------|-------------|
| `ENGINE_DIR` | Data directory (default: ~/.engine/) |
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!