feat(sync): curate skills client destinations - #501
Merged
Merged
Conversation
Deploying allagents with
|
| Latest commit: |
d36791a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8e057f48.allagents.pages.dev |
| Branch Preview URL: | https://feat-skills-clients.allagents.pages.dev |
christso
added this pull request to stack #502
September 20, 2026 14:34
christso
force-pushed
the
feat/skills-clients
branch
from
September 20, 2026 14:46
4486dae to
03bdace
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AllAgents now syncs Skills destinations only for AI coding clients instead of accepting every entry in the upstream registry. The registry keeps existing rich-client capabilities and compatibility aliases, while explicit exclusion and native-capability contracts make future updates classify every destination and install mode accurately.
Goose is the intentional exception to the pinned
skills@1.7.0paths: current Goose releases define.agents/skills/as the canonical project and user destination, while.goose/skills/remains backward-compatible discovery only.This is the second layer of the stack and depends on #500.
Coverage
eve)The upstream accounting test records why these non-agent platforms are excluded:
astrbot: messaging chatbot platforminference-sh: general agent application platformloaf: coding-agent workflow harnessmcpjam: MCP testing and evaluation platformpromptscript: agent configuration compilertinycloud: video and image agentThe original 26 client mappings retain their existing names and project/user paths. New destinations are skill-only unless AllAgents already has evidence for agents, commands, hooks, MCP, native install, or profile support.
Aliases canonicalize at schema boundaries:
claude-code->claudegithub-copilot->copilotgemini-cli->geminidroid->factoryamp->ampcodekiro-cli->kirokimi-code-cli->kimiNative installation
Native installation is capability- and scope-aware rather than implied for every listed client:
Codex now uses its existing
CodexNativeClientthrough the ordinary user-workspace sync path. The source and published JSON Schemas reject unsupported:nativeshorthand and object forms before sync. An invariant test keeps registry capability declarations aligned with executable native adapters and their scope support.Validation
bun run build bun run typecheck bun run lint bun test bun run test:e2e bun run schema:check bun run package:checkObserved results across the stack:
codex:nativein a user workspace and producednativeClients: ["codex"]with no errors.clients: [promptscript]failed workspace validation atclients.0, confirming excluded destinations are rejected at the public config boundary.Real Goose 1.51.0 smoke steps:
$PLUGIN/skills/goose-agents-trial/SKILL.md..allagents/workspace.yamlwith that plugin,syncMode: copy, and clientgoose..agents/skills/goose-agents-trial/SKILL.mdexists and no.goose/skills/output is created.goose skills listfrom the workspace.goose-agents-trialat.agents/skills/goose-agents-trial.The smoke used no model credentials and disabled Goose telemetry. The temporary installation and workspace were removed afterward.
Post-Deploy Monitoring & Validation
No additional operational monitoring is required because this changes deterministic filesystem destinations and schema validation only.
goose; confirm skills land in.agents/skills/.goose skills list; confirm each synced skill is discovered once..goose/skills/output or acceptance of an unsupported client capability as a rollback trigger.