fx-explore

Describe, grep, and sample Sandestin effects on dispatch namespaces.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/brianium/tsain --skill fx-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fx-explore
Source: https://github.com/brianium/tsain/tree/main/.claude/skills/fx-explore
Command: npx skills add https://github.com/brianium/tsain --skill fx-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers discover and understand Sandestin effects, actions, and placeholders in their dispatch space.

Core Features & Use Cases

  • Describe: List all registered effects, actions, and placeholders for a dispatch namespace.
  • Grep and Sample: Search by keyword and generate sample invocations to understand usage.
  • System Schema: Inspect system requirements for the dispatch integration.

Quick Start

Start by creating a dispatch with (s/create-dispatch [registries...]), then run: (s/describe dispatch) (s/grep dispatch "user") (s/sample dispatch :some.ns/effect-name) Then check system requirements with (s/system-schema dispatch).

Frequently Asked Questions about fx-explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all registered Sandestin effects and actions in a dispatch namespace?

To list all registered Sandestin effects and actions in a dispatch namespace, use the describe function on the dispatch object created via create-dispatch. This provides a complete inventory of available effects, actions, and placeholders.

How do I search for a specific effect or action by keyword in Sandestin?

You can search for a specific effect or action by keyword in Sandestin using the grep function. Pass the dispatch namespace and the search term to filter and locate relevant effects for your integration.

Can I generate sample invocations for Sandestin effects to understand usage?

Yes, you can generate sample invocations for Sandestin effects to understand their usage. Use the sample function with the dispatch namespace and the specific effect name to produce an example invocation.

How do I check system requirements for a Sandestin dispatch integration?

To check system requirements for a Sandestin dispatch integration, use the system-schema function on the dispatch object. This inspects the system requirements needed for compatibility.

What do I need to do before exploring Sandestin effects and placeholders?

Before exploring Sandestin effects and placeholders, you need to create a dispatch namespace. Initialize it using create-dispatch with the necessary registries before running exploration functions like describe or grep.