feat(appkit): Agent Skills v1 — SKILL.md progressive disclosure + demo (#532) - #544
Open
MarioCadenas wants to merge 5 commits into
Open
feat(appkit): Agent Skills v1 — SKILL.md progressive disclosure + demo (#532)#544MarioCadenas wants to merge 5 commits into
MarioCadenas wants to merge 5 commits into
Conversation
SDK half of #532 (split 1/2). Skills engine (parse/load/resolve/render/read), agent-definition skills: wiring, agents-plugin integration (load_skill + read_skill_file tools, catalog resolution, clientConfig), the appkit-ui useAgentChat /skill surface, and docs. Playground/template fixtures follow in 2/2. Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
MarioCadenas
requested review from
atilafassina
and removed request for
a team
August 21, 2026 10:56
template/appkit.plugins.json is generated from the plugin manifests; it must travel with the agents manifest.json change (skills volume resource) or CI's sync:template check fails. Was mis-bucketed into the 2/2 fixtures PR. Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
Review follow-ups on #543: - parallelize UC-volume skill reads (network-bound) via Promise.all; per-skill failures still skip individually and sorted order is preserved - extract the useAgentChat slash-command parse into a named resolveSkill helper (appkit-ui) - delete 18 stale biome-ignore comments — post-oxlint migration, and no-explicit-any is off in .oxlintrc.json, so they suppressed nothing Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
Playground/template half of #532 (split 2/2), stacked on the SDK PR (1/2). Demo skills exercising every source/case: global bullet-brief (+ helper opt-in), per-agent query/skills/routing-brief, the agent:haiku/bundle:haiku collision, and the template tracer-bullets skill. Auto-retargets to main once 1/2 merges. Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
MarioCadenas
force-pushed
the
split/532/fixtures-docs
branch
from
August 21, 2026 13:55
14b6f9a to
7f79209
Compare
react/exhaustive-deps is off in .oxlintrc.json and oxlint doesn't parse biome directives, so these two suppressions were inert post-migration. Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
This was referenced Aug 21, 2026
Collaborator
Author
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
Playground/template half of #532 (Agent Skills v1), split 2 of 2. Stacked on #543.
Demo skills exercising every source and case:
skills/bullet-brief(helper opts in → multi-entry menu on a code agent)query/skills/routing-brief(+ bundledreference.md,allowed-tools)query/skills/haikuvs globalhaiku→agent:haiku/bundle:haikutracer-bulletsskill + planner opt-in/agentpage picker gainsqueryso its skills surface in the inputMerge order
Depends on #543 (2/2). Base is
split/532/sdk-feature; GitHub auto-retargets this tomainonce #543 merges.14 files:
apps/dev-playground/*+template/*.