- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
skill-stocktaking-process
by shimo4228
"Use when learned skills exceed 10 per location or need consolidation. 4-step stocktaking with character budget awareness."
prompt-engineering
by dmonteroh
"Designs, tests, and ships production prompts using prompt-as-code workflows, templates, evaluation guidance, and optional scripts/assets. Returns a full copy/paste prompt block. Use when building AI features, improving agent performance, or standardizing system prompts."
skill-creator
by Within-7
Guide for creating effective Claude Code Skills. Use when creating new skills or updating existing skills to extend Claude's capabilities with specialized knowledge, workflows, or tool integrations. Covers skill structure, progressive disclosure patterns, token optimization, and best practices for production-ready skills.
team-creator
by Pysuper
交互式 Claude Code Teams 配置生成器。通过问答式引导快速创建专业的团队配置文件,支持模板选择、角色定制、工作流构建、智能推荐和多格式输出。适用于需要创建或更新 Claude Code Teams 配置的场景。
progressive-disclosure
by khw1031
LLM 컨텍스트 윈도우를 효율적으로 사용하는 3단계 정보 로드 원칙. Skills, Agents, Prompts 작성 시 참조. SKILL.md, AGENT.md 작성, 프롬프트 설계, 컨텍스트 최적화 시 활성화.
cjk-aware-text-metrics
by shimo4228
"CJK/Latin weighted token estimation for multilingual LLM pipelines. Use when processing Japanese/Chinese/Korean text with fixed chars-per-token constants."
prh-hyphen-regex-escape
by shimo4228
"Use when adding hyphenated terms to prh spelling dictionaries on Node.js 20+. Unicode regex flag incompatibility."
building-agent-team-prompts
by frontboat
Provides a prompt template and best practices for building Claude Code agent teams. Covers team composition, teammate spawn prompts, task breakdown, file ownership, communication protocols, and delegate mode. Use when creating an agent team, spawning teammates, parallelizing work across multiple Claude Code instances, or deciding whether an agent team is the right approach.
web-frontend
by WebSmartTeam
Apply frontend development standards for React/Next.js/Tailwind projects. Covers colour extraction from logos, avoiding AI-slop aesthetics, performance targets (LCP <2.5s), and modern CSS patterns. Triggers: component, responsive, accessibility, styling, UI, colours, Tailwind, layout, hover states, buttons, frontend.
mcp-builder
by mcp-use
Build Model Context Protocol (MCP) servers with mcp-use framework. Use when creating MCP servers, defining tools/resources/prompts, working with mcp-use, bootstrapping MCP projects, deploying MCP servers, or when user mentions MCP development, MCP tools, MCP resources, or MCP prompts.
/fal-generate
by vorbei
/fal-setup - Configure API key
prompt-template-designer
by NaveedTechLab
Design reusable prompt templates that encode domain-specific patterns for recurring AI development tasks. Use this skill when you've executed similar prompts 2+ times and need to capture the pattern as reusable intelligence. Transforms one-off prompts into parameterized templates that maintain quality while reducing cognitive load. Helps students move from Layer 2 (AI Collaboration) to Layer 3 (Intelligence Design) in the 4-Layer Teaching Method.
llm-caching
by RSHVR
Optimize LLM costs and latency through KV caching and prompt caching. Use when (1) structuring prompts for cache hits, (2) configuring API cache_control for Anthropic/Cohere/OpenAI/Gemini, (3) setting up self-hosted inference with vLLM/SGLang/Ollama, (4) building agentic workflows with prefix reuse, (5) designing batch processing pipelines, or (6) understanding cache pricing and tradeoffs.
directory-structure-enforcement-hooks
by shimo4228
"Use when Claude Code creates files in wrong locations despite CLAUDE.md rules. PreToolUse + Stop hook 3-layer defense."
brand-pptx-template
by thevgergroup
Create branded PowerPoint templates (.pptx/.potx) by extracting brand styles from a website or assets, generating base slides, and applying themes/layouts with potxkit via MCP or CLI.
prompt-engineer
by jgarrison929
Use when crafting LLM prompts, designing system prompts, building AI features, optimizing agent behavior, implementing chain-of-thought patterns, few-shot examples, evaluation frameworks, or any prompt engineering task.
managing-hooks
by Git-Fg
"Comprehensive guide for creating, configuring, and using Claude Code hooks. MUST Use when creating hooks, implementing PreToolUse/PostToolUse/Stop hooks, or configuring event-driven automation. Do not use for general automation, workflow management, or task execution."
python-optional-dependencies
by shimo4228
"Use when supporting multiple backends/providers without forcing all dependencies on users. pyproject.toml extras pattern."
load-conversation
by dhughes
Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation <uuid>" or "show me conversation <uuid>" or references loading/viewing a past conversation by its ID.
text-to-image-prompt-optimizer
by manzxiao
Generate and optimize AI image generation prompts with primary support for Google Gemini (Nano Banana), plus Midjourney, Stable Diffusion, DALL-E, Leonardo.ai, and other text-to-image tools. Use when users request: (1) Generate a prompt/提示词 for an image, (2) Optimize or improve an existing prompt, (3) Create variations of a prompt, (4) Translate ideas into detailed prompts, (5) Ask for help with AI image generation, or (6) Mention keywords like 'prompt', '提示词', 'Gemini', 'Nano Banana', 'Midjourney', 'Stable Diffusion', 'AI绘图', '文生图', 'text-to-image', or '/imagine'.
pickup
by robabby
Generate a context handoff prompt before clearing the session. Use when the user wants to preserve conversation state before running /clear, or when ending a session and wanting to resume later. Creates a summary prompt capturing task state, progress, decisions, and next steps that can be pasted into a fresh session.
great-prompt-anatomy
by rfxlamia
Essential framework for creating solid Veo 3 prompts. Use when constructing video prompts, validating prompt completeness, or teaching prompt structure. Defines 8 mandatory components (Subject, Setting, Action, Style/Genre, Camera/Composition, Lighting/Mood, Audio, Constraints) that every prompt must include for professional results.
busirocket-rust
by BusiRocket
Enforces Rust language and module standards for maintainable codebases. Use
whatsapp-agent
by ignaciosua
"Enviar mensajes de WhatsApp (contactos y grupos) reutilizando las secuencias existentes de macro-agent. Los mensajes se procesan para estar en minúsculas y sin acentos. Comandos: list, send <contacto> <mensaje>."