Claude Skill

agent-ecosystem/skill-validator

skill-validator是一个Go工具,根据Agent Skill规范验证Skill内容,并额外进行密度与质量检查,确保Skill提交的可靠性。

概览

Stars141
Forks23
语言Go
最后更新2026-04-29
最近同步2026-06-26
前往 GitHub

仓库信息

拥有者agent-ecosystem
仓库skill-validator
完整名称agent-ecosystem/skill-validator
Repo ID1,156,729,574

安装这个 Skill

git clone https://github.com/agent-ecosystem/skill-validator.git

Registry 信息

类型cursor_rule
质量分80/100
验证状态readme_parsed
最近验证2026-06-26
平台
ClaudeCodexCursor
能力
browsercode-reviewpdfmemorysearchimageterminalworkflow
识别文件
README.mdexamples
配置键
URLAZURE_OPENAI_API_KEYANTHROPIC_API_KEYOPENAI_API_KEYOPENAI_BASE_URLOPENAI_ORG_IDOPENAI_PROJECT_ID

项目简介

一个基于Go的工具,根据Agent Skill规范验证Skill内容,并额外进行内容密度与质量检查,确保Skill提交符合高标准。

英文描述

Validate Skill content against Agent Skill specification, with additional content density and quality checks.

要点

  • 根据Agent Skill规范验证Skill内容
  • 执行内容密度分析
  • 对Skill提交进行质量检查
  • 使用Go构建,执行速度快
  • 设计用于集成到CI/CD流水线

使用场景

  • Skill开发者的提交前验证
  • Skill发布工作流中的自动化质量门控
  • 确保Skill生态系统贡献的一致性
  • Skill仓库的CI/CD集成

README 摘要

# skill-validator [![CI](https://github.com/agent-ecosystem/skill-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/agent-ecosystem/skill-validator/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) A CLI tool that validates and scores [Agent Skill](https://agentskills.io) packages. Spec compliance is table stakes. `skill-validator` goes further: it checks that links actually resolve, flags files that shouldn't be in a skill directory, reports token counts so you can see how much of an agent's context window your skill will consume, analyzes content quality metrics, detects cross-language contamination, and offers LLM-as-judge scoring to evaluate skill quality across dimensions like clarity, actionability, and novelty. A spec-compliant skill that has broken links or a 60k-token reference file will technically pass the spec but perform poorly in practice. ## Table of Contents - [Install](#install) - [CLI](#install-cli) - [Homebrew](#homebrew) - [Using Go](#using-go) - [Pre-commit hook](#pre-commit-hook) - [As a library](#as-a-library) - [Command Usage](#command-usage) - [validate structure](#validate-structure) - [validate links](#validate-links) - [analyze content](#analyze-content) - [analyze contamination](#analyze-contamination) - [check](#check) - [score evaluate](#score-evaluate) - [score report](#score-report) - [Output Formats](#output-formats) - [JSON output](#json-output) - [Markdown output](#markdown-output) - [GitHub Actions annotations](#github-actions-annotations) - [CI Integration](#ci-integration) - [CI workflow example](#ci-workflow-example) - [Multi-skill directories](#multi-skill-directories) - [Examples](#exam

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-26