Teaches Context API patterns in React 19 including use() hook for conditional context access. Use when implementing Context, avoiding prop drilling, or managing global state. Use when this capability is needed.
Quellsprache: Englisch
Menü
Skills in diesem Repository
SkillsMP hat 17.125 Skills aus tomevault-io/skills-registry gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
tomevault-io/skills-registryEs werden 40 von 17.125 gesammelten Skills angezeigt.
Teaches Context API patterns in React 19 including use() hook for conditional context access. Use when implementing Context, avoiding prop drilling, or managing global state. Use when this capability is needed.
Quellsprache: Englisch
Teaches useReducer for complex state logic in React 19. Use when state updates depend on previous state, multiple related state values, or complex update logic. Use when this capability is needed.
Quellsprache: Englisch
React 19's use() API for reading Promises/Context conditionally. For async data fetching, Suspense, conditional context access, useContext migration. Use when this capability is needed.
Quellsprache: Englisch
Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing type-safe runtime checks. Use when this capability is…
Quellsprache: Englisch
Validating external data from APIs, JSON parsing, user input, and any untrusted sources in TypeScript applications Use when this capability is needed.
Quellsprache: Englisch
Teaches client and server-side form validation patterns in React 19 with Server Actions. Use when implementing form validation, input checking, or error handling. Use when this capability is needed.
Quellsprache: Englisch
Teaches when type assertions are safe versus dangerous in TypeScript. Use when considering using 'as' keyword, type casting, or when working with external data that might use assertions instead of proper validation. Use when this capability is needed.
Quellsprache: Englisch
Write Vitest tests with describe/test blocks, expect assertions, vi mocking, async testing, and parameterized tests. Use when creating or modifying test files. Use when this capability is needed.
Quellsprache: Englisch
Diagnose network connectivity issues: DNS, routing, firewall, port checks, traceroutes. Use for troubleshooting server-to-server communication or client access problems. Use when this capability is needed.
Quellsprache: Englisch
Reviews a given PR with conventional comments focusing on good practices and providing a balanced but heavily constructive set of feedback. Use when this capability is needed.
Quellsprache: Englisch
Evaluates codebases for applications or infrastructure with a focus on what could be better. Use this skill when asked for a critique or feedback on a codebase. Use when this capability is needed.
Quellsprache: Englisch
When testing web UI, load this skill to take screenshots and interact with elements. Use when this capability is needed.
Quellsprache: Englisch
When exploring alternatives, load this skill to generate diverse ideas and avoid the consensus center. Use when this capability is needed.
Quellsprache: Englisch
When it would yield better results to explore mulitple approaches to a problem, load this skill to orchestrate multiple agents using a diverge and converge strategy. Use when this capability is needed.
Quellsprache: Englisch
When orchestrating tasks, load this core skill first to understand the general methodology. Use when this capability is needed.
Quellsprache: Englisch
When a task would benefit from hypothesis-driven iteration, load this skill to observe, predict, and verify. Use when this capability is needed.
Quellsprache: Englisch
When a solution needs simplifying, load this skill with the map-reduce skill to find its essence. Use when this capability is needed.
Quellsprache: Englisch
When creating or working on a work package (WP), load this skill to get templates and understand the WP lifecycle. Use when this capability is needed.
Quellsprache: Englisch
Guidance for building fullstack apps with Vite (React + TypeScript) frontend and FastAPI backend. Use when demos need a web UI beyond what Streamlit provides. Use when this capability is needed.
Quellsprache: Englisch
Beautify screenshots using ImageMagick - add rounded corners, drop shadows, gradient backgrounds, padding. Use when preparing screenshots for blog posts, documentation, or presentations. Transforms raw Playwright/browser screenshots into polished images. Use…
Quellsprache: Englisch
Add new cryptographic API to liboqs_dart. Use when implementing new KEM algorithms, signature schemes, adding new cryptographic features, or extending the library API. Use when this capability is needed.
Quellsprache: Englisch
Dart FFI patterns and best practices for this project. Use when writing FFI code, working with native memory, creating wrappers, or implementing new native bindings. Use when this capability is needed.
Quellsprache: Englisch
Review Dart FFI code for security issues in cryptographic contexts. Use when reviewing code changes, checking for memory leaks, verifying secure memory handling, or auditing cryptographic code. Use when this capability is needed.
Quellsprache: Englisch
Use when the user wants to create a Linear ticket, issue, user story, or task - interviews the user adaptively, formats as a user story with test plan, and creates it via Linear MCP after confirmation
Quellsprache: Englisch
Use when the user is done working on a Linear ticket and wants to wrap up - creates PR, runs code review, merges, updates the ticket status, and cleans up the worktree
Quellsprache: Englisch
Use when the user wants to start working on a Linear ticket - fetches ticket details, creates a git worktree with a properly named branch, and launches a subagent in the worktree with full ticket context and the right workflow skill
Quellsprache: Englisch
Production A/B testing lifecycle for design variants. Covers hypothesis formation, feature flags, variant comparison, analytics tracking, statistical significance analysis, experiment setup, and cleanup. Use when this capability is needed.
Quellsprache: Englisch
Multi-agent architecture review combining core architecture design with parallel security, performance, and data integrity assessments. Produces ADRs in MADR format. Covers ADR, architecture decision, system design, scalability assessment. Not for code review…
Quellsprache: Englisch
Code-first design exploration workflow. Product Planning → Section Design → Brand (optional) → Explore (HTML variants) → Refine → Decide (extract tokens) → Ship (Next.js components). Covers section screen design, brand discovery, variant generation, iterative…
Quellsprache: Englisch
Full planning framework for complex features needing requirements decomposition, research, and scope analysis. For tasks with 15+ files, 5+ endpoints, architecture decisions, or security concerns. Templates for PRD, spec, and scope documents. Use when this…
Quellsprache: Englisch
Detects project technology stacks by analyzing package manifests, config files, directory structures, and code patterns. Produces a structured stack profile for agent adaptation. Covers technology detection, framework identification, project type analysis.…
Quellsprache: Englisch
Orchestration patterns for multi-agent team workflows — team definitions, sequencing rules, result aggregation, conflict resolution. Covers multi-agent coordination, parallel agents, team workflow. Use when this capability is needed.
Quellsprache: Englisch
Comprehensive guide for writing tests in magenta.nvim, including test environment setup, mock providers, driver interactions, and best practices Use when this capability is needed.
Quellsprache: Englisch
Comprehensive guide for the view system in magenta.nvim, including template literal syntax, component composition, interactive bindings, and TUI-specific rendering patterns Use when this capability is needed.
Quellsprache: Englisch
Expert in system design, scalability, and technical leadership. Use when this capability is needed.
Quellsprache: Englisch
Expert in transforming raw data into actionable insights using ML/AI. Use when this capability is needed.
Quellsprache: Englisch
Expert guidelines for SQL schema design, ORM usage (SQLAlchemy), and query optimization. Use when this capability is needed.
Quellsprache: Englisch
Expert guidelines for implementing async, non-blocking notification systems in the trading bot. Use when this capability is needed.
Quellsprache: Englisch
Expert Python 3.12+ coding standards, async patterns, and architectural best practices. Use when this capability is needed.
Quellsprache: Englisch
Expert React 18+ development standards, performance optimization, and scalable state management. Use when this capability is needed.
Quellsprache: Englisch