mirror of
https://github.com/momentic-ai/skills.git
synced 2026-09-14 17:29:58 +08:00
5861c56cbf
Document the Agent Plugins v1 package layout so coding agents can find the manifest and bundled skills in this repository.\n\nVerification: npx prettier --write README.md completed with no changes required.\n\nCo-Authored-By: wei-wei <wei-wei@momentic.ai> Co-Authored-By: wei-wei <wei-wei@momentic.ai>
24 lines
729 B
JSON
24 lines
729 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "momentic",
|
|
"version": "1.0.0",
|
|
"description": "Author, run, triage, and repair Momentic end-to-end tests for web, Android, and iOS. Use these skills when an agent must write a new test from a diff, run a suite, explain why a run failed, classify a result, or heal a broken locator.",
|
|
"author": {
|
|
"name": "Momentic",
|
|
"email": "support@momentic.ai",
|
|
"url": "https://momentic.ai"
|
|
},
|
|
"homepage": "https://momentic.ai/developers",
|
|
"repository": "https://github.com/momentic-ai/skills",
|
|
"keywords": [
|
|
"momentic",
|
|
"testing",
|
|
"e2e",
|
|
"browser",
|
|
"android",
|
|
"ios",
|
|
"automation",
|
|
"triage"
|
|
]
|
|
}
|