dify/web/features/skills
2026-08-28 12:01:09 +08:00
..
__tests__ feat: hide add library skill in agent ui (#41250) 2026-08-25 10:26:06 +00:00
detail fix(ui): keep scroll area focus indicator visible (#41404) 2026-08-28 01:37:00 +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(ui): keep scroll area focus indicator visible (#41404) 2026-08-28 01:37:00 +00:00
permissions.ts feat: hide skill_entry when use has no skill.view permission 2026-08-28 12:01:09 +08:00
query-params.ts feat: support agent skill (#39675) 2026-08-24 05:29:14 +00:00
README.md feat: support agent skill (#39675) 2026-08-24 05:29:14 +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 UI. This module owns the Skills list, filters, and list-level actions.

Internal Modules

None.

External Modules

  • app/components/base/search-input
  • app/components/base/skeleton
  • app/components/base/tooltip
  • hooks/use-document-title
  • hooks/use-timestamp