You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a first-class guide and template for enterprises setting up a shared skills repository that distributes to all developers via AllAgents.
Motivation
Research into WiseTechGlobal/Tools.WtgCopilotSkills showed a common enterprise pattern: a central git repo containing skills and an MCP server, distributed to developer machines. Their onboarding is "clone this repo, run sync script." AllAgents can serve this use case better but lacks documentation showing the path.
Proposed Solution
1. Guide — "Setting up a team skills repo with AllAgents"
Should cover:
Creating a plugin repo — directory structure with skills/, .mcp.json, plugin.json (or convention-based layout)
Workspace config — example workspace.yaml pointing to the repo as a local plugin:
Covers the full journey: create repo → configure workspace → distribute to team → update
Includes concrete workspace.yaml examples for single-repo and multi-repo setups
Template repo created (or template directory in docs) that can be cloned as a starting point
Explains how local path plugins differ from GitHub URL plugins (no auto-fetch, team pulls manually)
Context
Enterprise adoption requires a clear onboarding story. Currently teams build their own distribution scripts because the AllAgents path isn't well-documented for this use case.
Summary
Add a first-class guide and template for enterprises setting up a shared skills repository that distributes to all developers via AllAgents.
Motivation
Research into WiseTechGlobal/Tools.WtgCopilotSkills showed a common enterprise pattern: a central git repo containing skills and an MCP server, distributed to developer machines. Their onboarding is "clone this repo, run sync script." AllAgents can serve this use case better but lacks documentation showing the path.
Proposed Solution
1. Guide — "Setting up a team skills repo with AllAgents"
Should cover:
skills/,.mcp.json,plugin.json(or convention-based layout)workspace.yamlpointing to the repo as a local plugin:~/.allagents/workspace.yaml).mcp.jsonin the plugin repo auto-syncs to all clientsallagents updatepulls latest from plugin sources; for local path plugins, developers pull the repo themselves2. Template repo
A starter template for enterprise skills repos:
skills/<name>/SKILL.mdwith valid frontmatter).mcp.json)workspace.yamlfor consumersallagents skill validate(depends on feat: skill validate and fix CLI commands #345)Acceptance Criteria
workspace.yamlexamples for single-repo and multi-repo setupsContext
Enterprise adoption requires a clear onboarding story. Currently teams build their own distribution scripts because the AllAgents path isn't well-documented for this use case.