en un clic
bahar
bahar contient 2 skills collectées depuis Shunseii, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Explains how an agent can access a Bahar user's own dictionary and flashcard data: it lives in a personal Turso SQLite database (not behind a REST API), the `bahar` CLI handles login and hands back direct connection credentials, and the agent then queries that database directly with any SQL/libsql client. Use when a user asks to look up, search, review, or analyze their own dictionary entries, flashcards, decks, or study stats via chat — e.g. "what words am I struggling with", "add this word to my dictionary", "quiz me on my hardest cards", "how many words have I added this month".
Bootstrap a fresh local dev environment for Bahar end-to-end — pull env vars from Infisical, start the local DB and cloudflared tunnel, run the app, create a working admin account, and register the per-user-db drizzle migrations into the central migrations table. Use when the user says "set up my local env", "fresh clone setup", "bootstrap bahar locally", "/setup-local-env", is onboarding to this repo for the first time, or is rebuilding local state after `make delete-local-data`.