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.
npx agentmods add instructions/dribbaengineering/dribba/agents-mdgit clone --depth 1 https://github.com/dribbaengineering/dribbaWhat 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.
| Model | Per session | Once 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 |
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 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"
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.
- yesterday First seen · 125 lines · 1,297 tokens per session scan A a248d1c92eef
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.
Other instructions, from other repositories
blz AGENTS.md
Instructions for outfitter-dev/blz, covering blz repository instructions for ai agents, important, working memory, use blz and 🚀 quick start for agents.
Flyan AGENTS.md
AGENTS.md instructions for victorlane/Flyan, covering agents.md, what flyan is, layout, architectural seams and conventions.
claude-archive CLAUDE.md
Claude Code instructions for ofirbuchshtav-lgtm/claude-archive, covering the claude archive, what this place is, the loop (this is the law of the place), rules (non-negotiable) and map.
blz CLAUDE.md
Instructions for outfitter-dev/blz, a project described as: Local-first, line-accurate search for blazing-fast lookups of llms.txt documentation. Human-friendly, Agent-ready.
langgraph AGENTS.md
Instructions for langchain-ai/langgraph, covering agents instructions, corridor security analysis, libraries and dependency map.
technocore-chat AGENTS.md
Instructions for flop-labs/technocore-chat: CI runs exactly these — run them before pushing.