dify/web/features/skills
Joel a233b2f53a
fix: make panel and node resizing keyboard accessible (#41963)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-09-08 07:44:41 +00:00
..
__tests__ fix: make panel and node resizing keyboard accessible (#41963) 2026-09-08 07:44:41 +00:00
detail fix: make panel and node resizing keyboard accessible (#41963) 2026-09-08 07:44:41 +00:00
client.ts feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
detail-page.tsx feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
error.ts feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
page.tsx refactor(console): unify environment-aware oRPC clients and query policies (#41932) 2026-09-08 02:04:41 +00:00
permissions.ts feat: hide skill_entry when use has no skill.view permission (#41429) 2026-08-28 05:13:38 +00:00
query-params.ts feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
README.md docs: clarify frontend guidance ownership and dependencies (#41848) 2026-09-05 13:28:40 +00:00
skill-list-tag-management-modal.tsx feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00

Skills

Workspace Skill management, including the list, file editing, publishing, and version restoration.

Routes enter through page.tsx for the list and detail-page.tsx for a Skill's detail. Navigation uses permissions.ts for visibility; Agent V2 consumes the shared Skill error handling from error.ts.

File editing, draft coordination, publishing, and version UI remain internal to detail/.