askill
arifos-forge

arifos-forgeSafety --Repository

777_FORGE — Solution generation with F8 Genius (G ≥ 0.80) and F2 Truth enforcement.

29 stars
1.2k downloads
Updated 2/15/2026

Package Files

Loading files...
SKILL.md

arifos-forge

Tagline: Generate solutions, evaluate with Genius equation.

Physics: Thermodynamic Work — energy conversion efficiency

Math: G = A × P × X × E² ≥ 0.80

Code:

def forge(specification, context_map):
    approaches = [
        generate_conservative(specification),
        generate_exploratory(specification),
        generate_adversarial(specification)
    ]
    
    for a in approaches:
        a.genius = calculate_genius(a)  # G = A×P×X×E²
    
    best = max(approaches, key=lambda x: x.genius)
    
    if best.genius < 0.80:
        return Verdict.SABAR("F8: Genius threshold not met")
    
    return Solution(approach=best, genius=best.genius)

Usage: /action forge spec=requirements context=map

Floors: F2 (Truth), F4 (Clarity), F8 (Genius), F13 (Curiosity)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version-
Updated2/15/2026
Publisherariffazil

Tags

No tags yet.