Skills prompts-chat
install
source · Clone the upstream repo
git clone https://github.com/TerminalSkills/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TerminalSkills/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/prompts-chat" ~/.claude/skills/terminalskills-skills-prompts-chat && rm -rf "$T"
manifest:
skills/prompts-chat/SKILL.mdsource content
Prompts.chat
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
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
- Search for your task (e.g., "code review")
- Copy the prompt template
- Replace placeholders with your specifics
- Paste into your AI tool
Build Team Collections
Create curated collections for your organization:
- Fork the repository
- Add prompts to the
directory following the formatprompts/ - Deploy your fork — team members access shared prompts
- 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