If you are building an open-source project, there is a good chance that your readme is full of badges like this:
Badges help share the status of various aspects of your repo, it's popularity and link to helpful resources for visitors like documentation.
In the AI era, there is a badge that is missing. A badge that can help your users explore your repository 🌈 and build with it faster⚡️ without reading docs.
Introducing "AI Code Assist" Badge:
To add such badge to your repo, just add the below to your readme.
<a href=“https://app.commanddash.io/agent?github=<your github repo>”><img src="https://img.shields.io/badge/AI-Code%20Gen-EB9FDA”></a>
- Replace
<your github repo>
with your Github Repository URL, for example:https://github.com/apify/crawlee-python
This will create an AI code assist trained on your code + issues in your repository.
Developers can click the badge, to access the code assist directly in a web app.
They can ask any questions are quoted with links to code and issues from your repository along with the answer.
Sounds great right? 🤩 Add it to your repo and help developers build faster!