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

Decision Passport: An Audit Layer for AI Agent Execution Governance
The Claude Code leak highlights a gap in AI agent governance. Decision Passport addresses this with append-only execution records, portable proof bundles, and offline verification for tamper-evident audit trails.

Strale.io offers free IBAN and email validation API for AI agents with no signup
Strale.io provides a free API with five capabilities including IBAN validation, email validation, DNS lookup, URL-to-markdown conversion, and JSON repair. No signup or API key is required, and it includes an MCP server for Claude or Cursor integration.

Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code
The claude-ide-bridge is an MIT-licensed open-source tool that connects Claude Code to your IDE, providing access to LSP, debugger, terminals, git, and GitHub through 124 tools. It enables a workflow where tasks sent via Dispatch from a phone are handled by the Claude desktop app, which uses Claude Code to write code and run tests while interacting with the IDE.

Oh-My-Mermaid: Claude Code Skill for Auto-Generating Architecture Diagrams
Oh-My-Mermaid is a Claude Code skill that analyzes codebases and automatically generates Mermaid architecture diagrams and documentation. It's installed via npm and used with the /omm-scan command in Claude Code.