dify/web/features/skills
2026-09-05 13:28:40 +00:00
..
__tests__ test: split skill detail page suite (#41799) 2026-09-04 07:06:33 +00:00
detail fix(button): align loading accessibility contract (#41823) 2026-09-04 11:39:50 +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 fix(button): align loading accessibility contract (#41823) 2026-09-04 11:39:50 +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/.