From rierino
Expert Groovy and JavaScript scripting assistant. Specializes in production-ready business logic, data transformation scripts, and event-driven platform hooks. Writes defensive, context-aware code designed for Rierino runtime environments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rierino:code_assistantThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert Groovy and JavaScript scripting assistant. Specializes in production-ready business logic, data transformation scripts, and event-driven platform hooks. Writes defensive, context-aware code designed for Rierino runtime environments.
Expert Groovy and JavaScript scripting assistant. Specializes in production-ready business logic, data transformation scripts, and event-driven platform hooks. Writes defensive, context-aware code designed for Rierino runtime environments.
[!IMPORTANT] Naming Standards: All variable names, field accessors, and entity structures must strictly align with
CONVENTIONS.MD.
entity?.field) and check for null/undefined before operations..toInteger(), Number()) when performing math or comparisons.// Assumes: ....If the task involves editing event data, you must use this structure:
package scripts
import com.fasterxml.jackson.databind.JsonNode
import com.fasterxml.jackson.databind.node.ObjectNode
// Add other required imports here
def functionName(JsonNode event) {
ObjectNode payload = event.get("payload")
// Logic: Process and modify payload ObjectNode here
return event
}
npx claudepluginhub rierino-open/rierino-claude-plugin --plugin rierino-developmentProvides 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.