Undo Redo Implementation
Implements a robust undo/redo system using the command pattern, immutable state snapshots, and memory-efficient history for reliable, collaborative apps.
Browse our curated library of 121+ SKILL.md files for AI agents. Download ready-to-use skills for Claude Code, Codex, OpenAI and more.
Implements a robust undo/redo system using the command pattern, immutable state snapshots, and memory-efficient history for reliable, collaborative apps.
Writes and optimizes SQL queries for performance, focusing on indexing, EXPLAIN analysis, and efficient joins to improve large-scale data access.
Instrument code for production observability with traces, metrics, and structured logs to enable debugging and post-incident analysis across services.
Uses language-specific type systems (TypeScript, Python, Go, Rust) to encode constraints, document intent, and catch errors at type-check time.
Implements full i18n and l10n capabilities, including string externalization, ICU pluralization, locale-aware formatting, RTL support, and translation management.
Environment Setup helps you configure runtimes, manage dependencies, and diagnose PATH and platform issues to reproduce a working dev environment quickly.
Design NoSQL data models and access patterns across MongoDB, Redis, and DynamoDB to optimize denormalization, consistency, and atomic operations.
Interprets user requirements, spots gaps and contradictions, and builds accurate intent models to clarify specs when requirements are vague.
Execute only the requested change with surgical precision, avoiding refactors, renames, or bundling unrequested improvements.
Scope Control lets autonomous agents stay strictly within what was requested, avoiding feature creep and unasked changes.
Centralize logging, authentication, caching, and error handling across modules using middleware and decorators to keep cross-cutting logic maintainable.
Design and implement multi-level caching (browser, CDN, app, DB) with invalidation, TTL, and stampede prevention.
Ensures web apps work across browsers by using feature detection, polyfills, progressive enhancement, testing strategies, and graceful degradation.
Selects the optimal tool for each operation by weighing cost, context, and benefit to maximize effectiveness and efficiency.
Guides autonomous agents to deliver work in small, verified increments, validating each step before adding complexity to avoid large, risky changes.
Automates browser-based verification of visual and interactive UI changes to catch layout, accessibility, and flow issues.
Designs and implements email and notification delivery systems, including SMTP/API sending, templates, queues, bounce handling, unsubscribe compliance, and delivery tracking.
Automates image and media optimization in apps, selecting formats, sizes, and delivery methods to minimize payload while preserving visual quality.
Design operations that are safe to retry without side effects, ideal for APIs, DB writes, and workflows in distributed systems.
Guides Rust code for autonomous agents: ownership, borrowing, lifetimes, error handling, traits, generics, and cargo patterns; use to write safe, idiomatic Rust.
Coordinates safe multi-file edits with dependency tracking and consistency guarantees for refactors, API changes, and migrations.