- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
baoyu-image-gen
by Quriosity-agent
AI image generation with OpenAI, Google, DashScope, Replicate and fal.ai APIs. Supports text-to-image, reference images, aspect ratios. Sequential by default; parallel generation available on request. Use when user asks to generate, create, or draw images.
email-assistant
by yangliu2060
AI智能邮件助手,分析邮件内容生成摘要,判断是否需要回复,并基于上下文生成专业回复草稿。
brain-in-the-fish
by fabio-rovai
Universal document evaluation engine — evaluate any document against any criteria using cognitively-modelled AI agents with ontology-grounded scoring
claude-skill-model-fingerprint
by rt22766
"通过自省式分析、reasoning_effort 指纹、Magic String 拒绝测试和特定压力测试来检测当前 API 是否为真实 Claude 模型,或是否存在中转、封装与提示词冲突。用于怀疑模型真假、来源异常、被第三方包装,或需要输出模型真实性检测报告时。"
codex-agent
by dztabel-happy
"用 OpenClaw 驱动 Codex CLI 的受管运行时。支持交互式 tmux 会话、一次性 exec 任务、会话状态查询、显式 session-id 路由、启动阻塞识别与完成通知。"
craft-companion
by qcx1919788736-collab
基于结构化知识库的AI协作小说创作框架。支持章纲→初稿→自查→修订→终版完整流程,适用于都市异能/任何长篇小说。
tmux
by dashed
"Remote control tmux sessions for interactive CLIs (python, gdb, git add -p, etc.) by sending keystrokes and scraping pane output. Use when debugging applications, running interactive REPLs (Python, gdb, ipdb, psql, mysql, node), automating terminal workflows, interactive git commands (git add -p, git stash -p, git rebase -i), or when user mentions tmux, debugging, or interactive shells."
planner
by solatis
Interactive planning and execution for complex tasks. IMMEDIATELY invoke when user asks to use planner.
text-optimizer
by kochetkov-ma
"Optimizes text, prompts, and documentation for LLM token efficiency. Applies 41 research-backed rules across 6 categories: Claude behavior, token efficiency, structure, reference integrity, perception, and LLM comprehension. Use when optimizing prompts, reducing tokens, compressing verbose docs, or improving LLM instruction quality."
brewcode:text-human
by kochetkov-ma
Removes AI artifacts, cleans comments, simplifies documentation in code. Use when - humanizing code, removing AI comments, cleaning docs, fixing unicode, making code human-readable. Trigger keywords - humanize, human, ai artifacts, ai comments, clean comments, simplify docs, unicode fix, remove generated, make readable.
brewcode:setup
by kochetkov-ma
Analyzes project structure and tech stack to generate adapted PLAN.md.template in .claude/tasks/templates/.
brewcode:mcp-config
by kochetkov-ma
Manages MCP server configurations across global, project, and plugin scopes. Shows status, enables/disables servers per-project, detects duplicates in CLAUDE.md.
brewcode:skills
by kochetkov-ma
Skill management - list, improve, create skills with activation optimization.
brewcode:rules
by kochetkov-ma
Syncs KNOWLEDGE.jsonl or session learnings to project rules. Use when - updating rules, syncing knowledge, extracting learnings, organizing anti-patterns. Trigger keywords - rules, knowledge sync, avoid patterns, best practices, session rules, extract rules.
trigger-agents
by triggerdotdev
AI agent patterns with Trigger.dev - orchestration, parallelization, routing, evaluator-optimizer, and human-in-the-loop. Use when building LLM-powered tasks that need parallel workers, approval gates, tool calling, or multi-step agent workflows.
brewcode:spec
by kochetkov-ma
Creates task specification through research and user interaction.
brewcode:plan
by kochetkov-ma
Creates execution plan (PLAN.md) from SPEC or Plan Mode file.
brewcode:text-optimize
by kochetkov-ma
Optimizes text and docs for LLM token efficiency. Use when - optimizing prompts, reducing tokens, compressing text, condensing verbose content. Trigger keywords - optimize, reduce tokens, compress, condense, slim, tighten, too verbose, shrink.
brewcode:teardown
by kochetkov-ma
Removes brewcode project files (templates, configs, logs).
best-practices
by hainamchung
Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.
clear-plugin-cache
by melodic-software
Clear cached plugin copies (requires reinstall after)
graphmemory
by bradAGI
Build and query embedded GraphRAG knowledge graphs with DuckDB-backed vector, full-text, and hybrid search. Use when the user wants to store entities and relations, run RAG over a graph, extract knowledge graphs from text with DSPy, run graph algorithms (PageRank, centrality, components), merge/upsert nodes and edges, fuzzy-dedupe an existing graph, or visualize interactively in a browser. Trigger phrases include "knowledge graph", "GraphRAG", "graph database", "hybrid search", "extract entities and relations", "DuckDB graph", "embedded graph store", "dedupe graph nodes".
gif-splitter
by isjiamu
GIF动图切分工具,将超过指定帧数的GIF文件自动拆分成多个小文件。适用于微信公众号等平台上传GIF时遇到"帧数超限"的问题。
chat-history
by tyrchen
Extract and organize Claude Code session history into project .chats directory. Use when users want to document their Claude sessions, export conversation inputs, or maintain a log of instructions given to Claude.