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.0publishedInvalid 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
- Define skill in YAML with correct schema
- Create publisher:
flowstate dojo publisher create --slug <slug> --name "Name" - Publish:
flowstate dojo skill publish <file> - List:
flowstate dojo skill list - 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:
- Review the correct manifest structure in the spec.content
- Create a publisher with your slug if not exists
- Publish the manifest file:
flowstate dojo skill publish test-dojo-skill-validator.yaml - Verify in the skill catalog:
flowstate dojo skill list - 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 ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.