Toolverse
All skills

clojure-write

by metabase

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
metabase
Category
Backend
Views
86

About this skill

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

How to use

  1. Upewnij się, że masz dostęp do narzędzi clojure-mcp (takich jak clojure_eval i clojure_edit) w swoim środowisku. Te narzędzia zapewniają bezpośrednią integrację z REPL i lepsze komunikaty błędów niż polecenia shell.

  2. Zacznij od zdefiniowania najmniejszych, podstawowych funkcji potrzebnych do Twojego zadania. Rozłóż wymagane funkcjonalności na najmniejsze możliwe jednostki, które można rozwijać i testować niezależnie.

  3. Napisz i przetestuj każdą funkcję bezpośrednio w REPL. Testuj ją z różnymi danymi wejściowymi, uwzględniając typowe przypadki użycia oraz przypadki brzegowe, aby upewnić się, że działa poprawnie.

  4. Gdy funkcja będzie działać prawidłowo w REPL, przenieś ją do plików kodu źródłowego w odpowiednich przestrzeniach nazw (namespaces).

  5. Buduj bardziej złożone funkcje poprzez komponowanie już przetestowanych funkcji podstawowych. Testuj każdą nową kompozycję w REPL, aby weryfikować poprawność krok po kroku.

  6. Pamiętaj, aby każda funkcja była w pełni przetestowana w REPL zanim będzie używana jako zależność przez inne funkcje. To zapewnia niezawodność każdej warstwy aplikacji przed budowaniem na niej dalszych rozwiązań.

Related skills

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664