Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 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

minitest-capabilities

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

minitest-cli

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

Installation

npx skills add minitap-ai/agent-skills

To install a specific skill:

npx skills add minitap-ai/agent-skills --skill minitest-cli

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors