entrix

Identify valid Entrix skill units and generate their metadata.

102|11|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/phodal/entrix --skill entrix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: entrix
Source: https://github.com/phodal/entrix/tree/main/skills/entrix
Command: npx skills add https://github.com/phodal/entrix --skill entrix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps an AI turn real repository signals into runnable Entrix guardrail docs instead of inventing fitness checks that only look correct.

Core Features & Use Cases

  • Bootstrap guardrails: Discover the repository's real quality signals and turn them into a valid docs/fitness setup.
  • Repair invalid specs: Fix frontmatter, manifest paths, weights, and command locality until Entrix validation passes.
  • Keep checks executable: Separate locally runnable smoke checks from CI-scoped authoritative metrics so the default workflow stays green.
  • Use case: A repository has tests, build commands, and agent entry docs but no working fitness layer; this Skill maps those signals into coherent, validated evidence files.

Quick Start

Ask the assistant to inspect the target repository and create or repair its Entrix fitness files using only real commands and validation evidence.

Frequently Asked Questions about entrix

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

FAQPage Schema
How do I turn repository signals into runnable guardrails?

To turn repository signals into guardrails, this Skill extracts real build commands and test evidence to generate valid fitness documentation, preventing the use of invented checks that only appear correct.

How do I validate SKILL.md frontmatter and metadata for indexing?

Validating SKILL.md frontmatter requires exact extraction of metadata fields and formatting compliance. This Skill screens for toxicity and validates manifest paths to ensure downstream discovery and indexing pass.

How do I repair invalid fitness specs and frontmatter in a repository?

Repairing invalid fitness specs involves fixing frontmatter, manifest paths, weights, and command locality. This Skill adjusts these elements until repository analysis and validation checks successfully pass.

When do I need a root SKILL.md for guardrail setup and validation?

A root SKILL.md is needed when applying validation to repository directories containing supporting documentation. It serves as the entry point for guardrail setup, repair, and validation tasks.

How do I separate locally runnable smoke checks from CI-scoped metrics?

Separating locally runnable smoke checks from CI-scoped authoritative metrics keeps the default workflow green. This Skill maps repository signals into coherent, validated evidence files for this separation.