atomic

yuki-test-skill-validator

Test dojo skill from Dr. Yuki Tanaka for manifest validator verification

Tags

Publisher

Versions

1 version published — latest: 1.0.0

  • 1.0.0
    publishedInvalid Date

Skill

Yuki's Test Skill - Validator Check

Status: Active
Purpose: Test dojo skill publishing workflow with manifest validator
Scope: Demo/testing
Trigger: Need to verify dojo skill manifest validator works correctly


Overview

This is a minimal test skill for verifying the dojo skill manifest validator and publishing workflow.

The skill demonstrates:

  • Correct manifest structure following dojo/v1 schema
  • Required metadata fields (id, name, version, publisher, description, license, tags)
  • Proper spec.content and spec.instructions format
  • CLI publishing via flowstate dojo skill publish
  • Skill verification in catalog

Quick Reference

  1. Define skill in YAML with correct schema
  2. Create publisher: flowstate dojo publisher create --slug <slug> --name "Name"
  3. Publish: flowstate dojo skill publish <file>
  4. List: flowstate dojo skill list
  5. Verify in catalog: flowstate dojo skill get <id>

Created: 2026-05-07 Validator Test: manifest schema validation

Usage

Use this skill to verify dojo skill publishing works correctly.

Steps:

  1. Review the correct manifest structure in the spec.content
  2. Create a publisher with your slug if not exists
  3. Publish the manifest file: flowstate dojo skill publish test-dojo-skill-validator.yaml
  4. Verify in the skill catalog: flowstate dojo skill list
  5. Get details: flowstate dojo skill get yuki-test-skill-validator

Install

Run this in your project to install via CLI:

fscloud dojo skill install yuki-test-skill-validator --target <target> --out ./skills

Replace <target> with your agent target identifier. See the CLI docs for details.