Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
eleven-labs
ملف منشئ GitHub

eleven-labs

عرض على مستوى المستودعات لـ 11 skills مجمعة عبر 2 مستودعات GitHub.

skills مجمعة
11
مستودعات
2
محدث
2026-07-10
مستكشف المستودعات

المستودعات و skills الممثلة

setup-nest-profiler
مطوّرو البرمجيات

Install and configure @eleven-labs/nest-profiler in a NestJS application. Introspects the project, picks an enable strategy (ConditionalModule vs the enabled flag), configures the core, and wires the optional collectors (TypeORM, MikroORM, Mongoose, HTTP, cache, auth, config, GraphQL, validator, commander, RabbitMQ, routes) that match the stack — asking the user to confirm the choices that matter. Use when a user wants to add the profiler to their NestJS app, or enable request / log / exception / query profiling.

2026-07-10
add-nest-profiler-collector
مطوّرو البرمجيات

Add one optional @eleven-labs/nest-profiler collector package to a NestJS app that already has the core profiler configured. Matches the app's existing enable strategy and placement rules, and applies the collector's wiring gotcha. Use when a project gains a new integration (TypeORM, MikroORM, Mongoose, HTTP client, cache, auth, config, GraphQL, class-validator/zod, nest-commander, RabbitMQ, routes) and the user wants its dedicated profiler panel.

2026-07-10
custom-collector
مطوّرو البرمجيات

Write a custom @eleven-labs/nest-profiler collector, or a context adapter for a non-HTTP protocol, when no official @eleven-labs/nest-profiler-* package instruments the integration. Use when a user wants a profiler panel for a library/subsystem that has no ready-made collector, or wants to profile a transport (gRPC, WebSockets, a custom queue) the profiler doesn't know yet.

2026-07-10
custom-storage-adapter
مطوّرو البرمجيات

Implement a custom @eleven-labs/nest-profiler storage backend (Redis, a database, S3…) by implementing IProfilerStorageAdapter and wiring it via the `storage` option. Use when the built-in memory / file / sqlite backends don't fit — e.g. profiles must be shared across instances, survive deploys, or live in existing infrastructure.

2026-07-10
harden-for-production
مطوّرو البرمجيات

Harden an existing @eleven-labs/nest-profiler setup for a production (or production-like) environment. Applies the access-control, masking, sampling, retention and persistence checklist so the profiler can run outside local dev without leaking sensitive data. Use when a user wants the profiler enabled in production, on a shared/staging environment, or reachable beyond localhost — or asks how to make an existing setup safe.

2026-07-10
interpret-performance-tags
مطوّرو البرمجيات

Read and act on @eleven-labs/nest-profiler performance tags (slow, n-plus-one, chatty, large-payload, error), tune the thresholds that produce them, and add custom performance rules. Use when a user asks what a profiler tag means, why a request is flagged, how to fix an N+1 / slow / chatty pattern, or how to change or extend the tagging rules.

2026-07-10
عرض 2 من أصل 2 مستودعات
تم تحميل كل المستودعات
eleven-labs Agent Skills | SkillsMP