Instructions file GitHub Copilot
Instructions for aerospike/agent-skills: For a short overview and read order, see AGENTS.md at the repository root and the skill index skills/README.md.
Instructions file GitHub Copilot
Instructions for aerospike/agent-skills: For a short overview and read order, see AGENTS.md at the repository root and the skill index skills/README.md.
Instructions file CodexOpenCode
Instructions for aerospike/agent-skills, covering ai assistant guidance (tool-agnostic), when to use these instructions, read order and humans.
Instructions file
Instructions for aerospike/agent-skills: Start with AGENTS.md for routing and read order across skills.
Skill Claude CodeCodex
Work with the Aerospike core database end to end — run a local instance with Docker and verify a first write and read, build or review client code with the official SDKs (Python, Node.js, Go, Java, C#), and design or review a data model, whether from requirements or against a schema that already exists. Covers…
Skill Claude CodeCodex
Designs a new Aerospike data model from requirements, producing a schema guide and schema summary: record granularity, key design, bin structure, relationship and consolidation decisions, and index strategy. Use when no schema exists yet, when redesigning an existing model, or when reviewing a proposed schema for…
Skill Claude CodeCodex
Guides Aerospike application development with official clients for Java/Go/Python/C#/Node.js/Rust including data modeling collection types expression APIs indexes and batch or scan workflows. Use when users build or review client code or tune data access against a model that already exists. For greenfield model design…
Skill Claude CodeCodex
Getting started with Aerospike Database locally and in application code: run Docker, install official client SDKs (Python, Node.js, Go, Java, C#), verify put/get, and learn defaults. Covers namespaces, ports, TTL/NSUP, and Community vs Enterprise images. Use when the user is new to Aerospike, starts local development…