holon-runholon-runOfficial·8 Agent Skills Included

holon

Local runtime for long-running coding and GitHub workflows

Runs long-lived coding agents locally with persistent state, task queues, and event-driven wait and wake cycles. Solves GitHub issues end-to-end, fixes pull request feedback and CI failures, and publishes structured code reviews. Eliminates lost context across sessions by keeping work items, trust boundaries, and execution history explicit. Works through a terminal interface, web dashboard, or Docker container with major model providers.
npx skills add holon-run/holon --all -g -y
Available:

Directs the agent to follow the repository's runtime architecture rules, trust boundaries, and development priorities when making code changes, with CLAUDE.md deferring to AGENTS.md as the source of truth.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Holon?

Run `npx skills add holon-run/holon --all -g -y` in your terminal to install all skills in this suite globally.

What does Holon actually do?

Holon is a local runtime that keeps coding agents running continuously, preserving their state, tasks, and context across sessions so long-running work resumes automatically instead of restarting.

Can Holon fix GitHub issues automatically?

Yes. The github-issue-solve skill collects issue context, implements the fix, runs verification, and publishes a pull request, while github-pr-fix handles review feedback and CI failures on existing PRs.

Which model providers does Holon support?

Holon works with Anthropic, OpenAI, DeepSeek, OpenRouter, Qwen, GLM, Kimi, MiniMax, and other providers, configured interactively via `holon onboard` or the web settings page.

Do I need to keep my terminal open for agents to keep working?

No. Agents run under the Holon daemon and keep working after you disconnect, waking automatically when tasks finish, external events arrive, or operator input is provided.

Related Repositories in Software Engineering

View All in Software Engineering