This is my README.md file. Where I have mentioned about my skill and projects.
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential
Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application...
Interactive planning assistant that helps create focused, well-structured ralph-loop commands through collaborative conversation
Master function composition in fp-ts using pipe and flow for building elegant, type-safe data transformation pipelines
Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code
Core FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering functional TypeScript
Functional error handling and nullable value management using fp-ts Option and Either types
Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments
Master functional approaches to side effects including IO types, effect isolation, idempotent operations, and quarantining impure code - essential patterns for reliable TypeScript applications
Practical patterns for composing functions in TypeScript using pipe, flow, and functional design principles
Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.
Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.
Create a Mastra project using create-mastra and smoke test the studio in Chrome
React performance optimization guidelines from Mastra Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on...
Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead