What problem does it solve?
This skill prevents agent failures caused by guessing infrastructure flags, resource schemas, or library signatures by forcing the agent to query the toolchain's own deterministic oracles before authoring code.
Core Features & Use Cases
- Tiered Oracle Protocol: Executes a structured, tool-keyed verification process ranging from static analysis (type checkers, plan/validate commands) to runtime probes.
- Contract Grounding: Ensures that every generated CLI flag, IaC resource, or library call is verified against the actual installed version of the environment.
- Use Case: Before writing Terraform code for an unfamiliar provider, the agent uses this skill to pull the machine-readable schema slice and verify the resource's immutability rules, preventing deployment failures.
Quick Start
Use the contract-acquisition skill to verify the resource schema and required flags for the AWS S3 bucket resource before generating the Terraform configuration.