mirror of
https://github.com/langgenius/dify.git
synced 2026-09-07 18:36:02 +08:00
8 lines
407 B
Markdown
8 lines
407 B
Markdown
# 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/`.
|