harbor
Run and manage a complete local LLM stack with one command
All Skills in This Repository (20)
Pure Emerald Level Indicatorsfacts-refine
Refines draft facts into actionable specifications by resolving ambiguities, gaps, and contradictions.
new-boost-module
Develop Python-based Boost modules for Harbor's LLM proxy pipeline.
release
Automate Harbor release lifecycle from version bumping to GitHub release drafting.
facts-discover
Scan codebases to classify facts into lifecycle stages and organize them into a fact sheet.
facts-implement
Transform spec facts into executable code with validation scripts.
agent-integration-testing
Automate integration test creation and execution with subagents.
skill-creator
Create, edit, and optimize custom AI skills with SKILL.md files.
timeboxed-iterating
Dispatch subagents for iterative task execution within a specified duration.
bughunt
Automate bug discovery, triage, fixing, and auditing in codebases.
ideate
Facilitate timeboxed ideation sessions with propose-and-critique loops.
anneal
Detect and repair AI-introduced code slop over a specified duration.
facts
Manage and validate .facts files for project truth statements.
Frequently Asked Questions
FAQPage SchemaHow to install Harbor?โผ
Run `npx skills add av/harbor --all -g -y` in your terminal to install all skills in this suite globally.
How to run LLMs locally with Harbor?โผ
Run `harbor up` to start Open WebUI and llama.cpp pre-connected, then `harbor pull <model>` to download a model and `harbor open` to chat in your browser.
What services can Harbor manage?โผ
Harbor manages over 250 AI services including backends like Ollama, vLLM, and llama.cpp, frontends like Open WebUI, and tools like SearXNG, ComfyUI, and Speaches, all pre-wired to work together.
Does Harbor work with AI coding agents?โผ
Yes. `harbor launch` connects coding tools like Codex and Aider to your local models, and the included skills teach agents how to operate the Harbor CLI safely.
Do I need Docker experience to use Harbor?โผ
No. Harbor handles all Docker Compose orchestration, configuration, and service networking for you, and `harbor doctor` checks your setup automatically.
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