Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: Skillhub Compose AI Agent

Skillhub is a new tool that composes AI agent skills from multiple sources using Claude-powered conflict resolution, allowing users to merge skills from different repositories like skills.sh and agency-agents with a single command.

Background

- **Skillhub** is a new open-source tool that merges AI agent "skills" (instruction sets or capabilities) from different sources — similar to how Git merges code files, but for AI prompts and behaviors. - **skills.sh** and **agency-agents** are two existing repositories where people share AI agent skill definitions. They use different formats or structures, so you can't directly combine one skill from each. - **Claude-powered conflict resolution** means Skillhub uses Anthropic's AI model Claude to automatically handle conflicts when two skill definitions contradict each other, instead of leaving them for a human to resolve manually. - **Show HN** is a tag on Hacker News for people to showcase their own projects. This matters because the AI-agent ecosystem is fragmented — there's no standard format for sharing or composing agent capabilities, so tools like Skillhub try to solve an interoperability problem that the community hasn't standardized yet.

Related stories