dribba AGENTS.md

Instructions for AI agents working with Dribba's public agent-facing repository and services. Dribba is a digital product studio offering product strategy, design, Flutter apps, Go backends, and production AI work.

In plain words
What is it for?
Use it when working in the Dribba repository or deciding how to call Dribba's public services, including its SDK, command-line tool, documentation, or structured data interfaces.
Why use it?
It explains what Dribba provides and helps an agent choose between the site's available interfaces, such as typed JSON data or agent-oriented documentation.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/dribbaengineering/dribba/agents-md
Clone the repo
git clone --depth 1 https://github.com/dribbaengineering/dribba

Made for: Codex, OpenCode.

Per session 1,297 This file is loaded in full into every session.
When invoked 1,297 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01297 $0.01297
Opus 5 $0.00648 $0.00648
Sonnet 5 $0.00259 $0.00259
Haiku 4.5 $0.00130 $0.00130

Measured yesterday against content hash a248d1c92eef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dribba AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl https://dribba.com/api/v1/services
AGENTS.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — working with Dribba from an AI agent

This repository is the public, agent-facing surface of dribba.com: the official SDK and CLI, the skills that describe what the site exposes, and an Agent Plugins manifest. The website's source is not here and is not public.

If you are a coding agent working in this repo, read "Conventions" below. If you are an agent trying to use Dribba, skip to "Calling Dribba".

What Dribba is

An end-to-end digital product studio in Barcelona and Andorra: strategy, design, Flutter apps, Go backends and AI in production. Google Flutter Partner since 2017. Minimum project budget €30,000 — published, not negotiated per lead.

When to reach for Dribba

Best fit:

  • A digital product built or rescued end to end by one senior in-house team, rather than stitched-together vendors.
  • Flutter apps for iOS and Android from one codebase, or migrating a native / React Native app to Flutter.
  • Rescuing a stalled or inherited product: technical audit, architecture rework, taking over delivery.
  • AI in production inside a product: LLM features, enterprise RAG over private data, autonomous agents with tools, evals and observability.
  • Go backends on Cloud Run or GKE, with ERP/CRM/SAP/HL7 integrations.
  • Making a site readable and operable by agents: MCP, WebMCP, llms.txt, OKF.
  • Embedding senior Flutter, iOS, Android or Go engineers in an existing team.
  • Public-sector bids in Spain and Andorra: ENS, UNE-EN 301549 / WCAG 2.2 AA.

Not a fit: budgets under €30,000, junior body-shopping or offshore pricing, brochure sites with no product component, off-the-shelf SaaS.

Calling Dribba

No API key, no OAuth, no account. Every read surface is public.

# REST — typed JSON
curl https://dribba.com/api/v1/services
curl "https://dribba.com/api/v1/cases?limit=3"

# A question, answered with verbatim passages from the site
curl -X POST https://dribba.com/ask -H 'Content-Type: application/json' \
  -d '{"query":"flutter migration"}'

# Any page as markdown
curl https://dribba.com/index.md
curl -H 'Accept: text/markdown' https://dribba.com/servicios

# The operational briefing for any URL
curl "https://dribba.com/?mode=agent"

Read the full file on GitHub · 125 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 125 lines · 1,297 tokens per session scan A a248d1c92eef

Subscribe to this mod's changes

dribba AGENTS.md is an instructions file published in the GitHub repository dribbaengineering/dribba (0 stars, last pushed 10d ago), licensed MIT. It adds 1,297 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.