提示词

提示词工程与模板

显示 361-384 / 共 4537 个技能
assafelovic

gpt-researcher

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.

学术 2.9万 7个月前
jeremylongshore

claude-reflect

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 工具 2679 8个月前
aden-hive

hive-create

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.

智能体 1.1万 6个月前
aden-hive

hive-concepts

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.

智能体 1.1万 7个月前
nimrodfisher

stakeholder-requirements-gathering

nimrodfisher

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

代码生成 392 8个月前
qwibitai

debug

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 工具 3.1万 6个月前
qwibitai

customize

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.

代码生成 3.1万 6个月前
basecamp

unify-worktree-memory

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 与版本控制 68 7个月前
basecamp

ralph-lisa-loop

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.

认证鉴权 68 6个月前
elizaOS

oracle

elizaOS

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

文档生成 1.9万 7个月前
elizaOS

openai-image-gen

elizaOS

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

Docker 1.9万 7个月前
davila7

Claude Code Guide

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.

智能体 3万 7个月前
davila7

axolotl

davila7

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

API 开发 3万 8个月前
davila7

peft-fine-tuning

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.

MLOps 3万 8个月前
davila7

knowledge-distillation

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.

自动化 3万 8个月前
davila7

agent-evaluation

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."

智能体 3万 7个月前
davila7

serving-llms-vllm

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.

MLOps 3万 8个月前
davila7

context-window-management

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."

向量嵌入 3万 7个月前
davila7

crewai-multi-agent

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.

智能体 3万 8个月前
davila7

sglang

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.

数据处理 3万 8个月前
davila7

speculative-decoding

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.

代码生成 3万 8个月前
davila7

conversation-memory

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."

数据库 3万 7个月前
davila7

langchain

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.

智能体 3万 8个月前
davila7

agent-tool-builder

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"

数据库 3万 7个月前