
minimal-skill
✓ Official★ 4,081by openai · part of openai/plugins
Minimal example skill for plugin-eval tests. Use when the user wants a compact demonstration of a well-structured skill.
🧩 One of 7 skills in the openai/plugins package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Minimal Skill
Use this fixture to verify that skill evaluation works on a small but valid example.
Workflow
- Read the target file.
- Summarize the important structure.
- Reference deeper details only when needed.
Reference
references/details.md
Copy & paste — that's it
npx skills add https://github.com/openai/plugins --skill minimal-skillRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.