一键导入
ynh-validate
Validate Claude Code artifacts (skills, agents) in the .claude/ directory. Checks frontmatter, naming conventions, and referenced paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate Claude Code artifacts (skills, agents) in the .claude/ directory. Checks frontmatter, naming conventions, and referenced paths.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ynh-validate |
| description | Validate Claude Code artifacts (skills, agents) in the .claude/ directory. Checks frontmatter, naming conventions, and referenced paths. |
Run the validation script to check all .claude/ artifacts:
bash .claude/skills/ynh-validate/scripts/validate.sh
The script checks:
name, description)name, description, tools)name fields match their filename or directory name---) are presentIf any checks fail, fix the reported issues and re-run until clean.
Development workflow for the ynh codebase. Build, test, lint, and format in the right order.
Maintain ynh vendor adapters against current vendor plugin specs. Use when updating adapters, checking spec compliance, or adding new vendor support.
Workflow for compressing prompt and instruction files using LLM-powered techniques, with backup management and restore.
Interactive wizard to create a ynh harness from scratch. Walks through naming, vendor selection, artifact scaffolding, and installation.
Guide graduation from a personal harness to a team setup with delegation. Creates a team harness that delegates to personal harnesses.
Guided walkthrough for using ynd inspect to bootstrap a project's AI skills and agents from its codebase signals.