A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Create and manage Minitap testing flow templates from a mobile app codebase. Use when building automated test scenarios for mobile apps.
Use when:
- "Create testing flows for my app"
- "Generate test scenarios"
- "Reconcile testing flows"
- "Update my Minitap tests"
npx skills add minitap-ai/agent-skillsTo install a specific skill:
npx skills add minitap-ai/agent-skills --skill minitap-testing-flowsSkills 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