Skip to main content
在 Manus 中运行任何 Skill
一键导入
notum-cz
GitHub 创作者资料

notum-cz

按仓库查看 2 个 GitHub 仓库中的 22 个已收集 skills。

已收集 skills
22
仓库
2
更新
2026-06-24
仓库浏览

仓库与代表性 skills

add-content-type
软件开发工程师

Use when adding a new CMS entity that needs its own REST endpoint and DB table — e.g. "add content type", "new content type", "create strapi collection", "new single type", "add strapi model", "new entity". Not for page-builder sections; use `create-content-component` for those.

2026-06-24
add-locale
软件开发工程师

Use when adding a new language/locale to the application — e.g. "add language", "add locale", "new language", "new translation", "internationalization". Touches Strapi admin config, Next.js i18n routing, and translation files.

2026-06-24
add-ui-component
网页开发工程师

Use when adding a generic UI primitive, elementary block, or form field in `apps/ui` — e.g. "new ui component", "add component", "create react component", "new shadcn component", "add form field". Not for Strapi page-builder sections; use `create-content-component`.

2026-06-24
consolidate-patterns
软件开发工程师

Use as a checkpoint after building several page-builder components, to remove duplication — e.g. "consolidate patterns", "extract reusable", "dedupe components", "review components for shared patterns". Extracts JSX/Tailwind repeated across 2+ components into shared elementary components. React-only — never touches Strapi schemas.

2026-06-24
copy-component
软件开发工程师

Use to replicate a page-builder section from a reference — a text description, a screenshot, or an HTML/code snippet. Triggers: "copy component", "replicate component", "recreate this section", "build from screenshot", "make a component like this", "convert this HTML/JSX into a component", "port this section". Not for generic UI primitives (use `add-ui-component`) or API resources (use `add-content-type`).

2026-06-24
create-content-component
软件开发工程师

Use when adding a new CMS-driven page section that lives in the page builder's dynamic zone — e.g. "add page component", "new page section", "page builder component", "create content component", "add section", "new strapi component". Not for top-level API resources (use `add-content-type`) or generic React components (use `add-ui-component`).

2026-06-24
find-component
软件开发工程师

Use when checking whether a page-builder component already exists before building one — e.g. "find component", "does a component exist for", "is there a component that", "match this screenshot", "identify this section", "reuse existing component", "what renders this". Searches existing Strapi page-builder components by description or by a UI screenshot, then recommends reuse or `create-content-component`.

2026-06-24
make-pr
软件开发工程师

Use when the user is ready to submit work for review and wants a GitHub pull request opened — e.g. "open PR", "create pull request", "prepare PR", "make PR", "submit for review".

2026-06-24
当前展示该仓库 Top 8 / 21 个已收集 skills。
已展示 2 / 2 个仓库
已展示全部仓库