Skip to content

minitap-ai/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

Skills follow the Agent Skills format.

Available Skills

minitap-testing-flows

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"

Installation

npx skills add minitap-ai/agent-skills

To install a specific skill:

npx skills add minitap-ai/agent-skills --skill minitap-testing-flows

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • metadata.json - Skill metadata (name, description, version)
  • references/ - Supporting documentation (optional)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors