{
  "name": "axx",
  "description": "Agent skills for Axx (github.com/nimbusxr/axx), the human-readable acceptance testing framework. Install them into a repository with `axx skills install`.",
  "homepage": "https://axx.nimbusxr.us",
  "skills": [
    {
      "name": "axx-acceptance-tests",
      "description": "Write and run Gherkin acceptance tests with axx, the human-readable acceptance testing framework, black-box against services (REST + OpenAPI, WireMock, SQL, MongoDB, Kafka, logs). Use when turning acceptance criteria into .feature files, adding scenarios, or editing axx.yaml.",
      "url": "https://axx.nimbusxr.us/skills/axx-acceptance-tests/SKILL.md",
      "files": [
        "SKILL.md",
        "references/config.md",
        "references/parameter-types.md",
        "references/step-index.md",
        "references/steps-aws-core.md",
        "references/steps-aws-dynamodb.md",
        "references/steps-aws-eventbridge.md",
        "references/steps-aws-s3.md",
        "references/steps-aws-sns.md",
        "references/steps-aws-sqs.md",
        "references/steps-azure-blob.md",
        "references/steps-azure-servicebus.md",
        "references/steps-gcp-bigquery.md",
        "references/steps-gcp-core.md",
        "references/steps-gcp-firestore.md",
        "references/steps-gcp-pubsub.md",
        "references/steps-gcp-storage.md",
        "references/steps-kafka.md",
        "references/steps-logs.md",
        "references/steps-mock.md",
        "references/steps-mongo.md",
        "references/steps-rest.md",
        "references/steps-sql.md"
      ]
    },
    {
      "name": "axx-custom-steps",
      "description": "Add custom Gherkin steps to axx (the human-readable acceptance testing framework) as Go packs that share the context of axx's packs. Use when no step of axx's packs covers what a scenario needs (check `axx steps search` and `axx pack list` first).",
      "url": "https://axx.nimbusxr.us/skills/axx-custom-steps/SKILL.md",
      "files": [
        "SKILL.md",
        "references/config.md",
        "references/parameter-types.md",
        "references/step-index.md",
        "references/steps-aws-core.md",
        "references/steps-aws-dynamodb.md",
        "references/steps-aws-eventbridge.md",
        "references/steps-aws-s3.md",
        "references/steps-aws-sns.md",
        "references/steps-aws-sqs.md",
        "references/steps-azure-blob.md",
        "references/steps-azure-servicebus.md",
        "references/steps-gcp-bigquery.md",
        "references/steps-gcp-core.md",
        "references/steps-gcp-firestore.md",
        "references/steps-gcp-pubsub.md",
        "references/steps-gcp-storage.md",
        "references/steps-kafka.md",
        "references/steps-logs.md",
        "references/steps-mock.md",
        "references/steps-mongo.md",
        "references/steps-rest.md",
        "references/steps-sql.md"
      ]
    },
    {
      "name": "axx-debugging",
      "description": "Diagnose failing axx acceptance-test runs (Gherkin scenarios run by the axx CLI) - failed assertions, undefined or ambiguous steps, OpenAPI validation errors, apps that do not start, timeouts and flaky parallel scenarios. Use when `axx run` exits non-zero.",
      "url": "https://axx.nimbusxr.us/skills/axx-debugging/SKILL.md",
      "files": [
        "SKILL.md",
        "references/error-codes.md"
      ]
    },
    {
      "name": "axx-setup",
      "description": "Adopt axx (the human-readable acceptance testing framework) in a repository - axx init, axx.yaml apps and readiness checks, docker compose infrastructure, running in CI (GitHub Actions, GitLab CI), and agent integration (skills, MCP). Use when setting up acceptance testing for a service.",
      "url": "https://axx.nimbusxr.us/skills/axx-setup/SKILL.md",
      "files": [
        "SKILL.md",
        "references/error-codes.md"
      ]
    }
  ]
}
