Agent Skill Harbor: GitHub-native skill management for AI agent teams

What Agent Skill Harbor does
Agent Skill Harbor addresses the gap between public skill discovery and personal skill management by providing a team-focused platform for AI agent skills. It's designed as GitHub-native, DB-less, and serverless because skills are primarily text artifacts that fit naturally in Git workflows.
Key features from the source
- Collects skills from GitHub repositories
- Tracks provenance of skills
- Supports governance and safety checks
- Publishes a static catalog site using GitHub Actions and GitHub Pages
- Open-source (OSS) platform
Technical approach and context
The creator notes that while MCP (Model Context Protocol) prompt delivery could provide dynamic skill distribution in the future, Git-native approaches are currently more practical because:
- Skills are mostly authored and reviewed in Git
- Teams need provenance and governance around skills
- Tool support for MCP prompt delivery is still incomplete
Agent Skill Harbor is positioned as addressing organizational needs like collection, cataloging, provenance, governance, and safety on top of individual skill packaging approaches.
Community discussion points
Hacker News commenters discussed several related topics:
- MCP support could enable dynamic skill feeds without sync workflows
- Standardized CLI skills protocols similar to --help for agent/human workflows
- Whether skill management should extend beyond prompts to include MCP, commands, hooks, and rules
- Debate about whether skills are just text (prompts and scripts) or can include binaries
- Discussion about static vs. dynamic skill delivery approaches
The demo is available at https://skill-mill.github.io/agent-skill-harbor-demo/ and the repository at https://github.com/skill-mill/agent-skill-harbor.
📖 Read the full source: HN AI Agents
👀 See Also

Ruflo: Open-Source Platform for Running Multiple AI Agents as a Team
Ruflo is an open-source platform that lets you run many AI agents together to work as a team on complex tasks. Previously known as Claude Flow, it helps coordinate workflows where tasks need to be broken into parts.

Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
A developer has created a free desktop application that analyzes AI-generated images locally using Ollama vision models. The tool provides structured feedback reports including improvement suggestions and prompt upgrades.

Implementing a Local Voice Assistant with Qwen3 on RTX 5060 Ti
A fully local home automation voice assistant using Qwen3 ASR, LLM, and TTS on an RTX 5060 Ti, featuring Morgan Freeman voice cloning and a variety of integration tools.

AutoDream: 11-hook memory system for Claude Code with safety features
AutoDream is an open-source tool that adds project memory persistence and command safety to Claude Code. It uses 11 hooks across 6 events to inject context, block dangerous commands, and survive the /compact operation.