test

Define and validate new Enigma engine rules with YAML frontmatter.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/zile0207/enigma-engine --skill test-zile0207
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/zile0207/enigma-engine/tree/main/.cursor/skills/test
Command: npx skills add https://github.com/zile0207/enigma-engine --skill test-zile0207

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured way to define and validate a new rule within the Enigma engine, reducing setup time for rule experiments.

Core Features & Use Cases

  • Define a new rule with required metadata and activation logic.
  • Validate the rule against registry schemas and runtime checks.
  • Use in experiments to test rule behavior in a controlled environment.

Quick Start

Use the test skill to initialize and validate a new rule named "test" in the Enigma engine repository and run its basic validation flow.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define and validate a new rule for the Enigma engine?▼

To define and validate a new rule for the Enigma engine, you must provide a YAML frontmatter containing at least the name and description, alongside a self-contained markdown body for the skill unit.

What is the required YAML frontmatter format for creating an Enigma engine rule?▼

The required YAML frontmatter for an Enigma engine rule must include at least the name and description fields. This metadata is paired with a self-contained markdown body to form a complete skill unit.

Can I test rule behavior in a controlled environment before full deployment?▼

Yes, you can test rule behavior in a controlled environment. This skill is designed for rule creation, testing, and deployment workflows, allowing you to prototype and run basic validation flows safely.

What is the best way to prototype a new policy rule quickly?▼

The best way to prototype a new policy rule quickly is to use a structured definition approach that validates against registry schemas and runtime checks, reducing the initial setup time for experiments.