datatorag
01Plugin Claude Code
Plugin marketplace listing 1 plugin: datatorag.
Plugin Claude Code
Plugin marketplace listing 1 plugin: datatorag.
Plugin Claude Code
Connect Claude to Google Workspace, Atlassian, and more via MCP.
Agent Claude Code
Content-coverage agent. Dispatch with a diff range or "what shipped since " to check that changelog and blog cover every user-visible change, and to draft missing entries/posts. Returns drafts for review — never publishes or commits on its own.
Agent Claude Code
Implementation agent for this repo. Dispatch with a task brief to build features or fixes following the codebase's documented patterns. Loads codebase-map plus the relevant domain skill, follows TDD, runs tests and typecheck, reports actual output. Never pushes.
Agent Claude Code
Verification agent. Dispatch after implementation (or deploy) to prove a change works — test plan from the change's touchpoints, full suite + typecheck + build, dev-server render checks, prod smoke checks when asked, gap tests for missing coverage. Reports pass/fail with real output.
Agent Claude Code
Security gate for this PUBLIC repo. MUST be run on the outgoing diff before every git push and before every production deploy. Reviews changes for leaked secrets, sensitive internal information, and security regressions. Returns PASS or BLOCK with findings.
Hook Claude Code
Runs before the agent uses a tool for Bash and mcp__plugin_neon_neon__.* tool calls, executing pattern-check-on-push.mjs and db-guard.py via node (2 commands). From datatorag/mcp-gateway.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Skill Claude CodeCodex
Use when writing or editing blog articles for DataToRAG. Ensures content reads as genuinely human-written by avoiding AI patterns and enforcing natural voice, specific detail, and clear opinion.
Skill Claude CodeCodex
Load FIRST for any datatorag-mcp work — the architecture map. Monorepo layout, gateway request flow, OAuth/token flows, content systems, key decisions with the why, invariants, and a where-things-live index, so you don't re-explore the source.
Skill Claude CodeCodex
Use to run read-only psql queries against the DataToRAG Postgres database — local dev or production. Pulls connection details from the agent's private memory; never references infrastructure secrets in this file (it lives in a public repo). Defaults read-only; flags destructive operations.
Skill Claude CodeCodex
Use when deploying the DataToRAG MCP gateway to production. Handles SSH into the server, git pull, Docker rebuild, health check, and optional plugin reinstall.
Skill Claude CodeCodex
Use when adding or changing gateway functionality in datatorag-mcp — API routes, dashboard pages, gateway capabilities, usage/billing events, DB schema. Recipes with file paths and wiring steps, plus test patterns and the ship ritual.
Skill Claude CodeCodex
Use when developing the gws-mcp plugin repo (/git/gws-mcp) — adding or changing Google Workspace tools. Tool-definition patterns, client/auth model, manifest, build chain, and the ship tail back into the gateway (plugin update, docs, changelog).
Skill Claude CodeCodex
Use to revise text and remove AI writing patterns. Identifies 24 specific tells (filler verbs, fake-depth participles, weasel words, em-dash overuse, sycophantic tone, etc.), provides before/after rewrites for each, and includes a final self-critique pass. Complements blog-writing by going deeper on sentence-level…
Skill Claude CodeCodex
Produce a 60-90s vertical BRAND explainer for DataToRAG using the Voyager-style pipeline (script → ElevenLabs v3 voiceover → Claude Design React build → render → ffmpeg mux). Scope is abstract brand pieces in the Voyager/navy house style; anything that shows real product UI renders via the product-capture skill…
Skill Claude CodeCodex
Use when diagnosing or operating the datatorag-mcp production gateway — plugin update/re-discovery, OAuth token failures, container issues, health checks. Placeholder-form runbook; live values come from private memory (like db-query).
Skill Claude CodeCodex
Writing anything a person outside the company reads — transactional and lifecycle email, in-product strings, form and error copy. Use before drafting a single line of it. Covers whose voice it is, the claim rules, where each surface's copy lives, and who signs off.
Skill Claude CodeCodex
Keep the datatorag-hq parent session current. Use when work lands, a decision is needed, a blocker appears, or a brief's premise turns out to be wrong — HQ cannot see this session's tool output, so anything not sent up did not happen as far as it knows.
Skill Claude CodeCodex
Review a diff against THIS repo's established patterns before it ships — the repo-aware counterpart to the generic /simplify. Use when a change is written and you want it checked for pattern drift, duplicated sources of truth, and copies that diverged from the sibling they were pasted from. Runs a deterministic check…
Skill Claude CodeCodex
Use when producing product screenshots, docs/blog imagery, ad stills, or UI recordings. Remotion project at tools/capture renders the REAL gateway components (imported, never copied), so captures cannot drift from the product. Replaces screenshot pipelines and the animated-slideshow promo approach for anything showing…
Skill Claude CodeCodex
SUPERSEDED (2026-07-26) — do not use for new work. The Claude Design scene-by-scene approach produces an animated slideshow, which Manuel rejected for product content. Use the product-capture skill (Remotion, real components) instead. Kept only as a record of the earlier technique.
Skill Claude CodeCodex
Use when touching datatorag-mcp's third-party integrations — Brevo email lifecycle, Slack (Dara bot), Stripe, PostHog analytics, or the track/digest event pipeline. Patterns, event flows, and masking rules per service.
Skill Claude CodeCodex
Use when adding or editing datatorag.com content or pages — blog posts, changelog entries, docs pages, landing sections. Owns the code side (frontmatter contracts, parser libs, page conventions); pair with blog-writing/humanizer for prose.