Aug 3, 2026 · by fmerian · View source

Hexis

Git-backed skills, tools & context for AI agents

Hexis

Editorial analysis

Cross-border e-commerce has quietly turned into a knowledge-management problem dressed in a revenue problem’s clothes. The models are identical for every seller on Earth — the margin now comes from whose AI agents carry better instructions, sharper guardrails, and more marketplace-specific context. Yet most operators I meet run their entire AI brain on prompt chaos: listing generators in Google Docs, ad-copy frameworks in Slack threads, customer-service tone guides living on whatever freelancer’s laptop last touched them. That is the gap Hexis attacks. Launched by the Bevel team as a non-developer layer on top of Git for governing AI-agent skills — versioning, access control, and approvals without a Git workflow — it’s pitched at engineering orgs, but the mental model is exactly what a three-person Shenzhen brand with a Manila VA team and a TikTok Shop channel is missing. You don’t need Git. You need governance.

The problem Hexis actually solves: your agents have amnesia and no org chart

Every serious cross-border operator I know runs on the same unspoken lie: that the AI stack is the model. It isn’t. The model is table stakes. What separates a listing agent that gets you suspended from one that gets you ranked is the instruction layer — the skills, guardrails, and context files that tell the model which claims are legal in Germany, which adjectives Amazon’s policy bots flag, which tone actually converts on TikTok Shop, how to escalate a defective-order complaint from a customer in France without violating a marketplace’s return-window rules. Most sellers manage that instruction layer the way they managed supplier price lists in 2015: shared folders, chat threads, and the hope that nobody important quits.

The Hexis launch story is framed in developer language, but translate it and it’s uncomfortably familiar. As Ali Raza writes in the launch note, teams keep putting skills and context into GitHub — versioning, PRs, and review work “for a bit,” but then non-technical people have to learn the whole workflow. His honest diagnosis: “GitHub was built for software development, and it breaks down when you use it at scale for something it wasn’t built for.” Co-founder Juan Viera Garcia adds the two pains that every cross-border brand manager will recognize: sharing skills between coworkers is slow and clunky when it means passing files and folders around, and using GitHub to store and distribute those skills is a steep learning curve for non-technical users.

Now replace “skills” with what a cross-border seller actually means by skills: your Amazon listing template that encodes “no ‘compatible with’ claims without disclaimers,” your review-response playbook that knows the difference between a late-delivery complaint and a damaged-product complaint, your TikTok ad brief that remembers which hook styles got throttled last quarter, your supplier email script that has never once produced a “yes, we accept returns at your cost” reply. These are all agent skills. They have owners, versions, authors, and blast radii. And nearly every seller I meet is treating them as vibes.

Hexis is, at its core, a layer on top of Git that keeps versioning and pull requests but adds a non-developer interface and, crucially, file-based access management — something the makers correctly note “just doesn’t work with Github/Gitlab.” Users connect any agent through an MCP server, use skills, suggest changes, and submit new ones without ever touching a Git workflow. Admins decide which context, tools, and skills each person, team, or agent can access, then approve or reject changes. Open-sourced from day one, with a live demo you can poke at before committing to self-hosting.

Why “possess” matters more than “perform”

The product takes its name from the Aristotelian notion of hexis: a skill you don’t merely perform once, but genuinely possess. That distinction is the whole essay for AI-dependent e-commerce. Most sellers have agents that perform — a one-off chat session that produces a listing, a one-off prompt that writes an angry response to a one-star review. What they don’t have is agents that possess — a repeatable, versioned, owned capability that gets better with every correction. Your German customer-service agent should possess the tone guide, the escalation path, and the GDPR note about what an EU customer is allowed to demand. Instead, it performs them from a chat memory that resets every session. Possession is versioned. Performance is a dice roll.

What Hexis actually does — and what the launch thread got right

Strip away the Product Hunt theater and the core design decisions are genuinely interesting. The system keeps Git as the trust layer — versioning, PRs, and review are already the workflow developers understand — and wraps that in an approval interface that a non-developer can operate. Admins manage context, tools, and skills per person, team, or agent; requested changes go through an approval step; submitted skills get reviewed. It’s governance-as-a-product, not versioning-as-a-product.

