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

V6rge AI Suite Update Adds NVIDIA GPU Support and Beta Coding Agent
V6rge AI Suite has released an update that fixes GPU detection issues, adds full NVIDIA GPU support for better performance, and introduces a new beta coding agent that generates and assists with code directly inside the app.

Crag: Open-source tool generates unified AI agent rules from project configs
Crag is an open-source compiler that analyzes project configurations and generates a single governance.md file, then compiles it into multiple AI agent rule files to prevent configuration drift across tools like Claude Code, Cursor, and Copilot.

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.