A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Understand Minitest's testing capabilities and model high-quality scenarios, personas, dependencies, device usage, and app knowledge.
Use when:
- Designing or reviewing a Minitest scenario suite
- Deciding whether Mini can execute or observe a test
- Creating personas or scenario dependencies
- Choosing scenario granularity or device count
Manage Minitest testing flows, upload native builds, and execute mobile/web test runs via the minitest CLI.
Use when:
- "Create testing flows for my app"
- "Run mobile or web tests"
- "Upload native build"
- After code changes that affect UI or user journeys
npx skills add minitap-ai/agent-skillsTo install a specific skill:
npx skills add minitap-ai/agent-skills --skill minitest-cliSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Each skill contains:
SKILL.md- Instructions for the agentmetadata.json- Skill metadata (name, description, version)references/- Supporting documentation (optional)
MIT