KS
Killer-Skills

fx-explore — how to use fx-explore how to use fx-explore, fx-explore connection management, fx-explore vs other dispatch libraries, fx-explore setup guide, fx-explore install for Twk apps, what is fx-explore, fx-explore alternative for Clojure, fx-explore documentation, fx-explore GitHub repository, fx-explore tutorial for developers

v1.0.0
GitHub

About this Skill

Perfect for Clojure-based AI Agents needing comprehensive effect and action discoverability in Twk apps fx-explore is a Clojure effect dispatch library with schema-driven discoverability, enabling efficient connection management for Twk apps.

Features

Operates on the dispatch function, created via `(s/create-dispatch [registries...])`
Provides schema-driven discoverability for available effects, actions, and placeholders
Supports effects dispatched as vectors, such as `[:myapp/save-user {:name "Alice"}]`
Utilizes Clojure for efficient connection management
Enables developers to explore available effects, actions, and placeholders
Requires GitHub repository access for further development and customization

# Core Topics

brianium brianium
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add brianium/sfere/fx-explore

Agent Capability Analysis

The fx-explore MCP Server by brianium is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use fx-explore, fx-explore connection management, fx-explore vs other dispatch libraries.

Ideal Agent Persona

Perfect for Clojure-based AI Agents needing comprehensive effect and action discoverability in Twk apps

Core Value

Empowers agents to discover and understand available effects, actions, and placeholders via the dispatch function, utilizing schema-driven discoverability and operating on vectors like [:myapp/save-user {:name "Alice"}] in Sandestin effect dispatch library

Capabilities Granted for fx-explore MCP Server

Discovering available effects in Twk apps
Understanding actions and placeholders in Clojure-based dispatch libraries
Debugging effect dispatch issues using schema-driven discoverability

! Prerequisites & Limits

  • Requires creation of a dispatch function via (s/create-dispatch [registries...])
  • Specific to Sandestin effect dispatch library
  • Operates on dispatch function, not registries
Project
SKILL.md
2.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Sandestin Effect Explorer

Discover and understand available effects, actions, and placeholders.

Important: All discoverability functions operate on the dispatch function, not registries. You must first create a dispatch via (s/create-dispatch [registries...]) before using these functions.

About Sandestin

Sandestin is a Clojure effect dispatch library with schema-driven discoverability. Effects are dispatched as vectors like [:myapp/save-user {:name "Alice"}].

GitHub: https://github.com/brianium/sandestin

Check if Installed

Look for the dependency in deps.edn:

clojure
1io.github.brianium/sandestin {:git/tag "v0.3.0" :git/sha "2be6acc"}

Install if Missing

Add to deps.edn under :deps:

clojure
1{:deps 2 {io.github.brianium/sandestin {:git/tag "v0.3.0" :git/sha "2be6acc"}}}

Workflow

1. Find the Dispatch

Search for create-dispatch to locate the project's dispatch namespace.

2. Explore via REPL

clojure
1(require '[ascolais.sandestin :as s]) 2(require '[<dispatch-ns> :refer [dispatch]]) 3 4;; List everything 5(s/describe dispatch) 6 7;; Filter by type 8(s/describe dispatch :effects) 9(s/describe dispatch :actions) 10(s/describe dispatch :placeholders) 11 12;; Search by keyword 13(s/grep dispatch "user") 14(s/grep dispatch #"save|create") 15 16;; Get details on specific item 17(s/describe dispatch :some.ns/effect-name) 18 19;; Generate sample invocation 20(s/sample dispatch :some.ns/effect-name) 21 22;; See system requirements 23(s/system-schema dispatch)

Output Format

Summarize findings:

### Effects

**:myapp.db/query** - Execute a SQL query
  Requires: [:datasource]
  Example: [:myapp.db/query "SELECT * FROM users" 42]

### Actions

**:myapp.user/create** - Create user and send welcome email
  Expands to: db insert + email send

Key Functions

FunctionPurpose
(s/describe dispatch)List all items
(s/describe dispatch :key)Details for specific item
(s/grep dispatch "pattern")Search by string/regex
(s/sample dispatch :key)Generate sample data
(s/system-schema dispatch)System requirements

Related Skills

Looking for an alternative to fx-explore or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication