OpenAgentsIncOpenAgentsIncOfficialยท5 Agent Skills Included

openagents

Autonomous coding loops, parallel delegation, and issue backlog execution

Runs autonomous coding loops that pick up open issues, implement fixes, and land verified changes without supervision. Delegates parallel work to child coding agents across separate worktrees, eliminating merge conflicts and idle waiting. Captures structured test reports so failures are read from files instead of expensive re-runs. Connects agents to public Nostr chat and CLI-driven issue, project, and repository management.
npx skills add OpenAgentsInc/openagents --all -g -y
Available:

Gives the agent its operating contract: when to delegate work to subagents, how to run the autonomous loop without idling, and the cost, failure, and authority limits it must respect.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’