Agent Skills
› webiny/webiny-js
› webiny-admin-aco-catalog
webiny-admin-aco-catalog
GitHub提供 Webiny Admin ACO 模块的两个核心抽象:useNavigateFolder 用于文件夹导航,useRecords 用于记录管理。通过导入指定路径使用,需查阅源码获取详细接口和类型定义。
Trigger Scenarios
需要实现后台管理系统的文件夹导航功能
需要在前端组件中管理和展示 ACO 记录数据
Install
npx skills add webiny/webiny-js --skill webiny-admin-aco-catalog -g -y
SKILL.md
Frontmatter
{
"name": "webiny-admin-aco-catalog",
"description": "admin\/aco — 2 abstractions."
}
admin/aco
How to Use
- Find the abstraction you need below
- You MUST read the source file to get the exact interface and types!
- Import:
import { Name } from "<importPath>";
Abstractions
Name: useNavigateFolder
Import: import { useNavigateFolder } from "webiny/admin/aco"
Source: @webiny/app-aco/hooks/useNavigateFolder.ts
Name: useRecords
Import: import { useRecords } from "webiny/admin/aco"
Source: @webiny/app-aco/hooks/useRecords.ts
Version History
- 80eb1c5 Current 2026-08-20 10:07


