Back to categories
Category

Agent Skills in category: Uncategorized

72295 skills match this category. Browse curated collections and explore related Agent Skills.

cert-manager-principal-engineer

|

modra40
modra40
4

docker-principal-engineer

|

modra40
modra40
4

envoy-principal-engineer

|

modra40
modra40
4

github-actions-principal-engineer

|

modra40
modra40
4

grafana-principal-engineer

|

modra40
modra40
4

helm-principal-engineer

|

modra40
modra40
4

istio-principal-engineer

|

modra40
modra40
4

jaeger-principal-engineer

|

modra40
modra40
4

keycloak-principal-engineer

|

modra40
modra40
4

kubernetes-principal-engineer

|

modra40
modra40
4

loki-principal-engineer

|

modra40
modra40
4

nginx-ingress-principal-engineer

|

modra40
modra40
4

opa-gatekeeper-principal-engineer

|

modra40
modra40
4

opentelemetry-principal-engineer

|

modra40
modra40
4

prometheus-principal-engineer

|

modra40
modra40
4

pulumi-principal-engineer

|

modra40
modra40
4

tekton-principal-engineer

|

modra40
modra40
4

tempo-principal-engineer

|

modra40
modra40
4

terraform-principal-engineer

|

modra40
modra40
4

vault-principal-engineer

|

modra40
modra40
4

ai-ml-principal-engineer

|

modra40
modra40
4

fal-3d

Generate 3D models from text or images. Use when the user requests "Create 3D model", "Text to 3D", "Image to 3D", "3D generation", "Generate mesh", "3D asset".

fal-ai
fal-ai
426

fal-audio

Text-to-speech and speech-to-text using fal.ai audio models. Use when the user requests "Convert text to speech", "Transcribe audio", "Generate voice", "Speech to text", "TTS", "STT", or similar audio tasks.

fal-ai
fal-ai
426

fal-generate

Generate images and videos using fal.ai AI models with queue support. Use when the user requests "Generate image", "Create video", "Make a picture of...", "Text to image", "Image to video", "Search models", or similar generation tasks.

fal-ai
fal-ai
426

fal-image-edit

Edit images using AI on fal.ai. Style transfer, object removal, background changes, and more. Use when the user requests "Edit image", "Remove object", "Change background", "Apply style", or similar image editing tasks.

fal-ai
fal-ai
426

fal-kling-o3

Generate images and videos with Kling O3 — Kling's most powerful model family. Text-to-image, text-to-video, image-to-video, and video-to-video editing. Use when the user requests "Kling", "Kling O3", "Best quality video", "Kling image", "Kling video editing".

fal-ai
fal-ai
426

fal-lip-sync

Create talking head videos, lip sync audio to video, and animate portraits with expressions. Use when the user requests "Talking head", "Lip sync", "Make this person talk", "Animate portrait", "Live portrait", "Avatar video".

fal-ai
fal-ai
426

fal-platform

fal.ai Platform APIs for model management, pricing, usage tracking, and cost estimation. Use when user asks "show pricing", "check usage", "estimate cost", "setup fal", "add API key", or platform management tasks.

fal-ai
fal-ai
426

fal-realtime

Real-time and streaming AI image generation — instant results for interactive use. Use when the user requests "Real-time generation", "Fast generation", "Streaming image", "Instant image", "Live generation", "Realtime".

fal-ai
fal-ai
426

fal-restore

Restore and fix image quality — deblur, denoise, dehaze, fix faces, restore documents. Use when the user requests "Fix blurry image", "Remove noise", "Fix face", "Restore photo", "Enhance document", "Deblur", "Denoise".

fal-ai
fal-ai
426

fal-train

Train custom AI models (LoRA) on fal.ai — personalize image generation for specific people, styles, objects, or video generation. Use when the user requests "Train model", "Train LoRA", "Fine-tune", "Custom model", "Train on my images", "Portrait training".

fal-ai
fal-ai
426

fal-tryon

Virtual try-on — see how clothes look on a person. Use when the user requests "Try on clothes", "Virtual try-on", "How does this look on me", "Fashion try-on", "Garment transfer".

fal-ai
fal-ai
426

fal-upscale

Upscale and enhance image resolution using AI. Use when the user requests "Upscale image", "Enhance resolution", "Make image bigger", "Increase quality", or similar upscaling tasks.

fal-ai
fal-ai
426

fal-video-edit

Edit existing videos using AI — remix style, edit content, upscale resolution, remove background, or add audio/sound effects. Use when the user requests "Edit video", "Remix video", "Upscale video", "Remove video background", "Add sound to video", "Video to audio".

fal-ai
fal-ai
426

fal-vision

Analyze images using AI — segment objects, detect objects, extract text (OCR), describe images, ask questions about images. Use when the user requests "Segment image", "Detect objects", "OCR", "Extract text from image", "Describe image", "What's in this image", "Image analysis".

fal-ai
fal-ai
426

fal-workflow

Generate production-ready fal.ai workflow JSON files. Use when user requests "create workflow", "chain models", "multi-step generation", "image to video pipeline", or complex AI generation pipelines.

fal-ai
fal-ai
426

laravel-controller-tests

Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them

noartem
noartem
6

laravel-custom-helpers

Create and register small, pure helper functions when they improve clarity; keep them organized and tested

noartem
noartem
6

laravel-data-chunking-large-datasets

Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance

noartem
noartem
6

laravel-debugging-prompts

Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions

noartem
noartem
6

laravel-dependencies-trim-packages

Remove unneeded Composer packages and assets to improve boot time, memory, and security surface

noartem
noartem
6

laravel-filesystem-uploads

Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely

noartem
noartem
6

laravel-interfaces-and-di

Use interfaces and dependency injection to decouple code; bind implementations in the container

noartem
noartem
6

laravel-internationalization-and-translation

Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management

noartem
noartem
6

laravel-iterating-on-code

Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides

noartem
noartem
6

laravel-migrations-and-factories

Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance

noartem
noartem
6

laravel-performance-caching

Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness

noartem
noartem
6

laravel-performance-eager-loading

Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields

noartem
noartem
6

laravel-performance-select-columns

Select only required columns to reduce memory and transfer costs; apply to base queries and relations

noartem
noartem
6

laravel-policies-and-authorization

Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections

noartem
noartem
6

Page 793 of 1446 · 72295 results