-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
docs: Add compatible agents section with AdaL #1017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -247,3 +247,10 @@ Use prompts.chat as an MCP server in your AI tools. | |
| ## 📜 License | ||
|
|
||
| **[CC0 1.0 Universal (Public Domain)](https://creativecommons.org/publicdomain/zero/1.0/)** — Copy, modify, distribute, and use freely. No attribution required. | ||
|
|
||
| ## Compatible Agents | ||
|
|
||
| These prompts work great with: | ||
| - [ChatGPT](https://chat.openai.com/) | ||
| - [Claude Code](https://claude.com/product/claude-code) | ||
| - [AdaL](https://sylph.ai/) - Self-evolving AI coding agent ([Docs](https://docs.sylph.ai/) | [GitHub](https://github.com/SylphAI-Inc/adal-cli)) | ||
|
Comment on lines
+254
to
+256
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Verify all AdaL-related links
echo "=== Checking ChatGPT link ==="
curl -s -I -L -w "\nHTTP Status: %{http_code}\n" "https://chat.openai.com/" 2>&1 | head -20
echo ""
echo "=== Checking Claude Code link ==="
curl -s -I -L -w "\nHTTP Status: %{http_code}\n" "https://claude.com/product/claude-code" 2>&1 | head -20
echo ""
echo "=== Checking AdaL website ==="
curl -s -I -L -w "\nHTTP Status: %{http_code}\n" "https://sylph.ai/" 2>&1 | head -20
echo ""
echo "=== Checking AdaL docs ==="
curl -s -I -L -w "\nHTTP Status: %{http_code}\n" "https://docs.sylph.ai/" 2>&1 | head -20
echo ""
echo "=== Checking AdaL GitHub ==="
curl -s -I -L -w "\nHTTP Status: %{http_code}\n" "https://github.com/SylphAI-Inc/adal-cli" 2>&1 | head -20Repository: f/prompts.chat Length of output: 8180 Update ChatGPT link URL to reflect current redirect. The ChatGPT link currently redirects from 🤖 Prompt for AI AgentsThere was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Verify disproportionate emphasis on AdaL may constitute promotional content. AdaL receives significantly more prominent treatment compared to ChatGPT and Claude Code:
Given the PR notes indicate this content was generated by AdaL itself, this asymmetry raises concerns about self-promotional content. Consider either:
🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address redundancy with existing compatibility statement.
This section duplicates information already present at line 15: "Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more." The new section lists only 3 agents while the existing statement mentions 5+ models. Consider either:
🤖 Prompt for AI Agents