[PR #391] [CLOSED] Add AgentsKB - researched knowledge base for AI assistants #7456

Closed
opened 2026-06-03 21:31:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/391
Author: @Cranot
Created: 12/1/2025
Status: Closed

Base: mainHead: add-agentskb


📝 Commits (1)

  • cae7224 Add AgentsKB - researched knowledge base for AI assistants

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

Hey! I'd like to add AgentsKB to this list.

What is it?

AgentsKB is a researched knowledge base designed specifically for AI coding assistants. We focus on the questions where LLMs typically struggle - specific technical details, exact default values, version-specific gotchas.

Example: "What's the default statement_timeout in PostgreSQL?" - LLMs often guess. We researched it: 0 (disabled), from the official docs.

Why it exists

When AI assistants search the web while debugging, it's a quick side-task. They grab something that looks right and move on. We do dedicated research per question against official documentation, so the answer is actually correct.

Stats

  • 5,700+ researched Q&As
  • 40+ domains (PostgreSQL, Next.js, FastAPI, Docker, AWS, etc.)
  • MCP integration for Claude Code, Cursor, Cline
  • REST API available

Free tier: 300 queries/month, no API key needed.

Happy to adjust the entry if needed!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/391 **Author:** [@Cranot](https://github.com/Cranot) **Created:** 12/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-agentskb` --- ### 📝 Commits (1) - [`cae7224`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/cae7224f613a04bbf2bd5f6acde184ee116f9a85) Add AgentsKB - researched knowledge base for AI assistants ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description Hey! I'd like to add AgentsKB to this list. ## What is it? AgentsKB is a researched knowledge base designed specifically for AI coding assistants. We focus on the questions where LLMs typically struggle - specific technical details, exact default values, version-specific gotchas. **Example:** "What's the default `statement_timeout` in PostgreSQL?" - LLMs often guess. We researched it: 0 (disabled), from the official docs. ## Why it exists When AI assistants search the web while debugging, it's a quick side-task. They grab something that looks right and move on. We do dedicated research per question against official documentation, so the answer is actually correct. ## Stats - 5,700+ researched Q&As - 40+ domains (PostgreSQL, Next.js, FastAPI, Docker, AWS, etc.) - MCP integration for Claude Code, Cursor, Cline - REST API available ## Links - Website: https://agentskb.com - GitHub: https://github.com/Cranot/agentskb-mcp - npm: https://www.npmjs.com/package/@agentskb/cli Free tier: 300 queries/month, no API key needed. Happy to adjust the entry if needed! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-03 21:31:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#7456