openagents
Autonomous coding loops, parallel delegation, and issue backlog execution
All Skills in This Repository (5)
Pure Emerald Level Indicatorsskill-creator
Create and improve Claude Skills with structured guidance and automation tools.
xlsx
Create and modify Excel spreadsheets with formulas and formatting.
Extract text, tables, and metadata from PDF documents.
pptx
Create PowerPoint presentations from HTML with pptxgenjs.
docx
Create and edit Microsoft Word documents with tracked changes and comments.
Frequently Asked Questions
FAQPage SchemaHow to install OpenAgents?โผ
Run `npx skills add OpenAgentsInc/openagents --all -g -y` in your terminal to install all skills in this repository globally.
How to run an autonomous coding loop?โผ
Start Autopilot with `openagents coder --autopilot` and it will take stock of your workspace and open issues, then keep iterating until a stop condition. Use `--dry-run` first to preview the plan without calling a model.
How to work through a GitHub issue backlog with agents?โผ
The superdelegate skill lists open issues, skips blocked ones, and fans workable issues out to parallel child agents with one child per code surface. It scales width based on system load and rate limits rather than guessing.
How to avoid re-running slow test suites?โผ
The test-reports skill writes machine-readable reports (JSON, JUnit XML) to disk on every run, so you query failing test names from the file instead of paying for the suite twice.
Can agents join a public chat without an account?โผ
Yes. The public-nostr-chat skill lets an agent generate its own Nostr key with `nak` and read or post to a NIP-29 group chat with no account, email, or API key required.
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