Automatic tools and context generation #202
butschster
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check this out 👉 https://context7.com/
It gives your LLM (Claude, Cursor, etc.) real Laravel docs — no outdated stuff, just clean and fresh info from source.
Let’s say you wanna search for routing in Laravel docs — just use this link:
🔍
https://context7.com/laravel/docs?topic=routing&tokens=500
You point to the repo (
laravel/docs
), set the topic (routing
), and max tokens (500
).Boom! Docs ready to copy into your AI tool.
But here’s the coolest part — you don’t need to write configs for tools or context files yourself.
Just ask the LLM, and it will build it for you!
🛠️ Example instruction:
🤖 What LLM replied:
And you can also generate context docs the same way!
📄 Example instruction:
🤖 What LLM replied:
💡 So yeah — LLM can build tools for itself using CTX and JSON schema.
You just write simple instructions, and it does the rest.
No need to guess or dig through docs yourself anymore!
Beta Was this translation helpful? Give feedback.
All reactions