Provides a compact reference for using TaskEither from fp-ts to represent asynchronous operations that can fail. Covers creation, transformation, execution, common patterns (wrapping fetch, chaining, parallel execution), and comparisons with async/await.
Use when you need typed error handling for Promise-based code, want composable async pipelines, or need patterns for recovery and parallel execution in functional TypeScript codebases. Good for developers building robust API clients and services.
Useful for language-model assistants and code-focused agents that generate or refactor TypeScript/fp-ts code (Copilot-like, Claude Code, code-writing agents).
A concise cheat-sheet for fp-ts TaskEither covering creation, transformation, execution, and common patterns. No scripts bundled — pure reference content. SKILL.md is well-structured with clear code examples and a useful vs-async/await comparison, but it's a narrow reference card with no automation or tooling.
Clean skill with no security concerns. Code examples are correct and idiomatic fp-ts. Limited practical utility for an agent — this is a human-facing cheat sheet, not an agent skill that automates work. Frontmatter has risk: unknown which is honest. No scripts to test.
Bash Pro
Defensive, production-grade Bash scripting patterns and CI/CD best practices: strict mode, safe argument parsing, testing with Bats, and tooling (ShellCheck/shf
Ip2location IO Automation
Automates Ip2location IO workflows through Rube MCP: discover tools, manage connections, and execute schema-compliant operations.
Makepad Event/Action
Event and action handling patterns for Makepad widgets — guides handling Mouse/Touch/Keyboard events, Hit detection, action emission and parent capture.
Obsidian CLI (vault & plugin ops)
Command-line reference and usage patterns for the Obsidian CLI: read/create/append notes, search vaults, manage properties, and developer workflows for plugin r
Kickbox Automation (Rube MCP)
Automate Kickbox toolkit operations through Rube MCP (Composio): discover tools, manage connections, and execute schema-compliant Kickbox workflows safely.
Memory Forensics
Guidance and practical commands for acquiring, analyzing, and extracting artifacts from volatile memory dumps for incident response and malware analysis.
Makepad Basics
Provides starter patterns, examples, and guidance for building Rust Makepad apps, including live_design/app_main patterns and common platform setup.
API Security Testing
A structured workflow for testing REST and GraphQL APIs covering discovery, authentication, authorization, input validation, rate limiting, and error handling.
Reverse Engineer
Guides and checklists for binary reverse-engineering workflows (IDA, Ghidra, radare2, angr) including static/dynamic analysis phases and best practices.
Makepad Basics
Guides and examples for starting Makepad apps with makepad-widgets: project setup, live_design! DSL, app_main!, and basic event/widget patterns.