Roadmap beyond skills + MCP? #35
Unanswered
not-stbenjam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is great to see. A vendor-neutral packaging format is badly needed, and skills + MCP was clearly the right minimal core to ship first. I maintain skillsaw, an open-source linter for agentic context files. Implementing several vendors' formats side by side left me with some questions about where this is heading.
What's on the roadmap past v1.0.0?
FUTURE_CONSIDERATIONS.mdcovers the cross-cutting concerns thoroughly but I didn't see anything about additional component types. Is that a deliberate boundary, in the sense that the spec models packaging rather than components? Or just not discussed yet?On
.agents/.agents/reads like the shared namespace..agents/skills/is honored across tools, and that's exactly the convergence everyone wanted. But Codex puts its marketplace catalog at.agents/plugins/marketplace.json, and that file carries a distinctly proprietary schema. So a vendor-specific format currently sits in what otherwise looks like commons.Has there been any discussion about bringing a catalog format into the spec, or about what does and doesn't belong under
.agents/? I ask partly as a tooling author, since anything reading that directory has to infer the ecosystem from the path, which quietly assumes no second vendor will put a differently-shaped file there.Other primitives
Plugin packages in the wild already carry more than skills + MCP. I counted the official Codex catalog (180 plugins): 154 ship
.app.json, 72 shipskills/, 14 ship plugin-levelagents/, 6 shipcommands/, and 2 shiphooks.json. Claude Code plugins similarly ship commands, agents, hooks, and path-scoped rules.**/*.tf, do X". Probably the least standardized of the lot, with the highest value. Monolithic AGENTS.md are out of style IMHO.Which of these are plausible candidates for a future version, which are deliberately out of scope, and would proposals be welcome?
All reactions