You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new readme-generator agent that creates clean, professional, and developer-friendly README.md files. It takes a repository URL, project description, tech stack, and desired sections as inputs to automatically generate copy-pasteable documentation.
The system prompt clearly describes the format of the output
This agent is not a duplicate of one that already exists
Anything else I should know?
The agent is configured to use claude-sonnet-4-6 via Anthropic as its default provider, though it supports any provider. The system prompt is heavily optimized to output valid GitHub-flavored Markdown without conversational filler so it can be directly copied into a repository.
Hey @jbkun069! 👋
Wow — your first contribution to iloveAgents! This is a big deal and I want you to know it means a lot. 🎊
Every agent on this platform started exactly like this — someone like you deciding to spend their time building something useful for everyone. That is something to be proud of.
A few things while you wait for the review:
⭐ Star the repo if you haven't already. Star it here
hey @jbkun069! 👋
Your PR doesn't seem to be linked to an issue.
Please add this line to your PR description: Closes #issue_number
Replace issue_number with the actual issue number you are solving.
This helps us track what each PR is fixing! 🔗
— @AditthyaSS
hey @jbkun069! 👋 Your PR doesn't seem to be linked to an issue. Please add this line to your PR description: Closes #issue_number Replace issue_number with the actual issue number you are solving. This helps us track what each PR is fixing! 🔗 — @AditthyaSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a new
readme-generatoragent that creates clean, professional, and developer-friendlyREADME.mdfiles. It takes a repository URL, project description, tech stack, and desired sections as inputs to automatically generate copy-pasteable documentation.Type of change
Checklist
For every PR:
npm run devFor new agent PRs:
src/agents/definitions/with the agent configidis lowercase and uses kebab-case (likemy-agent-name)Anything else I should know?
The agent is configured to use
claude-sonnet-4-6via Anthropic as its default provider, though it supports any provider. The system prompt is heavily optimized to output valid GitHub-flavored Markdown without conversational filler so it can be directly copied into a repository.closes #148