skill-validation-gf3

Validate GF(3) conservation and triad integrity in SKILL.md files.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill skill-validation-gf3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-validation-gf3
Source: https://github.com/plurigrid/asi/tree/main/skills/skill-validation-gf3
Command: npx skills add https://github.com/plurigrid/asi --skill skill-validation-gf3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that all skills adhere to GF(3) conservation, proper Gay.jl colors, and triad roles across the repo.

Core Features & Use Cases

  • GF(3) check: triad sums, global sums, deterministic colors.
  • Triad auditing: verify roles and colors align with triads.
  • Bisimulation governance: maintain consistent role assignments.

Quick Start

Run the GF(3) validator across all skills to ensure conservation.

Frequently Asked Questions about skill-validation-gf3

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

FAQPage Schema
How do I validate GF(3) conservation across a skills repository?

GF(3) validation checks that all skills in your repository maintain GF(3) conservation by verifying triad sums equal zero modulo three, ensuring structural integrity across your skills directory.

What does it mean for triads to sum to zero modulo three?

In GF(3) validation, each triad—a set of three skills with assigned trit values—must sum to zero when computed modulo three, guaranteeing mathematical balance and role consistency within the governance model.

How do I ensure my skills have correct color assignments and roles?

Run the GF(3) validator to audit each skill's SKILL.md file for explicit role declarations, deterministic Gay.jl color assignment, and verify that color and role align with their assigned triad membership.

Can I detect structural integrity issues in my skills without manual review?

Yes, the GF(3) validator automatically analyzes all skills directories, identifying structural and triad integrity issues by checking global sums and per-skill trit values against conservation rules.

What prerequisites do I need before running GF(3) validation?

Your skills must be organized under a skills/ directory with each skill containing a SKILL.md file that declares role, trit value, and color assignments for validation to execute.