This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
Weft
Homebrew for AI coding agents: skills, agents & MCP
weft is a package manager for "harnesses" — bundles of skills, subagents, slash commands, hooks, and MCP servers that upgrade what your AI coding agent can do. What makes it different: • One catalog targets Claude Code, Codex, Gemini, Cursor & opencode install the same harness on any CLI, no porting. • Your machine never runs a harness's installer. CI builds & verifies each one in a sandbox; weft just places files + merges config. npm install -g @symploke-ai/weft weft install gsd-core
There's a lot of great "harness" material out there now — skill packs, spec-driven dev systems like gsd-core, agent setups — but unlike MCP, there's no shared way to distribute it. Some ship as npx, some are plugin-only, some just hand you a setup script. Multiply that by CLI fragmentation (Claude Code, Codex, Gemini, Cursor, opencode) and trying anything out becomes a chore of porting and hand-copying files.
It asks which CLI + scope once, drops pre-built, verified files into the right place, and merges config fragments into your existing JSON. The part I care most about: your machine never runs a harness's own installer — a CI step does that once in a sandbox and publishes a normalized snapshot. And every install writes a receipt, so uninstall/upgrade are exact instead of "hope you got all the files."
It's early and the catalog is still small. I'd love feedback on the model — especially the cross-CLI normalization and the receipt-based exact-uninstall — and which harnesses you'd actually want to install this way.
About Weft on Product Hunt
“Homebrew for AI coding agents: skills, agents & MCP”
Weft was submitted on Product Hunt and earned 4 upvotes and 1 comments, placing #136 on the daily leaderboard. weft is a package manager for "harnesses" — bundles of skills, subagents, slash commands, hooks, and MCP servers that upgrade what your AI coding agent can do. What makes it different: • One catalog targets Claude Code, Codex, Gemini, Cursor & opencode install the same harness on any CLI, no porting. • Your machine never runs a harness's installer. CI builds & verifies each one in a sandbox; weft just places files + merges config. npm install -g @symploke-ai/weft weft install gsd-core
On the analytics side, Weft competes within Open Source, Developer Tools, Artificial Intelligence and GitHub — topics that collectively have 1.1M followers on Product Hunt. The dashboard above tracks how Weft performed against the three products that launched closest to it on the same day.
Who hunted Weft?
Weft was hunted by Kalen Kim. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Weft including community comment highlights and product details, visit the product overview.
Hi PH 👋 I'm the maker of weft.
There's a lot of great "harness" material out there now — skill packs, spec-driven dev systems like gsd-core, agent setups — but unlike MCP, there's no shared way to distribute it. Some ship as npx, some are plugin-only, some just hand you a setup script. Multiply that by CLI fragmentation (Claude Code, Codex, Gemini, Cursor, opencode) and trying anything out becomes a chore of porting and hand-copying files.
weft does the packaging ahead of time:
It asks which CLI + scope once, drops pre-built, verified files into the right place, and merges config fragments into your existing JSON. The part I care most about: your machine never runs a harness's own installer — a CI step does that once in a sandbox and publishes a normalized snapshot. And every install writes a receipt, so uninstall/upgrade are exact instead of "hope you got all the files."
It's early and the catalog is still small. I'd love feedback on the model — especially the cross-CLI normalization and the receipt-based exact-uninstall — and which harnesses you'd actually want to install this way.