- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
building-streamlit-chat-ui
by streamlit
Building chat interfaces in Streamlit. Use when creating conversational UIs, chatbots, or AI assistants. Covers st.chat_message, st.chat_input, message history, and streaming responses.
fast-mode
by kevinslin
Operate Codex in fast-mode by skipping skill loading and going directly to task execution, while allowing only explicitly whitelisted skills from a local allow-list file. Use when a user requests fast-mode, minimal overhead, or "no skills unless allowed."
template-engine
by jmagly
Metadata schema: schemas/template-meta.schema.json
sc
by kevinslin
Guide for creating or updating skills and SKILL.md content, including
github-research
by romiluz13
"Internal skill. Use cc10x-router for all development tasks."
model-registry-maintainer
by massgen
Guide for maintaining the MassGen model and backend registry. This skill should be used when adding new models, updating model information (release dates, pricing, context windows), or ensuring the registry stays current with provider releases. Covers both the capabilities registry and the pricing/token manager.
backend-integrator
by massgen
Complete guide for integrating a new LLM backend into MassGen. Use when adding a new provider (e.g., Codex, Mistral, DeepSeek) or when auditing an existing backend for missing integration points. Covers all ~15 files that need touching.
massgen-develops-massgen
by massgen
Guide for using MassGen to develop and improve itself. This skill should be used when agents need to run MassGen experiments programmatically (using automation mode) OR analyze terminal UI/UX quality (using visual evaluation tools). These are mutually exclusive workflows for different improvement goals.
humanizer
by trailofbits
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. 30c5c8d (Update humanizer plugin to upstream v2.2.0)
pydanticai-docs
by DougTrajano
Use this skill for requests related to Pydantic AI framework - building agents, tools, dependencies, structured outputs, and model integrations.
video-prompting
by Square-Zero-Labs
Draft and refine prompts for video generation models (text-to-video and image-to-video). Use when a user asks for a "video prompt" or a model-specific prompt such as Ovi, Sora, Veo 3, Wan 2.2, or LTX-2, including requests like "text-to-video prompt", "image-to-video prompt", or "write a prompt for [model]".
image-generate
by bytedance
使用内置 image_generate.py 脚本生成图片, 准备清晰具体的 prompt。
video-generate
by bytedance
使用 video_generate.py 脚本生成视频,需要提供文件名和 prompt,可选提供首帧图片(URL或本地路径)。
adr
by jellydn
Manages Architecture Decision Records (ADR) for tracking important architectural decisions
convening-experts
by oaustegard
Convenes expert panels for problem-solving. Use when user mentions panel, experts, multiple perspectives, MECE, DMAIC, RAPID, Six Sigma, root cause analysis, strategic decisions, or process improvement.
spring-ai-mcp-server-patterns
by giuseppe-trisciuoglio
Provides Model Context Protocol (MCP) server implementation patterns with Spring AI. Use when building MCP servers to extend AI capabilities with custom tools, resources, and prompt templates using Spring's official AI framework.
n8n
by sachacoldiq
Expert n8n workflow automation consultant for B2B sales and GTM teams. Use when the user asks about n8n workflows, n8n nodes, n8n triggers, n8n webhooks, n8n credentials, n8n self-hosting, n8n Docker setup, n8n queue mode, n8n error handling, n8n sub-workflows, Clay + n8n integration, n8n CRM automation, n8n pricing, n8n vs Zapier vs Make, or building automations with n8n. Also triggers on "n8n workflow", "n8n automation", "n8n webhook", "n8n node", "n8n self-host", "n8n Docker", "n8n queue", "n8n Clay", "n8n HubSpot", "n8n Salesforce", "n8n vs Zapier", "n8n pricing", "workflow automation". Do NOT use for Clay-only questions without n8n context or general automation strategy without n8n.
cold-email-templates-34
by sachacoldiq
Complete library of 34 cold email templates - 23 First Touch, 4 Follow-Up, 4 Re-Engagement, plus key principles. Use when building email campaigns, looking for proven templates, or expanding your outreach playbook.
list-building
by sachacoldiq
Expert B2B list building orchestrator for outbound sales campaigns. Use when the user asks about building lead lists, Sales Navigator search, boolean filters, ICP definition, ICP scoring, lead sources, data validation, email verification, list segmentation, Apollo prospecting, Clay Find People, list hygiene, deduplication, account qualification, ABM lists, or assembling prospect lists for cold outreach. Also triggers on "lead list", "list building", "Sales Navigator", "boolean search", "ICP", "ideal customer profile", "find leads", "prospect list", "lead source", "email verification", "data validation", "list hygiene", "Evaboot", "PhantomBuster", "export leads", "build a list", "find prospects", "deduplicate", "qualify accounts", "ABM". Do NOT use for enrichment workflows (use clay skill) or email writing (use cold-email skill).
template-skill
by streamlit
Replace with description of the skill and when to use it.
Agentspan — Build Durable AI Agents
by agentspan-ai
Claude Code tools are strings — ["Read", "Edit", "Bash"], not @tool functions
pickup
by jellydn
Resumes work from a previous handoff session which are stored in .claude/handoffs/
plan-maestro
by ReinaMacCredy
"Universal interview-driven planning for Claude Code, Codex, and Amp Code. Uses subagents only -- no Agent Teams required."
work
by ReinaMacCredy
"Execute a plan using Agent Teams, or work directly from a description. Spawns specialized teammates to implement tasks in parallel."