- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
fp-ts-validation
by whatiskadudoing
Validation patterns using fp-ts with error accumulation, form validation, and API input validation
fp-ts-task-either
by whatiskadudoing
Functional async patterns using TaskEither for type-safe error handling in TypeScript
navigation-patterns
by Kaakati
"Expert navigation decisions for iOS/tvOS: when NavigationStack vs Coordinator patterns, NavigationPath state management trade-offs, deep link architecture choices, and tab+navigation coordination strategies. Use when designing app navigation, implementing deep links, or debugging navigation state issues. Trigger keywords: NavigationStack, NavigationPath, deep link, routing, tab bar, navigation, programmatic navigation, universal link, URL scheme, navigation state"
fp-refactor
by whatiskadudoing
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
oceanbase-sql-doc
by amber-moe
Write and format OceanBase database SQL statement documentation following official style guidelines. Use when creating or editing SQL reference documentation for OceanBase database.
swift-testing
by pluginagentmarketplace
Test Swift applications - XCTest, Swift Testing, UI tests, mocking, TDD, CI/CD
fp-ts-backend
by whatiskadudoing
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection
fp-ts Option and Either
by whatiskadudoing
Functional error handling and nullable value management using fp-ts Option and Either types
Error Handling Patterns
by Kaakati
"Exception classes, failure classes, Either type, and error handling strategies"
fp-option-ref
by whatiskadudoing
Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.
Practical Data Transformations
by whatiskadudoing
Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
fp-ts Do Notation
by whatiskadudoing
Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS, let, bindTo and real-world patterns.
swift-spm
by pluginagentmarketplace
Master Swift Package Manager - dependencies, creating libraries, publishing, local packages
react-native-state
by pluginagentmarketplace
Master state management - Redux Toolkit, Zustand, TanStack Query, and data persistence
Knack Dashboard AI
by willsigmon
Generates insight layers and visual summaries from HTI operational data. Transforms raw Knack records into actionable intelligence for stakeholders...
Knack Goal Tracker
by willsigmon
Tracks HTI's performance against both grant and business development goals in real-time. Provides early warning system for goal attainment risks an...
swift-combine
by pluginagentmarketplace
Master Combine framework for reactive programming - publishers, subscribers, operators, schedulers
model-patterns
by Kaakati
"Expert model design decisions for iOS/tvOS: when DTO separation adds value vs overkill, validation strategy selection, immutability trade-offs, and custom Codable decoder design. Use when designing data models, implementing API contracts, or debugging decoding failures. Trigger keywords: Codable, DTO, domain model, CodingKeys, custom decoder, validation, immutable, struct, mapping, JSON decoding"
Function Composition - Building from Small Pieces
by whatiskadudoing
Practical patterns for composing functions in TypeScript using pipe, flow, and functional design principles
fp-types-ref
by whatiskadudoing
Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.
project-operations
by duongdev
Provides intelligent project setup and management with agent-based architecture to minimize token usage. Auto-activates when user mentions project setup, "add project", "configure project", "monorepo", "subdirectories", "switch project", or "project info". Uses three specialized agents internally: project-detector (detect active), project-config-loader (load settings with validation), project-context-manager (manage active project). Guides through four workflows: Add New Project (setup + templates), Configure Monorepo (pattern matching + subdirectories), Switch Between Projects (auto or manual), View Project Information. Provides templates for common architectures (fullstack-with-jira, fullstack-linear-only, mobile-app, monorepo). Validates configuration and suggests fixes for errors. Handles context-aware error handling with specific fix suggestions.
swift-macos
by pluginagentmarketplace
Build macOS applications - AppKit, windows, menus, system integration, distribution
Pragmatic Functional Programming
by whatiskadudoing
A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead
swift-uikit
by pluginagentmarketplace
Master UIKit for iOS app development - views, view controllers, Auto Layout, table/collection views