-
Workspace schema v2: Skill selection is now configured inline on each plugin entry rather than via top-level
disabledSkills/enabledSkillsarrays.Before (v1):
plugins: - superpowers@marketplace enabledSkills: - superpowers:brainstorming disabledSkills: - my-tools:verbose-logging
After (v2):
version: 2 plugins: - source: superpowers@marketplace skills: [brainstorming] - source: my-tools@marketplace skills: exclude: [verbose-logging]
Migration: Automatic — existing
workspace.yamlfiles are migrated to v2 format on the nextallagents workspace sync. No manual action required.
- Top-level
allagents skillscommand as shorthand forallagents plugin skills allagents skills add --from <source>to install a plugin and enable a skill in one step- Auto-wrap support for flat SKILL.md repos (npx skills ecosystem compatibility)
allagents plugin install --skillnow works even when plugin is already installed