Back to list
intent-solutions-io

org-universal-validator

by intent-solutions-io

Claude Code plugin concepts for Nixtla - Generate TimeGPT pipelines, model benchmarks, and FastAPI services from natural language

1🍴 0📅 Jan 24, 2026

SKILL.md


name: org-universal-validator description: "Validate skills and plugins with deterministic evidence bundles and strict schema gates. Use when auditing changes or enforcing compliance. Trigger with 'run validation' or 'audit validators'." allowed-tools: "Read,Write,Glob,Grep,Bash(python:),Bash(bash:),Bash(pytest:*)" version: "0.1.0" author: "Your Team team@example.com" license: MIT

Universal Validator

Purpose

Produce deterministic, reviewable validation evidence (reports + JSON + logs) for a repo, plugin, or skill.

Overview

  • Phase prompts live in {baseDir}/agents/
  • Procedures live in {baseDir}/references/
  • Deterministic runner + profiles live in {baseDir}/scripts/

Prerequisites

  • Python 3.11+
  • Your repo validators and tests installed

Instructions

  1. Choose a target (repo/plugin/skill).
  2. Run the deterministic suite with a profile:
python {baseDir}/scripts/run_validator_suite.py \
  --target . \
  --project example \
  --out reports/example \
  --profile default
  1. Optionally run tests:
python {baseDir}/scripts/run_validator_suite.py \
  --target . \
  --project example \
  --out reports/example \
  --profile default \
  --run-tests

Output

  • reports/<project>/<timestamp>/summary.json
  • reports/<project>/<timestamp>/report.md
  • reports/<project>/<timestamp>/checks/*.log

Error Handling

  • If schema checks fail, fix structure before running tests.
  • Treat logs as ground truth; update narratives to match evidence.

Examples

python {baseDir}/scripts/run_validator_suite.py --target . --project pr-1234 --out reports/pr-1234 --profile default

Resources

  • Agents: {baseDir}/agents/
  • Procedures: {baseDir}/references/
  • Scripts: {baseDir}/scripts/

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon