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 rules/bonnard-data/bonnard-cli/bonnard-metabase-migrategit clone --depth 1 https://github.com/bonnard-data/bonnard-cliWhat 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.00048 | $0.02299 |
| Opus 5 | $0.00024 | $0.01149 |
| Sonnet 5 | $0.00010 | $0.00460 |
| Haiku 4.5 | $0.00005 | $0.00230 |
Grade A, and why
bonnard-metabase-migrate scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Migrate from Metabase to Bonnard
This skill guides you through analyzing an existing Metabase instance and building a semantic layer that replicates its most important metrics. Walk through each phase in order, confirming progress before moving on.
Phase 1: Connect to Metabase
Set up a connection to the Metabase instance:
bon metabase connect
This prompts for the Metabase URL and API key. The API key should be created in Metabase under Admin > Settings > Authentication > API Keys. An admin-level key gives the richest analysis (permissions, schema access).
Phase 2: Analyze the Instance
Generate an intelligence report that maps the entire Metabase instance:
bon metabase analyze
This writes a report to .bon/metabase-analysis.md. Read it carefully — it
drives every decision in the remaining phases.
How to interpret each section
| Report Section | What It Tells You | Action |
|---|---|---|
| Most Referenced Tables | Tables used most in SQL queries | Create cubes for these first — they are the core of the data model |
| Top Cards by Activity | Most-viewed questions/models | analytical cards (GROUP BY + aggregation) map to measures; lookup cards indicate key filter dimensions; display cards can be skipped |
| Common Filter Variables | Template vars ({{var}}) used across 3+ cards |
These must be dimensions on relevant cubes |
| Foreign Key Relationships | FK links between tables | Define joins between cubes using these relationships |
| Collection Structure | How users organize content by business area | Map each top-level collection to a view (one view per business domain) |
| Dashboard Parameters | Shared filters across dashboards | The most important shared dimensions — ensure they exist on relevant cubes |
| Table Inventory | Field counts and classification per table | Field classification (dims/measures/time) guides each cube definition; tables with 0 refs can be deprioritized |
| Schema Access | Which schemas non-admin groups can query | Focus on user-facing schemas — skip admin-only/staging schemas |
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 · 277 lines · 48 tokens per session scan A f20d99b5463a
bonnard-metabase-migrate is a cursor rule published in the GitHub repository bonnard-data/bonnard-cli (50 stars, last pushed 2mo ago), licensed MIT. It adds 48 tokens to every session and 2,299 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
cursor-asdd
ASDD contribution rules for this repository.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
typescript
Changes to these high-fan-out internals can affect every message, delta, element, or rerun. Keep work in them minimal, and benchmark changes with representative stress-test apps.
coolify-ai-docs
Master reference to all Coolify AI documentation in .ai/ directory.
python_lib
Tips and guidelines specific to the development of the Streamlit Python library, not applicable to scripts and e2e tests.