Skill Claude CodeCodex
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling.
77 tagged clojure, measured the same way as everything else here.
Browse within: bi 20business-intelligence 20businessintelligence 20dashboard 20dotfiles 19neovim 19vim 19xmonad 19clojurescript 14vscode 11beagle 8eventsourcing 8language 8metaprogramming 8
Skill Claude CodeCodex
Efficiently add Malli schemas to API endpoints in the Metabase codebase with proper patterns, validation timing, and error handling.
Skill Claude CodeCodex
Add OpenTelemetry tracing spans to Clojure code following Metabase tracing conventions. Use when instrumenting backend code with trace coverage.
Skill Claude CodeCodex
Migrate Emotion styled-components to Mantine components with style props and CSS modules. Use when converting .styled.tsx files or removing @emotion imports from components.
Skill Claude CodeCodex
Joyride extension internals — subsystem contracts, state architecture, activation sequences, and namespace reference. Use when: modifying core extension code, debugging state issues, working with app-db or SCI context, understanding activation or script execution flow, investigating nREPL or when-context behavior, or…
Skill Claude CodeCodex
Joyride User scope scripting — scripts and source files in /.config/joyride/. Covers user activation scripts, global keyboard shortcuts, disposable management, and npm dependencies. Use when: creating or editing User scripts/source files, setting up useractivate.cljs, or configuring global keybindings.
Skill Claude CodeCodex
Joyride core — REPL evaluation, async patterns, VS Code API access, Flares, JS interop, and available libraries. Use when: working with Joyride evaluation, writing ClojureScript in any Joyride context, creating Flares/WebViews, exploring VS Code APIs via the REPL, or using joyrideevaluatecode.
Skill Claude CodeCodex
Read, write, and validate Grain's service-area-first Event Model topology. Use for defeventmodel EDN, Grain CQRS blocks and flows, live registry reconciliation, boot mandates, or :grain/allium trace links. Event Model describes topology only; route observable behavioural rules and test obligations to Allium.
Skill Claude CodeCodex
Build or update Grain's interactive component genome. Use when regenerating scripts/genome/grain-genome.html, resolving genome coverage warnings after component or macro changes, editing the taste overlay, or visually verifying component placement. Keep repository facts deterministic and human placement/description…
Skill Claude CodeCodex
Drive a Grain engineering goal through one composed Allium and Event Model loop. Use for Grain features, specification work, implementation, reconciliation, or when the user invokes Grain as the entry point. Delegate observable behaviour to installed Allium skills and add Grain service-topology work; continue until…
Skill Claude CodeCodex
Extract help-center (ohjeet) articles from LIPAS YouTube tutorial videos using Gemini's native video understanding, consolidate them into task-sized help pages, translate to sv/en, and publish to the help CMS (which feeds the AI-assistant knowledge base). Use when turning tutorial videos or guide PDFs into ohjeet…
Skill Claude CodeCodex
Run end-to-end scenarios against a live LIPAS dev system. Use when verifying a user-visible flow works correctly across DB, Elasticsearch, app-db, and DOM. Covers municipality-user flows (create/update sports facility) and grows from there.
BetterThanTomorrow/calva-backseat-driver
Skill Claude CodeCodex
Backseat Driver extension internals — Ex framework contracts, app-db state architecture, MCP socket server lifecycle, enrichment system, Datascript output log, activation sequences, and namespace reference. Use when: modifying core extension code, debugging state issues, working with app-db or Ex framework…
BetterThanTomorrow/calva-backseat-driver
Skill Claude CodeCodex
Effective use of the Backseat Driver extension and its tools for Clojure interactive programming. Use when: working in Clojure (including all dialects and runtimes) project, be it reading, planning, developing, or evaluating code in the REPL, looking up function documentation or ClojureDocs examples, choosing REPL…
BetterThanTomorrow/calva-backseat-driver
Skill Claude CodeCodex
Testing strategies for Calva Backseat Driver MCP tools. Use when: Testing Backseat Driver, validating tool updates, testing structural editing workflows, verifying REPL evaluation with who-tracking, testing shadow-cljs runtime discovery and targeting, testing output log filtering, testing load-file tool, smoke testing…
Skill Claude CodeCodex
Use whenever writing, editing, or debugging Beagle source in any project: files with a current Beagle extension (beagle langs --view extensions), files beginning with #lang beagle, or anything under /code/beagle. Establishes proportional authoring-loop health, typed-Lisp semantic leverage, strict foreign boundaries…
Skill Claude CodeCodex
Detailed graph-edit verbs, lossless projection commands, relational program reads, Datalog entry points, and scope limits for code-as-facts. Load when code-as-facts-distilled routes here or the user explicitly requests details.
Skill Claude CodeCodex
Detailed Beagle Store RPC commands, recursive Term and occurrence semantics, paging limits, query relations, generated-source authority, and executable examples. Load when store-modeling-distilled routes here or the user explicitly requests those details.
Skill Claude CodeCodex
Create a new git commit for staged changes. Use when the user asks to commit staged changes with an auto-generated Conventional Commits message, or when Claude Code itself wants to run git commit.
Skill Claude CodeCodex
Create a GitHub issue with an auto-generated description. Use when the user asks to open an issue for a bug, feature request, or task.
Skill Claude CodeCodex
Create a pull request with an auto-generated description. Use when the user asks to open a PR for the current branch's changes.
J0hnG4lt/metabase-flightsql-driver
Skill Claude CodeCodex
Develop and debug the Metabase Arrow Flight SQL driver — edit/rebuild/redeploy cycle, connection pooling and connection-options gotchas, auth modes, secret-typed properties, feature flags, and known failure signatures. Use whenever modifying src/metabase/driver/arrowflightsql.clj or resources/metabase-plugin.yaml, or…
J0hnG4lt/metabase-flightsql-driver
Skill Claude CodeCodex
Drive the local Metabase (localhost:3000) via REST API or MCP — API keys, database/card/dashboard endpoints, field filters with table aliases, dashboard parameter wiring. Use when scripting Metabase state, validating e2e results, or debugging cards/dashboards in the compose stack.
J0hnG4lt/metabase-flightsql-driver
Skill Claude CodeCodex
Generate a use-case tutorial for the Arrow Flight SQL driver end-to-end — deploy a backend PoC, provision demo content in Metabase, auto-capture real screenshots with Playwright, and write the tutorial markdown. Use when asked to "write a tutorial", "add a use-case doc", "generate docs with screenshots", or extend…
brackendev/clojurescript-skills
Skill Claude CodeCodex
Fix a ClojureScript project (lint, format, test, advanced, dry); format writes by default.