Terminal.skills
Skills/prompts-chat
>

prompts-chat

Browse, search, and self-host a community prompt library with 1000+ curated prompts. Use when: finding proven prompts for specific tasks, building a team prompt library, learning prompt patterns from community-tested examples.

#prompts#prompt-library#community
terminal-skillsv1.0.0
Works with:claude-codeopenai-codexgemini-clicursor
Source

Usage

$
✓ Installed prompts-chat v1.0.0

Getting Started

  1. Install the skill using the command above
  2. Open your AI coding agent (Claude Code, Codex, Gemini CLI, or Cursor)
  3. Reference the skill in your prompt
  4. The AI will use the skill's capabilities automatically

Example Prompts

  • "Transform these meeting notes into action items with owners and deadlines"
  • "Draft a follow-up email to the client summarizing our discussion"

Information

Version
1.0.0
Author
terminal-skills
Category
Productivity
License
MIT

Documentation

Overview

Prompts.chat (formerly Awesome ChatGPT Prompts) is a self-hostable platform with 1000+ community-curated prompts organized by category. Browse online or deploy privately for your team.

Instructions

Browse Online

Visit prompts.chat to search and copy prompts immediately.

Self-Host for Teams

bash
git clone https://github.com/f/prompts.chat.git
cd prompts.chat
docker compose up -d

Access at http://localhost:3000. Your team gets a private prompt library.

Search by Category

Prompts are organized into categories:

  • Coding: Debug code, write tests, refactor, code review, architecture
  • Writing: Blog posts, emails, copy, social media, documentation
  • Analysis: Data analysis, research, summarization, comparison
  • Business: Strategy, marketing plans, sales scripts, financial models
  • Creative: Brainstorming, storytelling, design briefs

Use a Prompt

  1. Search for your task (e.g., "code review")
  2. Copy the prompt template
  3. Replace placeholders with your specifics
  4. Paste into your AI tool

Build Team Collections

Create curated collections for your organization:

  1. Fork the repository
  2. Add prompts to the prompts/ directory following the format
  3. Deploy your fork — team members access shared prompts
  4. Version control improvements over time

Examples

Example 1: Code review prompt

Search "code review" → find the "Senior Code Reviewer" prompt:

Act as a senior software engineer reviewing a pull request.
Review this code for: bugs, security issues, performance,
readability, and adherence to best practices.
Code: [paste code]

Example 2: Business strategy prompt

Search "market analysis" → find the "Market Analyst" prompt:

Analyze the market opportunity for [product] targeting [audience].
Include: market size, competitors, differentiation opportunities,
pricing strategy, and go-to-market recommendations.

Guidelines

  • Test prompts with your specific AI model — some work better with Claude vs GPT
  • Customize prompts for your domain (replace generic terms with your industry specifics)
  • Contribute back — submit prompts that work well for you to help the community
  • For team use, add company-specific context to prompts (coding standards, brand voice)
  • Review prompts periodically — AI capabilities change, prompts should evolve