Agent Claude Code
Read-only code review agent. Catches type issues, pattern violations, missing tests. Cannot modify files.
Agent Claude Code
Read-only code review agent. Catches type issues, pattern violations, missing tests. Cannot modify files.
Agent Claude Code
Run tests, analyze failures, suggest fixes. Use after code changes.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From adaline/gateway.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From adaline/gateway.
Hook Claude Code
Runs when the agent sends a notification, running an inline shell check. From adaline/gateway.
Settings file Claude Code
Agent settings declaring 3 hook events (PostToolUse, PreToolUse, Notification) and 23 allowed tools.
Skill Claude CodeCodex
Add a new model to an existing provider.
Skill Claude CodeCodex
Review a provider implementation for correctness and consistency with other providers.
Cursor rule Cursor
The gateway core module is the central orchestrator that handles AI provider requests, manages caching, queuing, and provides unified interfaces for chat completion, embeddings, and tool responses.
Cursor rule Cursor
This is a TypeScript-based AI gateway service that provides unified interfaces for multiple AI providers (OpenAI, Anthropic, Google, etc.) with features like caching, queuing, analytics, and telemetry.
Cursor rule Cursor
The provider package defines the core interfaces and base classes that all AI providers must implement. It provides a unified abstraction layer for different AI services.
Cursor rule Cursor
The core providers module contains concrete implementations of AI provider integrations (Anthropic, OpenAI, Google, etc.) that implement the provider interfaces defined in the provider package.
Cursor rule Cursor
The types package contains shared type definitions, Zod schemas, and interfaces used across the entire Adaline Gateway ecosystem. This package serves as the single source of truth for all data structures.
Instructions file CodexOpenCode
Instructions for adaline/gateway, covering agents.md, stack, working agreement, repository map and commands.
Instructions file
Instructions for adaline/gateway, covering claude.md - adaline gateway, project overview, tech stack, repository structure and common commands.
Plugin Claude Code
Plugin marketplace listing 1 plugin: skills.
Plugin Claude Code
Skills for Adaline platform integration: logging traces and spans, managing prompts, datasets, evaluators, evaluations, deployments, and AI providers via API and SDKs.
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From adaline/skills.
Hook Claude Code
Runs when the agent sends a notification, running an inline shell check. From adaline/skills.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, Notification) and 13 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for adaline/skills, covering adaline skills, what is adaline, what this repo is, skills and repository structure.
Instructions file
Claude Code instructions for adaline/skills, a project described as: Skills that guide AI coding agents to integrate with the Adaline platform — send traces, manage prompts, run evaluations, fetch deployments, and more. Compatible with Cursor, Claude Code, Codex, Windsurf, and 40+ other agents.
Skill Claude CodeCodex
Create and manage evaluation datasets in Adaline. Use when building test cases, adding dataset columns/rows, importing data, or triggering dynamic columns.
Skill Claude CodeCodex
Fetch deployed prompt snapshots from Adaline at runtime. Use when integrating prompt deployments, environment-based latest lookups, prompt caching, or pinned deployment IDs.