minimal-skill

$npx mdskill add openai/plugins/minimal-skill

Demonstrate basic skill structure by executing a compact, valid example for testing purposes.

  • Verifies the basic functionality of skill evaluation with minimal complexity.
  • Requires no external tools or APIs; it serves as a structural placeholder.
  • Executes a predefined, simple workflow to validate agent parsing logic.
  • Outputs a straightforward confirmation of successful structural validation.

SKILL.md

.github/skills/minimal-skillView on GitHub ↗
---
name: minimal-skill
description: Minimal example skill for plugin-eval tests. Use when the user wants a compact demonstration of a well-structured skill.
license: MIT
---

# Minimal Skill

Use this fixture to verify that skill evaluation works on a small but valid example.

## Workflow

1. Read the target file.
2. Summarize the important structure.
3. Reference deeper details only when needed.

## Reference

- `references/details.md`

More from openai/plugins