Effect Ts
Effect Ts allows you to precisely control and manipulate game effects by tokenizing their properties for granular adjustments and automation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add effect-ts npx -- -y @trustedskills/effect-ts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"effect-ts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/effect-ts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The effect-ts skill provides functional reactive programming capabilities to AI agents. It enables the creation of data streams and transformations, allowing for asynchronous operations and side effects to be managed in a predictable and composable way. This facilitates building more complex agent behaviors that react to changes in data or environment over time.
When to use it
- Real-time Data Processing: When your agent needs to respond to continuously updating information, like stock prices or sensor readings.
- Asynchronous Task Management: To orchestrate multiple asynchronous operations (e.g., API calls) and handle their results gracefully.
- Building Reactive UIs: When creating user interfaces where elements need to update automatically based on data changes.
- Managing Side Effects: To control and coordinate actions that affect the external world, such as writing to a database or sending notifications.
Key capabilities
- Functional reactive programming (FRP)
- Data stream creation and transformation
- Asynchronous operation handling
- Side effect management
- Composable operators for data processing
Example prompts
- "Create a stream of temperature readings from the sensor, and alert me when it exceeds 30 degrees Celsius."
- "Combine two API calls – one to get user details and another to fetch their order history – and display them together."
- “Transform this list of strings into uppercase letters.”
Tips & gotchas
The skill requires a basic understanding of functional programming concepts. While powerful, complex reactive chains can become difficult to debug if not carefully structured.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.