adaline

30 mods across 2 repositories, 609 stars between them.

code-reviewer

01

adaline/gateway

Agent Claude Code

Read-only code review agent. Catches type issues, pattern violations, missing tests. Cannot modify files.

605 1mo ago A 25 tokens original MIT

test-runner

02

adaline/gateway

Agent Claude Code

Run tests, analyze failures, suggest fixes. Use after code changes.

605 1mo ago A 18 tokens original MIT

PostToolUse

03

adaline/gateway

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From adaline/gateway.

605 1mo ago A tokens not measured original MIT

PreToolUse

04

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.

605 1mo ago A tokens not measured original MIT

Notification

05

adaline/gateway

Hook Claude Code

Runs when the agent sends a notification, running an inline shell check. From adaline/gateway.

605 1mo ago A tokens not measured original MIT

gateway

06

adaline/gateway

Settings file Claude Code

Agent settings declaring 3 hook events (PostToolUse, PreToolUse, Notification) and 23 allowed tools.

605 1mo ago C tokens not measured original MIT

add-model

07

adaline/gateway

Skill Claude CodeCodex

Add a new model to an existing provider.

605 1mo ago A 11 tokens original MIT

review-provider

08

adaline/gateway

Skill Claude CodeCodex

Review a provider implementation for correctness and consistency with other providers.

605 1mo ago A 14 tokens original MIT

gateway

09

adaline/gateway

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.

605 1mo ago A 0 tokens original MIT

main

10

adaline/gateway

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.

605 1mo ago A 3,683 tokens original MIT

provider

11

adaline/gateway

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.

605 1mo ago A 0 tokens original MIT

providers

12

adaline/gateway

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.

605 1mo ago A 0 tokens original MIT

types

13

adaline/gateway

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.

605 1mo ago A 0 tokens original MIT

gateway AGENTS.md

14

adaline/gateway

Instructions file CodexOpenCode

Instructions for adaline/gateway, covering agents.md, stack, working agreement, repository map and commands.

605 1mo ago A 502 tokens original MIT

gateway CLAUDE.md

15

adaline/gateway

Instructions file

Instructions for adaline/gateway, covering claude.md - adaline gateway, project overview, tech stack, repository structure and common commands.

605 1mo ago A 1,196 tokens original MIT

adaline

16

adaline/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: skills.

4 3mo ago A tokens not measured

skills

17

adaline/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.

4 3mo ago A tokens not measured

PreToolUse

18

adaline/skills

Hook Claude Code

Runs before the agent uses a tool for Edit and Write tool calls, running an inline shell check. From adaline/skills.

4 3mo ago A tokens not measured

Notification

19

adaline/skills

Hook Claude Code

Runs when the agent sends a notification, running an inline shell check. From adaline/skills.

4 3mo ago A tokens not measured

skills

20

adaline/skills

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, Notification) and 13 allowed tools.

4 3mo ago C tokens not measured

skills AGENTS.md

21

adaline/skills

Instructions file CodexOpenCode

AGENTS.md instructions for adaline/skills, covering adaline skills, what is adaline, what this repo is, skills and repository structure.

4 3mo ago A 867 tokens

skills CLAUDE.md

22

adaline/skills

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.

4 3mo ago A 4 tokens

adaline-datasets

23

adaline/skills

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.

4 3mo ago A 34 tokens

adaline-deployments

24

adaline/skills

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.

4 3mo ago A 36 tokens