Skip to main content

AI coding terms

AI Coding Glossary

The complete 2026 vocabulary of AI coding, SKILL.md, MCP, subagents, agent teams, Claude Code, Antigravity, Kiro, spec-driven development, slash commands, hooks, and more. Updated as the field evolves.

A9 terms

AEO (Answer Engine Optimization)

answer engine optimization

The practice of optimizing content so AI answer engines (Google AI Overview, ChatGPT, Perplexity, Claude, Gemini) cite it directly in their responses.

Agent Loop

react loop, reason-act-observe loop

The core iteration cycle of an AI agent: think → call a tool → observe the result → think again, repeating until the task is done or a halt condition fires.

Agent Orchestration

agent orchestrator, multi-agent orchestration

The layer that plans, dispatches, and supervises one or more AI agents, deciding which subagent runs when, how outputs flow between them, and when to halt.

Agent Skills Marketplace

skills marketplace, ai skills marketplace

A registry of installable AI agent skills following the SKILL.md standard, skills-hub.ai indexes 4,900+ skills from 100+ sources, with one-command install across every major AI coding tool.

Agent Skills Standard

agent skills spec, skill.md standard

The open standard that defines SKILL.md as a portable AI instruction format across every major AI coding tool.

Agent Teams

ai agent teams, multi-agent

A pattern where multiple specialized AI subagents collaborate on a task, typically implementing, testing, reviewing, and shipping in parallel.

AI Coding Agent

coding agent, ai agent

An AI system that takes multi-step autonomous actions in a codebase, reading files, running commands, calling tools, to complete a high-level task.

AI Overview (Google SGE)

sge, search generative experience

Google's AI-generated summary that appears above traditional search results, synthesizing answers from multiple cited sources.

AWS Kiro

kiro, aws kiro

AWS's spec-driven AI IDE, write a clear specification first, then let the agent implement to spec, powered by Amazon Bedrock.

S9 terms

Scheduled Tasks

claude code cron, scheduled agent runs

Claude Code's cron-style background agent runs, execute skills on a schedule without keeping a terminal open.

Schema Markup (JSON-LD)

json-ld, structured data

Structured data embedded in a page's HTML that tells search engines and AI clients what the content represents, Article, FAQ, Product, Recipe, Person, Organization, etc.

Skill (Agent Skill)

agent skill, ai skill

A reusable, versioned, natural-language instruction set for AI coding assistants, packaged as a SKILL.md file with YAML frontmatter.

Skill Marketplace

agent skills marketplace, ai skills registry

A public registry of AI agent skills you can install in one command, skills-hub.ai is the largest with 4,900+ skills from 100+ sources.

SKILL.md

skill markdown, agent skills format

The file format of the open Agent Skills standard, Markdown with YAML frontmatter that defines a portable AI instruction set.

Slash Command

/command, ai slash command

A user-typed `/name` in an AI coding tool that triggers a registered skill, prompt, or built-in action.

Spec-Driven Development

spec-first development, specification-driven

An AI coding pattern where you write a clear specification first, then let the agent implement to spec, the inverse of vibe-coding.

Subagent

sub-agent, claude code subagent

An isolated, parallel AI agent spawned by a parent agent for a specific specialized task, each with its own context window and tool access.

SWE-bench

swe bench, software engineering benchmark

The benchmark suite for measuring AI agents on real-world software engineering tasks, fix this GitHub issue, given the repo and tests. Top variants: SWE-bench Verified (humans confirmed solvability), SWE-bench Lite, SWE-bench Multimodal.