skill-arbiter-lockdown-admission

Validate local skill folders and generate CSV/JSON admission evidence.

2|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/grtninja/skill-arbiter --skill skill-arbiter-lockdown-admission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-arbiter-lockdown-admission
Source: https://github.com/grtninja/skill-arbiter/tree/main/skill-candidates/skill-arbiter-lockdown-admission
Command: npx skills add https://github.com/grtninja/skill-arbiter --skill skill-arbiter-lockdown-admission

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the safe admission of local or private skills into the skill-arbiter governance system by enforcing local-source constraints, cleaning generated artifacts, and pinning only passing skills immutably.

Core Features & Use Cases

  • Artifact hygiene scans to identify and clean generated artifacts before admission.
  • Local-only lockdown mode to prevent admission of external or unsigned skills.
  • Arbitration workflow that validates candidate folders, promotes safe skills, and updates whitelist/immutable records.
  • Evidence generation in CSV/JSON formats for reproducibility and audit trails.

Quick Start

Run the canonical admission command to validate candidates and enforce the lockdown policy with artifact hygiene checks.

Frequently Asked Questions about skill-arbiter-lockdown-admission

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

FAQPage Schema
How do I safely admit local skills into a governance system?

Safely admitting local skills requires validating candidate folders, enforcing local-source lockdown constraints, cleaning generated artifacts, and updating whitelist records with reproducible CSV/JSON evidence.

What is artifact hygiene scanning for Windows skill automation?

Artifact hygiene scanning identifies and cleans generated artifacts within local skill folders before admission, ensuring that only validated and sanitized candidates proceed through the arbitration workflow.

How do I prevent external or unsigned skills from being admitted locally?

Preventing external or unsigned skill admission requires enabling a local-only lockdown mode, which restricts the arbitration workflow to strictly process local skill directories.

How do I generate audit trails for skill arbitration and admission?

Generating audit trails for skill arbitration involves running the canonical admission workflow, which produces reproducible evidence files in CSV and JSON formats documenting the validation process.

Can I use the arbiter admission workflow without a local skill directory?

No, the arbiter admission workflow requires a local skill directory as input to validate names, execute artifact hygiene scans, and pin passing skills immutably.

What are the limitations of local-only lockdown mode for skill admission?

The lockdown mode limitation is that it exclusively supports local or private skill admission, strictly blocking the ingestion of any external or unsigned skill artifacts.