rlmagents
Recursive reasoning loops for large codebases and long documents
All Skills in This Repository (8)
Pure Emerald Level Indicatorsskill-creator
Guide users through creating and refining agent skills with structured directories.
arxiv-search
Searches arXiv preprint repository for papers matching user keywords and retrieves titles and summaries.
langgraph-docs
Retrieve and synthesize LangGraph Python documentation to answer user queries.
web-research
Plan structured web research, delegate subtopics to sub-agents, and synthesize findings into reports.
schema_exploration
List database tables and detail columns, data types, and relationships.
query-writing
Generate and execute SQL queries for data retrieval and analysis.
social-media
Generate platform-specific social media posts with images for LinkedIn and Twitter/X.
blog-post
Create structured, SEO-optimized blog posts with research and cover images.
Frequently Asked Questions
FAQPage SchemaHow to install rlmagents?โผ
Run `npx skills add Hmbown/rlmagents --all -g -y` in your terminal to install all skills in this suite globally.
How to analyze large codebases without hitting context limits?โผ
rlmagents loads big files into isolated sessions and lets the agent search, peek, and run code against them, so nothing huge is pasted into the chat window.
What is a Recursive Language Model loop?โผ
It is a workflow where the agent writes and runs code in a session, spawns smaller sub-queries for hard parts, and finalizes an answer with tracked evidence instead of relying on one giant prompt.
Can rlmagents answer questions from a SQL database?โผ
Yes. The included text-to-SQL example explores table schemas, writes safe read-only queries, and formats results from plain-English questions.
Does rlmagents work with Claude Code and other agent runtimes?โผ
Yes. Its skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible agent environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core