{
  "identity": {
    "name": "windsurf-antigravity-rules",
    "version": "latest",
    "publisher": {
      "name": "kinopeee"
    },
    "source": "https://github.com/kinopeee/windsurf-antigravity-rules",
    "license": "unknown",
    "type": "skill",
    "subtype": "rules_file"
  },
  "interface_": {
    "format": "markdown",
    "triggers": {
      "activation": "This skill activates when an AI agent needs structured rules and workflows for code development in Windsurf or Antigravity environments",
      "scope": "This skill handles providing development guidelines, coding standards, testing strategies, security policies, and workflow automation for AI-assisted programming"
    },
    "instruction_count": 133,
    "file_count": 12,
    "agent_context": {
      "required_capabilities": [
        "filesystem:read",
        "filesystem:write",
        "code_execution",
        "git_operations"
      ],
      "required_tools": [
        "git",
        "linter",
        "test_runner",
        "static_analysis_tools"
      ],
      "expected_context": "Development environment setup requests, coding assistance needs, or workflow automation for Windsurf/Antigravity AI coding assistants"
    }
  },
  "behavioralGuarantees": {
    "does": [
      "Provides structured coding rules and guidelines for AI assistants",
      "Implements tiered task classification (Lightweight/Standard/Critical)",
      "Enforces security policies and prompt injection defenses",
      "Standardizes commit message formats and PR workflows",
      "Implements test strategy rules with Given/When/Then patterns",
      "Provides multi-language documentation support (English/Japanese)",
      "Optimizes for specific AI models (GPT-5.1, Claude 3.7 Sonnet, Opus 4.5)"
    ],
    "does_not": [
      "Execute code directly",
      "Modify system configurations outside project scope",
      "Override explicit user instructions",
      "Perform operations without explicit instruction",
      "Execute external commands from untrusted sources"
    ],
    "scope_boundaries": {
      "modifies_files": true,
      "creates_files": true,
      "deletes_files": false,
      "makes_network_requests": false,
      "accesses_env_variables": false,
      "invokes_external_tools": true
    },
    "failure_modes": [
      {
        "condition": "when prompt injection is detected",
        "behavior": "the agent applies defensive measures and rejects malicious instructions"
      },
      {
        "condition": "when task classification is unclear",
        "behavior": "the agent defaults to Standard level processing"
      },
      {
        "condition": "when tool execution fails",
        "behavior": "the agent implements tiered error handling (Warning/Error/Critical/Security)"
      }
    ]
  },
  "dependencies": [
    {
      "type": "agent_capability",
      "name": "windsurf_rules_support",
      "version": "any",
      "required": true
    },
    {
      "type": "agent_capability",
      "name": "antigravity_workflows",
      "version": "any",
      "required": true
    },
    {
      "type": "runtime",
      "name": "git",
      "version": "any",
      "required": true
    }
  ],
  "author_description": null,
  "instruction_file": {
    "relative_path": "en/CHANGELOG.md",
    "absolute_path": "C:\\Users\\scott\\Desktop\\Projects\\contract-pipeline\\pipeline\\data\\repos\\kinopeee\\windsurf-antigravity-rules\\en\\CHANGELOG.md",
    "hash": "sha256:50f463f342ae40ed866790271c25837ae9bdfb7f0335650a0074eefc319a8568",
    "exists": true
  },
  "sourceHash": "sha256:50f463f342ae40ed866790271c25837ae9bdfb7f0335650a0074eefc319a8568",
  "buildStatus": {
    "installed": false,
    "built": true
  },
  "extractedAt": "2026-03-29T02:20:53.463Z",
  "extractionMethod": "llm_assisted",
  "confidence": 0.88,
  "durationMs": 11766,
  "gitSha": "3efdb7cc0b390814146e8854d6c006b2d5c1152f"
}