Topic: typescript
2,004 skills in this topic.
-
memory
Persistent agent memory — store, recall, search across sessions
iii-hq/agentos 113
-
orchestrate
Plan and execute multi-agent work — decompose features, spawn workers, monitor progress
iii-hq/agentos 113
-
recover
Scan agent health and auto-recover stale or dead sessions
iii-hq/agentos 113
-
security
Security scanning — injection detection, capability checks, audit trails
iii-hq/agentos 113
-
status
System status and health checks — dashboard stats, agent health, worker status
iii-hq/agentos 113
-
evolve
Create, test, and improve functions at runtime — agents write their own code
iii-hq/agentos 113
-
workspace-dispatch
Single-agent mission orchestrator. Decomposes a mission into tasks, spawns one worker per task using the default model, verifies exit criteria, and chains tasks with retry. No critic pattern — each worker self-verifies. Simple, fast, works with any model config.
outsourc-e/clawsuite 306
-
workspace-dispatch
Autonomous multi-agent mission orchestrator. Decomposes a mission into tasks, spawns sub-agents for each step, reviews output against exit criteria, and chains tasks automatically with retry. State persists to disk so missions survive context loss. Triggered by the Conductor UI or by direct user request.
outsourc-e/clawsuite 306
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
ridafkih/keeper.sh 980
-
backpressure
Manage data flow when producers outpace consumers. Bounded buffers, adaptive flushing, and graceful degradation prevent OOM crashes and data loss.
dadbodgeoff/drift 770
-
background-jobs
Implement robust background job processing with dead letter queues, retries, and state machines. Use when building async workflows, scheduled tasks, or any work that shouldn't block the request/response cycle.
dadbodgeoff/drift 770
-
audit-logging
Comprehensive audit logging for compliance and security. Track user actions, data changes, and system events with tamper-proof storage.
dadbodgeoff/drift 770
-
atomic-matchmaking
Two-phase commit matchmaking that verifies both player connections before creating a match. Handles disconnections gracefully with automatic re-queue of healthy players.
dadbodgeoff/drift 770
-
api-versioning
Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecation workflows.
dadbodgeoff/drift 770
-
api-client
Centralized TypeScript API client with typed namespaces, automatic token refresh with request deduplication, TanStack Query integration, and consistent error handling.
dadbodgeoff/drift 770
-
anomaly-detection
Rule-based anomaly detection for production systems with configurable thresholds, cooldown periods to prevent alert storms, and error pattern tracking for repeated failures.
dadbodgeoff/drift 770
-
analytics-pipeline
Real-time analytics with Redis counters, periodic PostgreSQL flush, and time-series aggregation. High-performance event tracking without database bottlenecks.
dadbodgeoff/drift 770
-
ai-generation-client
External AI API integration with retry logic, rate limiting, content safety detection, and multi-turn conversation support for image generation.
dadbodgeoff/drift 770
-
ai-coaching
Multi-turn conversational AI for intent extraction, clarification, and generation readiness detection. Guides users through articulating creative intent with structured parameter extraction.
dadbodgeoff/drift 770
-
my-skill-name
Brief description of what this skill does and when to use it. Be specific about capabilities and use cases to help agents decide when to load this skill.
dadbodgeoff/drift 770
-
cloud-storage
Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for direct client uploads.
dadbodgeoff/drift 770
-
circuit-breaker
Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.
dadbodgeoff/drift 770
-
checkpoint-resume
Exactly-once processing semantics with distributed coordination for file-based data pipelines. Atomic file claiming, status tracking, and automatic retry with in-memory fallback.
dadbodgeoff/drift 770
-
caching-strategies
Implement multi-layer caching with Redis, in-memory, and HTTP caching. Covers cache invalidation, stampede prevention, and cache-aside patterns.
dadbodgeoff/drift 770