7265 results (78.3ms) page 28 / 364
zechenzhangAGI / ai-research-skills-quantizing-models-bitsandbytes exact

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4,...

zechenzhangAGI / ai-research-skills-llama-cpp exact

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization...

zechenzhangAGI / ai-research-skills-audiocraft-audio-generation exact

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform...

faiss 0.00
zechenzhangAGI / ai-research-skills-faiss exact

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN...

zechenzhangAGI / ai-research-skills-nnsight-remote-interpretability exact

Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive...

claude-world / director-mode-lite-changelog exact

View and manage the runtime changelog for observability

ahmedibrahim085 / claude-multi-agent-research-system-skill-semantic-search exact

Semantic search for finding code by meaning using natural language queries. Orchestrates semantic-search-reader (search/find-similar/list-projects) and semantic-search-indexer...

Jeffallan / claude-skills-prompt-engineer exact

Use when designing prompts for LLMs, optimizing model performance, building evaluation frameworks, or implementing advanced prompting techniques like chain-of-thought, few-shot learning, or...

Hildegaardchiasmal966 / claude-skills-managing-supabase-schema-migrations exact

Guides creation, validation, and application of Supabase database migrations with RLS policy checks and type generation. Use when adding tables, modifying schema, or updating database structure.

claude-world / director-mode-lite-check-environment exact

Verify development environment is ready

Hildegaardchiasmal966 / claude-skills-quick-fix exact

Fast workflow for small changes, bug fixes, and UI tweaks that don't require full feature development. Uses sub-agent orchestration with model selection (Sonnet 4.5 orchestrator, Haiku 4.5...

claude-world / director-mode-lite-skills exact

List all available skills (core + custom)

zubayer0077 / claude-multi-agent-research-system-skill-spec-workflow-orchestrator exact

Orchestrate comprehensive planning phase from ideation to development-ready specifications using 4 specialized agents

ahmedibrahim085 / claude-multi-agent-research-system-skill-spec-workflow-orchestrator exact

Orchestrate comprehensive planning phase from ideation to development-ready specifications using 3 specialized agents (Full workflow documentation at docs/workflows/planning-workflow.md)

jakedahn / pomodoro-dist-skills-pomodoro exact

Simple Pomodoro timer for focused work sessions with session tracking and productivity analytics. Use when users request focus timers, ask about productivity patterns, or want to track work...

bloody2634 / claud-skills-template-skill exact

Replace with description of the skill and when Claude should use it.

claude-world / director-mode-lite-mcp-check exact

Validate MCP configuration and suggest improvements

Hildegaardchiasmal966 / claude-skills-pre-commit-quality-checking exact

Runs mandatory quality checks before commits. Executes build, tests, and pattern validation from code-review-standards.md. Use when ready to commit code or when asked to verify code quality meets...