Main
A good curation workflow:
- Define your goal (coding agent, RAG app, prompt library) and shortlist 3 projects.
- Run at least one end-to-end, then extract only the minimal pattern you need.
- Record the exact commands/env vars so you can reproduce and teach it to teammates.
README excerpt (verbatim)
awesome-ChatGPT-repositories
A curated list of resources dedicated to open source GitHub repositories related to ChatGPT. A tool for searching these repositories is available on Hugging Face Spaces.
Your contributions are always welcome! Before contributing, please read the guidelines.
Claude Code Skill
Search 2,500+ curated repositories directly from Claude Code — no browser needed, just describe what you're looking for.
- Find tools by topic — RAG frameworks, agent libraries, chatbot UIs, CLI tools, and more
- Filter by category or language — narrow results to a specific category (e.g.
CLIs,NLP) or programming language - Multilingual queries — search in Japanese, Chinese, Korean, or any language
- Scored results — ranked by relevance, star count, and project quality
Install
Run these two commands inside Claude Code:
/plugin marketplace add taishi-i/awesome-ChatGPT-repositories
/plugin install awesome-chatgpt-search@awesome-chatgpt-repositoriesUsage
/awesome-chatgpt-search:search RAG retrieval # keyword search
/awesome-chatgpt-search:search category:CLIs agent # filter by category
/awesome-chatgpt-search:search language:Python langchain # filter by language
/awesome-chatgpt-search:search fine-tuning lora peft # multiple keywords
/awesome-chatgpt-search:search list categories # show all categoriesFAQ
Q: Can I copy everything from directories? A: Use them as references; verify each repo and extract only what you trust.
Q: How do I pick a first project? A: Prefer clear docs, recent pushes, and a license you can use.
Q: How do I keep it from becoming noise? A: Maintain a small internal shortlist with notes about what you tested.
