marketplace-validator

Validate marketplace skill entries against schema and local conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Git-Fg/taches-principled-light --skill marketplace-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-validator
Source: https://github.com/Git-Fg/taches-principled-light/tree/main/.agents/skills/marketplace-validator
Command: npx skills add https://github.com/Git-Fg/taches-principled-light --skill marketplace-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill ensures marketplace compliance by validating the integrity of skill entries according to schema and conventions.

Core Features & Use Cases

  • Marketplace Linting: Checks all skill entries for conformance to schema, naming conventions, description lengths, and reference integrity.
  • Single Skill Linting: Provides granular checks on individual skill entries to identify and correct errors.
  • Pre-commit Checks: Assists in pre-commit validations to ensure skill entries meet the standard before code submission.
  • Machine-Readable Output: Generates detailed reports that can be parsed by CI systems.

Quick Start

Run the marketplace validator on the entire skill set with the command: python scripts/validate.py skills/.

Frequently Asked Questions about marketplace-validator

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

FAQPage Schema
How do I validate marketplace skill entries against a schema?

To validate marketplace skill entries against a schema, run the Python script on your skills directory to check name, description, and frontmatter conformance. It ensures all entries meet local conventions and structural integrity requirements.

What does marketplace compliance linting check for in a skill catalog?

What does marketplace compliance linting check for in a skill catalog? Marketplace compliance linting checks skill entries for schema conformance, naming conventions, description lengths, and reference integrity. It identifies structural errors and ensures catalog maintenance standards are met.

Can I run a pre-commit check for skill validation using Python stdlib?

Can I run a pre-commit check for skill validation using Python stdlib? Yes, you can run a pre-commit check for skill validation using Python stdlib. The validator requires no external dependencies, executing purely with standard Python libraries to lint skill entries before code submission.

Does the marketplace validator generate machine-readable output for CI systems?

Does the marketplace validator generate machine-readable output for CI systems? Yes, the marketplace validator generates machine-readable output for CI systems. It produces detailed reports during code review and pre-commit validations that automated pipelines can parse to enforce schema compliance.

How do I lint a single skill entry for frontmatter conformance?

How do I lint a single skill entry for frontmatter conformance? To lint a single skill entry for frontmatter conformance, execute the validation script targeting that specific entry instead of the entire directory. It provides granular checks to identify and correct individual schema errors.