Browse Skills
Frontend Dev Guidelines
v1.0.0Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router...
Freshservice Automation
v1.0.0Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, bulk operations, service requests, and outbound emails. Always search tools first for current schemas.
Freshdesk Automation
v1.0.0Automate Freshdesk helpdesk operations including tickets, contacts, companies, notes, and replies via Rube MCP (Composio). Always search tools first for current schemas.
Framework Migration Legacy Modernize
v1.0.0Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex
Framework Migration Deps Upgrade
v1.0.0You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa
Framework Migration Code Migrate
v1.0.0You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and
Fp Types Ref
v1.0.0Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.
Fp Ts React
v1.0.0Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.
Fp Ts Pragmatic
v1.0.0A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.
Fp Ts Errors
v1.0.0Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.
Fp Taskeither Ref
v1.0.0Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.
Fp Refactor
v1.0.0Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns