webiny-admin-aco-catalog
$
npx mdskill add webiny/webiny-js/webiny-admin-aco-catalogNavigate and retrieve admin catalog records.
- Agents need folder navigation and record retrieval.
- Depends on webiny admin aco abstractions.
- Uses source files for exact interface and types.
- Delivers results through import statements.
SKILL.md
.github/skills/webiny-admin-aco-catalogView on GitHub ↗
---
name: webiny-admin-aco-catalog
context: webiny-api
description: >
admin/aco — 2 abstractions.
---
# admin/aco
## How to Use
1. Find the abstraction you need below
2. Read the source file to get the exact interface and types
3. 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`
---
More from webiny/webiny-js
- testerUse when running tests. Shows how to run tests for a single package, including OpenSearch (ddb-os) tests when applicable.
- webiny-admin-architect>
- webiny-admin-build-params-catalog>
- webiny-admin-catalog>
- webiny-admin-cms-catalog>
- webiny-admin-configs-catalog>
- webiny-admin-env-config-catalog>
- webiny-admin-form-catalog>
- webiny-admin-graphql-client-catalog>
- webiny-admin-lexical-catalog>