Claude Code Plugins

Community-maintained marketplace

Feedback

MOVA: mova_template (wrapper)

@Leryk1981/mova_wf_cycle
0
0

Minimal example skill that turns a natural-language procedure description into a structured list of steps. Serves as the reference pattern for other MOVA skills in this lab.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name MOVA: mova_template (wrapper)
description Minimal example skill that turns a natural-language procedure description into a structured list of steps. Serves as the reference pattern for other MOVA skills in this lab.
when_to_use Use when "MOVA Template Skill" must run through Codex automation
inputs [object Object]
outputs [object Object]
deterministic false

Notes

  • Prompt-first wrapper, coordinate execution manually.
  • Evidence paths: skills/mova_template/mova/env/env.mova_template_run_v1.schema.json
  • Generated by tools/generate_codex_wrappers.mjs; edit if custom behavior is needed.