The sharpest moment in the thread came from a commenter who asked a question every operations lead should recognize instantly: what happens when the same skill name exists at two governance levels — say, a team-wide skill and a project-local override? Does Hexis resolve to the more specific one automatically, or does an admin have to untangle it by hand? The answer from Razvan Ion Radulescu was refreshingly pragmatic: skill creation enforces unique names, so duplicates can’t be created through the interface; if one appears anyway because it was created outside the UI, the system appends a number and shows the path so the agent can tell which group it belongs to. That’s a governance-by-construction choice, and it’s smarter than building a runtime conflict resolver.

A second commenter pressed on competing versions of the same skill from two teams, and the answer there is arguably the product’s real philosophy: each team is a separate group, each group manages its own skills, and each skill owner gets a user-friendly PR to approve or reject. If a user belongs to multiple groups with similar skills, either they or their agents choose which fits the task. In other words, Hexis isn’t trying to be a corporate single-source-of-truth dictator. It’s building a federated system where governance is local and ownership is explicit — which is exactly how a healthy multi-marketplace operation should treat its playbooks. Your Germany playbook should be allowed to diverge from your US playbook. The system just needs to make sure the divergence is visible, owned, and reviewed.

It also helps to remember this isn’t Bevel’s first swing at the same thesis. Their previous launches show a consistent obsession — the Test Prompt Generator for AI Assistants attacked the same problem from the testing side: AI-ready characterization test prompts for legacy code. The through-line is “democratize code understanding,” and Hexis extends that to “democratize skill governance.” They are not building a marketplace tool, and they would never claim to know the difference between a SKU and a GTIN. But the discipline they’re selling is the discipline cross-border teams abandoned the moment they replaced documentation with ChatGPT.

What cross-border sellers should borrow even if you never deploy Hexis

Here is where I stop reviewing the product and start auditing your operation, because the most valuable thing this launch offers is not the software — it’s the mental model: AI skills are inventory.

Every skill in your agent stack deserves the same treatment as a SKU. It needs a unique identifier. A named owner. A version number. An approval workflow before changes go live. And a blast-radius label so you know whether a bad edit costs you a cents-per-click mistake or a marketplace-account suspension. If you run five brands across three marketplaces with two agencies and a VA team, that inventory probably doesn’t exist. Hexis is one way to build it. A plain private GitHub repo with disciplined pull requests is another. A Notion database with a mandatory reviewer field is a third. The tool is almost beside the point — the inventory is the point.

Second, borrow the unique-name rule. The “resolution order” question in the thread is not a technical edge case; it’s the daily reality of anyone selling across borders. You have a global listing playbook, a Germany-specific override, and a TikTok Shop variant that is allowed to sound less legal and more unhinged. When the same instruction exists in three places, the agent will eventually pick the wrong one. The fix isn’t a clever runtime resolver — it’s discipline: every skill gets one canonical name, and any market-specific version lives in a clearly labeled path that the agent can see. Enforce uniqueness at creation, and you eliminate a whole class of “why did the AI suddenly start promising free returns” incidents.

Third, take the MCP bet seriously. The source repeatedly emphasizes that Hexis connects to any agent through a Model Context Protocol server — the emerging open standard for giving AI agents access to tools and context. This matters more than the product itself. Cross-border commerce is already an API business: your Shopify storefront talks to payment providers, your Amazon Seller Central account talks to SP-API, your TikTok Shop orders sync through connectors. Every integration you run is a bet on a standard. MCP is the same bet for your AI layer. If you build your skill library around a protocol instead of a vendor, you can swap your underlying model — or your AI tooling stack — without rebuilding your institutional knowledge. That portability is the strategic unlock, and it’s worth tracking even if Hexis never touches your stack.

Why Amazon sellers should care more than Shopify ones

Not every seller should feel this equally. If you’re a Shopify DTC brand, the blast radius of a bad prompt is a mediocre ad set or an off-tone email; you catch it in the metrics and iterate. Amazon is a different animal. Your account health is a single policy enforcement away from being throttled, and agents generating listing content at scale can spray “compatible with” claims, warranty promises, or battery-safety phrases across dozens of SKUs before a human notices. For Amazon operators, versioned, access-controlled skills are not growth tooling — they’re compliance infrastructure. The operator who can show that the listing-generator skill changed only through an approved review process has a defense against the “seller on the account is responsible for all content” hammer. Everyone else is flying on vibes and hoping the policy bots don’t look too closely.

