Prompts

Prompt engineering and templates

Showing 361-384 of 4537 skills
assafelovic

gpt-researcher

by assafelovic

GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API, customizing research workflows, adding new retrievers, integrating MCP data sources, or troubleshooting research pipelines.

Academic 29.2K 7mo ago
jeremylongshore

claude-reflect

by jeremylongshore

Execute self-learning system that captures corrections during sessions and syncs them to CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something. Trigger with phrases like "remember this", "don't forget", "use X not Y", or "actually...".

CLI Tools 2.7K 8mo ago
aden-hive

hive-create

by aden-hive

Step-by-step guide for building goal-driven agents. Qualifies use cases first (the good, bad, and ugly), then creates package structure, defines goals, adds nodes, connects edges, and finalizes agent class. Use when actively building an agent.

Agents 11K 6mo ago
aden-hive

hive-concepts

by aden-hive

Core concepts for goal-driven agents - architecture, node types (event_loop, function), tool discovery, and workflow overview. Use when starting agent development or need to understand agent fundamentals.

Agents 11K 7mo ago
nimrodfisher

stakeholder-requirements-gathering

by nimrodfisher

Structured requirements elicitation for analysis requests. Use when scoping new analysis projects, clarifying ambiguous business questions, or documenting analysis acceptance criteria with stakeholders.

Code Gen 392 8mo ago
qwibitai

debug

by qwibitai

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

CLI Tools 30.6K 6mo ago
qwibitai

customize

by qwibitai

Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.

Code Gen 30.6K 6mo ago
basecamp

unify-worktree-memory

by basecamp

Consolidate Claude Code memory across git worktrees so all branches of the same repo share a single memory directory. Use when memory is isolated per worktree, when switching branches loses context, or when setting up a new machine with worktree-based workflows.

Git & VCS 68 7mo ago
basecamp

ralph-lisa-loop

by basecamp

Automated plan-implement loop with expert review. Claude implements, Codex reviews, the human steers. A single rope-length knob (0-5) controls interruption frequency. Closure requires zero open findings and zero unresolved disputes at any rope level. Use for any planning, development, or implementation task that benefits from structured review. The default workflow for building anything non-trivial.

Auth 68 6mo ago
elizaOS

oracle

by elizaOS

Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).

Docs Gen 19.2K 7mo ago
elizaOS

openai-image-gen

by elizaOS

Batch-generate images via OpenAI Images API. Random prompt sampler + index.html gallery.

Docker 19.2K 7mo ago
davila7

Claude Code Guide

by davila7

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.

Agents 30.4K 7mo ago
davila7

axolotl

by davila7

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

API Dev 30.4K 8mo ago
davila7

peft-fine-tuning

by davila7

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

ML Ops 30.4K 8mo ago
davila7

knowledge-distillation

by davila7

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.

Automation 30.4K 8mo ago
davila7

agent-evaluation

by davila7

"Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent."

Agents 30.4K 7mo ago
davila7

serving-llms-vllm

by davila7

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

ML Ops 30.4K 8mo ago
davila7

context-window-management

by davila7

"Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context."

Embeddings 30.4K 7mo ago
davila7

crewai-multi-agent

by davila7

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

Agents 30.4K 8mo ago
davila7

sglang

by davila7

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

Processing 30.4K 8mo ago
davila7

speculative-decoding

by davila7

Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.

Code Gen 30.4K 8mo ago
davila7

conversation-memory

by davila7

"Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history."

Database 30.4K 7mo ago
davila7

langchain

by davila7

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.

Agents 30.4K 8mo ago
davila7

agent-tool-builder

by davila7

"Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa"

Database 30.4K 7mo ago