Back to browse
Homecrew – Share agent skills across your team and keep them in sync

Homecrew – Share agent skills across your team and keep them in sync

by sgk284·May 20, 2026·2 points·0 comments

AI Analysis

●●SolidShip ItCozy

npm install for agent skills that copies prompts into Claude, Cursor, and Gemini instantly.

Strengths
  • Detects installed agents automatically and copies skills to the correct config directories.
  • Treats private git repos as registries, avoiding the need for a central package host.
  • SKILL.md manifest standardizes how prompts declare dependencies and metadata.
Weaknesses
  • Agent skill directories change frequently; brittle coupling to upstream CLI paths.
  • Solves a coordination problem that might vanish as agents improve native sharing.
Category
Target Audience

Engineering teams sharing custom prompts and agent workflows

Similar To

npm · Homebrew · Cursor Rules

Post Description

Hi HN, we share a ton of agent skills at my startup¹ and keeping them in sync was a pain, especially the full cross-product of every team member and every agent they use.

We built Homecrew to solve it for us and open-sourced it. We use it to share skills, make them accessible to every agents, and keep everything in sync.

It works for managing and finding skills outside of your team as well, but its primary motivation was sharing private internal skills.

It's git-based, so if your team has a git repo of skills, Homecrew should "just work".

Hope you find it helpful. Would love any feedback.

¹ https://logic.inc

Similar Projects