The single-owner trap

The other silent killer this product names without meaning to is freelancer churn. Cross-border teams run on agencies, VAs, and contractors, and the person who built your TikTok ad prompts last quarter probably doesn’t work for you anymore. When a skill lives on a laptop or in a personal ChatGPT account, it leaves with the human. Hexis’s access model — read-only for some, approval rights for others — turns your company into the system of record. Agencies can contribute, but they cannot unilaterally rewrite the master playbook. If you’ve ever spent a week rebuilding your listing templates after a contractor vanished, you already understand why this is worth more than the versioning.

Where my judgment says it falls short

Now the part you won’t read in the launch thread. First, the audience mismatch is real. This is a developer tool wearing a friendly shirt. “Non-technical UX” in the Hexis context means “non-Git-native,” not “non-technical.” The demo still assumes you understand what a repo is, what an MCP server is, and why self-hosting is a feature rather than a burden. The average Amazon brand manager does not want to self-host anything. The source page lists no pricing, no managed cloud, no onboarding tier — it points to open source and self-hosting, which is a support model, not a go-to-market. For a five-person DTC team, standing up and maintaining this is a second full-time job nobody is hiring for.

Second, the traction is unproven. The launch page still shows no reviews at the time of writing — positive comment energy, but zero verified user signal. Open source generates goodwill quickly and production confidence slowly. I’d want to see an actual “we run 40 agents on this in a mid-size company” case study before betting real operational process on it.

Third, the MCP bet could fracture. It’s the right bet today, but the big model vendors have a habit of building connectors that are “technically standard” and strategically proprietary. If OpenAI and Anthropic each drift toward their own agent-protocol moats, a skill library built on MCP is still better than a library built on custom GPTs — but the portability story gets weaker, and the governance layer starts accumulating adapters instead of just working.

Fourth, and this is the one that matters most for cross-border sellers: Hexis gives you the filing cabinet, not the knowledge. It versions and governs skills, but it doesn’t know that Amazon Germany prohibits certain environmental claims, or that TikTok Shop’s ad review algorithm hates a specific phrase pattern, or that your best-selling product’s replacement part number changed. That domain expertise still has to come from you and your operators. A skill library with no skilled authors is just an empty warehouse with really good security. Adopting Hexis doesn’t solve your AI strategy — it forces you to finally have one, which is both the point and the uncomfortable part.

Where the math breaks

Let’s be honest about when this doesn’t pay for itself. The break-even between governance overhead and prompt chaos is a function of blast radius and edit frequency. Solo operator with ten SKUs? A shared folder with three prompt files is cheaper than any governance system, and the math is not close. The moment it flips is when the same skill is edited by more than one human and consumed by agents producing customer-facing output at volume. That’s the tipping point where a bad edit costs more than the review process that would have caught it. Somewhere between “one person owns everything” and “three people edit the German listing playbook without telling each other” lies the line. Most brands I work with are already past it and don’t know it. Also worth saying: versioning prompts reduces but never eliminates model output drift. A governed prompt can still produce a hallucinated claim; it just means you can find out who approved it. That’s progress, not a cure.

What I’d watch / test next

If this launch lit up the same itch it lit for me, here is what I’d do this week, in order. First, run a ten-minute inventory audit of your agent skills: every place a listing, review reply, ad variant, or support response is generated by AI, and where that skill’s instructions actually live. Most sellers will find that the answer is “in someone’s head.” Second, take your five most customer-facing prompts and put them in a private GitHub repo with one named owner each and a rule that changes go through a pull request with a second reviewer. That single habit — not the tool, the habit — is 80 percent of what Hexis is selling. Third, spend an hour with the demo not to admire the UI, but to test the access-control model: give one user read-only rights, give another approval rights, connect a Claude or GPT agent through MCP, and see how the governance feels when the agent is the one doing the work. Fourth, assign one person — even part-time — as your skill librarian. That role is the real takeaway: someone who owns the library, enforces unique naming, reviews changes, and makes sure knowledge is organizational, not personal. The tooling will keep changing. The discipline is the moat. If you build that discipline now, Hexis becomes an option, not a dependency — and that is exactly where you want to be in a market where everyone else is still pasting prompts into a chat box and hoping.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with VEONIB. No editing skills required.

Start Creating for Free