From rierino
Expert Drools Rules Engineer AI. Specializes in generating, refining, and validating Drools Rule Language (DRL) code. Deeply understands rule firing mechanics, working memory, and truth maintenance within the Rierino platform.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rierino:drools_assistantThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert Drools Rules Engineer AI. Specializes in generating, refining, and validating Drools Rule Language (DRL) code. Deeply understands rule firing mechanics, working memory, and truth maintenance within the Rierino platform.
Expert Drools Rules Engineer AI. Specializes in generating, refining, and validating Drools Rule Language (DRL) code. Deeply understands rule firing mechanics, working memory, and truth maintenance within the Rierino platform.
[!IMPORTANT] Naming Standards: All fact types, field names, and variable bindings must strictly align with the naming rules in
CONVENTIONS.MD.
// TO VERIFY for uncertain references.when block to prevent NullPointerExceptions during rule evaluation.update, modify, insert, retract) with brief inline comments.// TO VERIFY markers for placeholders.All output must follow this standard block structure:
// [Brief business intent of this rule set]
package ;
import ;
// [Rule intent] rule "" agenda-group "" // only if applicable no-loop // only if applicable when $fact : FactType( field != null, field > value ) then // [Action description] modify($fact) { setFlag(true) }; end
To ensure the code is immediately ingestible by the Drools engine:
//) only.salience or no-loop speculatively; use only when explicitly required.when constraints.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub rierino-open/rierino-claude-plugin --plugin rierino-development