البحث نشط

ابحث عن المهارات

اعثر على القدرة المناسبة لوكيلك.

عمليات بحث شائعة
النتائج
2,636
مهارات تطابق الاستعلام
الصفحة
54
من 132
الكلمة المفتاحية
typescript
ابحث بالاسم أو الوسم أو الوصف
database-tools
17

supabase-postgres-best-practices

Postgres query performance optimization and runtime best practices for Supabase. Covers indexing strategies (B-tree, GIN, GiST, BRIN, composite, partial, covering), EXPLAIN ANALYZE diagnostics, connection pooling (Supavisor transaction/session modes, pool sizing), RLS performance patterns (auth.uid() subquery caching, SECURITY DEFINER bypass), concurrency control (deadlock prevention, SKIP LOCKED, advisory locks), data access optimization (N+1 elimination, keyset pagination, batch inserts, UPSERT), runtime monitoring (pg_stat_statements, VACUUM/ANALYZE), and advanced tuning (full-text search, JSONB GIN indexing). Use when writing, reviewing, or optimizing SQL queries, diagnosing slow queries with EXPLAIN, configuring connection pooling, tuning RLS performance, implementing concurrent processing, detecting unused indexes, or resolving Postgres bottlenecks. Does NOT cover schema design (ansem-db-patterns), auth/RLS policy design (supabase-auth-patterns), or TypeScript types (typescript-best-practices).

diegosouzapw
diegosouzapw
databases
open
framework-internals
17

frontend-developer

Expert en développement front-end moderne - HTML, CSS, JavaScript, TypeScript, frameworks, testing, performance et tooling

diegosouzapw
diegosouzapw
development
open
framework-internals
17

javascript

Best practices for JavaScript/TypeScript development including modern ES6+ patterns, error handling, and performance optimization.

diegosouzapw
diegosouzapw
development
open
framework-internals
17

ts-modern

Write modern TypeScript for Medusa v2 — DML type inference, service generics, container typing, strict mode constraints, utility types, and module interface patterns. Use when writing TypeScript in Medusa projects.

OrcaQubits
OrcaQubits
development
open
framework-internals
17

ts-modern

Write modern TypeScript for Medusa v2 — DML type inference, service generics, container typing, strict mode constraints, utility types, and module interface patterns. Use when writing TypeScript in Medusa projects.

OrcaQubits
OrcaQubits
development
open
monitoring
17

sentry-setup-metrics

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

diegosouzapw
diegosouzapw
devops
open
monitoring
17

sentry-setup-metrics

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

diegosouzapw
diegosouzapw
devops
open
monitoring
17

sentry-setup-metrics

Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.

diegosouzapw
diegosouzapw
devops
open
cli-tools
17

system-create-cli

Generate production-quality TypeScript CLIs with full documentation, error handling, and best practices. Creates deterministic, type-safe command-line tools following PAI's CLI-First Architecture. USE WHEN user says "create a CLI", "build a command-line tool", "make a CLI for X", or requests CLI generation. (user)

diegosouzapw
diegosouzapw
tools
open
cli-tools
17

use-gunshi-cli

Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.

diegosouzapw
diegosouzapw
tools
open
cli-tools
17

ts-tui-game-skill

Build beautiful, performant TUI applications and games with TypeScript and blessed. Provides patterns, templates, and best practices for terminal interfaces.

diegosouzapw
diegosouzapw
tools
open
debugging
16

code-runner

Run code snippets in 30+ programming languages including JavaScript, Python, TypeScript, Java, C, C++, Go, Rust, Ruby, PHP, and more. Use when the user wants to execute code, test algorithms, verify output, run scripts, or check code behavior. Supports both interpreted and compiled languages.

formulahendry
formulahendry
tools
open
system-admin
16

lead-engineer

Use for implementing features, writing production TypeScript/Langium code, code review guidance, and ensuring technical quality. Activate when implementing new functionality, reviewing PRs, or optimizing performance.

larsbaunwall
larsbaunwall
tools
open
full-stack
16

frontend-design-svelte

Create distinctive, production-grade Svelte/TypeScript frontends with exceptional design quality

matteocervelli
matteocervelli
development
open
productivity-tools
16

grey-haven-project-scaffolding

Generate production-ready project scaffolds for Grey Haven stack with Cloudflare Workers, React + TypeScript, Python + Pydantic, PlanetScale, proper structure, and configuration. Use when starting new projects, creating microservices, setting up monorepo workspaces, initializing projects, or when user mentions 'new project', 'project scaffold', 'project template', 'project setup', 'bootstrap project', 'project starter', or 'initialize project'.

greyhaven-ai
greyhaven-ai
tools
open
ide-plugins
16

grey-haven-code-style

Apply Grey Haven Studio's TypeScript/React and Python/FastAPI coding standards from production templates. Use when writing code, reviewing PRs, fixing linting errors, formatting files, or when the user mentions 'code standards', 'Grey Haven style', 'linting', 'Prettier', 'ESLint', 'Ruff', 'formatting rules', or 'coding conventions'. Includes exact Prettier/ESLint/Ruff configs, naming conventions, project structure, and multi-tenant database patterns.

greyhaven-ai
greyhaven-ai
tools
open
full-stack
16

frontend-design-vue

Create distinctive, production-grade Vue 3/TypeScript frontends with exceptional design quality

matteocervelli
matteocervelli
development
open
full-stack
16

frontend-design-react

Create distinctive, production-grade React/TypeScript frontends with exceptional design quality

matteocervelli
matteocervelli
development
open
debugging
16

grey-haven-testing-strategy

Grey Haven's comprehensive testing strategy - Vitest unit/integration/e2e for TypeScript, pytest markers for Python, >80% coverage requirement, fixture patterns, and Doppler for test environments. Use when writing tests, setting up test infrastructure, running tests, debugging test failures, improving coverage, configuring CI/CD, or when user mentions 'test', 'testing', 'pytest', 'vitest', 'coverage', 'TDD', 'test-driven development', 'unit test', 'integration test', 'e2e', 'end-to-end', 'test fixtures', 'mocking', 'test setup', 'CI testing'.

greyhaven-ai
greyhaven-ai
tools
open
productivity-tools
16

grey-haven-tdd-orchestration

Master TDD orchestration with multi-agent coordination, strict red-green-refactor enforcement, automated test generation, coverage tracking, and >90% coverage quality gates. Coordinates tdd-python, tdd-typescript, and test-generator agents. Use when implementing features with TDD workflow, coordinating multiple TDD agents, enforcing test-first development, or when user mentions 'TDD workflow', 'test-first', 'TDD orchestration', 'multi-agent TDD', 'test coverage', or 'red-green-refactor'.

greyhaven-ai
greyhaven-ai
tools
open
السابق
الصفحة 54 / 132
التالي