229 results (4.4ms) page 3 / 12
leonardomso / 33-js-concepts-seo-review exact

Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential

electron / electron-electron-chromium-upgrade exact

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...

mastra-ai / mastra-ralph-plan exact

Interactive planning assistant that helps create focused, well-structured ralph-loop commands through collaborative conversation

whatiskadudoing / fp-ts-skills-functional-programming-fundamentals exact

Core FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering functional TypeScript

whatiskadudoing / fp-ts-skills-fp-ts-option-and-either exact

Functional error handling and nullable value management using fp-ts Option and Either types

payloadcms / payload-triage-ci-flake exact

Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments

whatiskadudoing / fp-ts-skills-managing-side-effects-functionally exact

Master functional approaches to side effects including IO types, effect isolation, idempotent operations, and quarantining impure code - essential patterns for reliable TypeScript applications

oven-sh / bun-writing-dev-server-tests exact

Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.

oven-sh / bun-implementing-jsc-classes-cpp exact

Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.

TryGhost / ghost-create-database-migration exact

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.

mastra-ai / mastra-smoke-test exact

Create a Mastra project using create-mastra and smoke test the studio in Chrome

mastra-ai / mastra-react-best-practices exact

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...

oven-sh / bun-zig-system-calls exact

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.

oven-sh / bun-implementing-jsc-classes-zig exact

Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.