SkillMeat for Artifact Creators¶
Is this you?¶
You've built something worth sharing — a skill, command, agent, or workflow bundle — and you want other people to find it, evaluate it, and install it with confidence, whether that's your own team or the broader community. Sharing it as a gist or a README isn't versioned, isn't discoverable, and gives installers no way to see what's inside before they trust it.
What you get¶
SkillMeat's publish flow is a real, shipped authenticated capability — it always requires a signed-in publisher identity; there is no open or anonymous publishing path:
- Package your artifact as a
.skillmeat-packbundle with complete publishing metadata — title, description, tags, an SPDX license identifier, and publisher attribution. - Publish through the marketplace publish flow, where consumers can search and filter by type, tag, source, and confidence, and inspect a six-tab detail view (trust scores, dependencies, versions, file count) before installing.
- Consumers get the exact
skillmeat marketplace installcommand via the install-recipe endpoint — never a one-click install — so what they run is always visible and reviewable. - Manage your bundle's full lifecycle after publishing: version bumps, changelog entries, and deprecation.
Consumer-side browsing requires sign-in today
Searching, filtering, and viewing marketplace details currently require an authenticated session — anonymous, no-account browsing is on the roadmap but not shipped yet.
See it work¶
Screenshot coming soon
A capture of the authenticated publish wizard (/marketplace/publish) is planned for this
page as part of the site's media rollout, captioned as an authenticated-session screen.
GitHub Repo Import and Marketplace Browse (Web) → shows the marketplace side of this flow today — importing a GitHub repo, finding an artifact from it, and exploring the resulting marketplace source page.
Get started¶
The full guide covers both roles — consumer and publisher — including bundle preparation, validation requirements, and the publish workflow end to end.
Go deeper¶
- Marketplace — Search, Install, Publish, Lifecycle — the canonical guide for both consuming and publishing marketplace artifacts.
- Marketplace Consumer Guide — how people will discover and evaluate what you publish.
- Bundle & Composite Authoring — package artifacts for reuse before you publish them.
- ML Engineer Walkthrough — authoring a custom skill and pinning versions for reproducibility.
- Product Manager Walkthrough — authoring and sharing domain-specific artifacts (PRD templates, research prompts) with a team.
Publishing for a whole organization, not just yourself?¶
See SkillMeat for Team Leads / Architects or SkillMeat for Enterprise Platform Owners for the governance layer on top of publishing.