Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

content-sdk

content-sdk 收录了来自 Sitecore 的 43 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
43
Stars
34
更新
2026-07-08
Forks
39
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

content-sdk-component-data-strategy
网页开发工程师

Layout data from getPage/getComponentData; path/locale from extractPath/context.

2026-07-08
content-sdk-component-registration
网页开发工程师

Registers components in .sitecore/component-map.ts for Pages Router layout and editing.

2026-07-08
content-sdk-component-scaffold
网页开发工程师

Creates new Sitecore components under src/components/. Pages Router; map auto-regenerates on dev/build.

2026-07-08
content-sdk-component-variants
网页开发工程师

Multiple renderings of one component type; regenerate component map after changes.

2026-07-08
content-sdk-dictionary-and-i18n
网页开发工程师

Next.js i18n via next.config.js; locale from context.locale in data methods.

2026-07-08
content-sdk-editing-safe-rendering
网页开发工程师

Preview/editing for Pages Router via context.preview and context.previewData in [[...path]].tsx.

2026-07-08
content-sdk-field-usage-image-link-text
网页开发工程师

Renders Sitecore fields with SDK components Text, RichText, Image, Link.

2026-07-08
content-sdk-graphql-data-fetching
网页开发工程师

Page/dictionary fetch via SitecoreClient in [[...path]].tsx getStaticProps/getServerSideProps.

2026-07-08
content-sdk-multisite-management
网页开发工程师

Multisite via proxy.ts: PreviewProxy → BotTrackingProxy → MultisiteProxy → RedirectsProxy → PersonalizeProxy.

2026-07-08
content-sdk-route-configuration
软件开发工程师

Pages Router catch-all at src/pages/[[...path]].tsx; data via getStaticProps/getServerSideProps.

2026-07-08
content-sdk-site-setup-and-env
软件开发工程师

sitecore.config.ts and env vars; document in .env.example only.

2026-07-08
content-sdk-sitemap-robots
软件开发工程师

API routes src/pages/api/sitemap.ts and robots.ts with SDK middleware.

2026-07-08
content-sdk-troubleshoot-editing
软件开发工程师

Debug Pages Router preview: context.preview, previewData, editing API routes.

2026-07-08
content-sdk-upgrade-assistant
软件开发工程师

Upgrade @sitecore-content-sdk/* packages; check CHANGELOG and migration guides.

2026-07-08
content-sdk-component-data-strategy
软件开发工程师

Layout from getPage; site/locale from route params; serializable client props.

2026-07-08
content-sdk-component-registration
软件开发工程师

Registers components in .sitecore/component-map.ts and component-map.client.ts for App Router.

2026-07-08
content-sdk-component-scaffold
软件开发工程师

Creates Sitecore components under src/components/. App Router; server/client maps auto-regenerate.

2026-07-08
content-sdk-component-variants
软件开发工程师

Multiple presentations per component; regenerate maps after changes.

2026-07-08
content-sdk-dictionary-and-i18n
软件开发工程师

next-intl with requestLocale = `${site}_${locale}`; routing.ts + request.ts.

2026-07-08
content-sdk-editing-safe-rendering
软件开发工程师

Preview/editing via draftMode() and getPreview/getDesignLibraryData in App Router pages.

2026-07-08
content-sdk-field-usage-image-link-text
软件开发工程师

Renders Sitecore fields with SDK Text, RichText, Image, Link components.

2026-07-08
content-sdk-graphql-data-fetching
软件开发工程师

Page/dictionary via SitecoreClient; SSG via getAppRouterStaticParams.

2026-07-08
content-sdk-multisite-management
软件开发工程师

Proxy: PreviewProxy → BotTracking → Locale → Multisite → Redirects → Personalize.

2026-07-08
content-sdk-route-configuration
软件开发工程师

App Router catch-all at src/app/[site]/[locale]/[[...path]]/page.tsx; setRequestLocale required.

2026-07-08
content-sdk-site-setup-and-env
软件开发工程师

sitecore.config.ts and env vars; document in .env.example only.

2026-07-08
content-sdk-sitemap-robots
软件开发工程师

Route handlers under src/app/api/ with createSitemapRouteHandler / createRobotsRouteHandler.

2026-07-08
content-sdk-troubleshoot-editing
软件开发工程师

Check draftMode, getPreviewData(headers), setRequestLocale, getCachedPageParams, maps.

2026-07-08
content-sdk-upgrade-assistant
软件开发工程师

Upgrade @sitecore-content-sdk/*; follow CHANGELOG and migration guides.

2026-07-08
content-sdk-cache-components-and-osr
软件开发工程师

Tag-based caching in src/lib/cache/ and POST /api/revalidate webhook for on-demand invalidation.

2026-07-08
content-sdk-component-data-strategy
软件开发工程师

Cached layout data via cache helpers; preview via client; site/locale from params.

2026-07-08
content-sdk-component-registration
软件开发工程师

Registers components in .sitecore/component-map.ts and component-map.client.ts for App Router.

2026-07-08
content-sdk-component-scaffold
软件开发工程师

Creates Sitecore components under src/components/. App Router; server/client maps auto-regenerate.

2026-07-08
content-sdk-component-variants
软件开发工程师

Multiple presentations per component; regenerate maps after changes.

2026-07-08
content-sdk-dictionary-and-i18n
软件开发工程师

next-intl with requestLocale = `${site}_${locale}`; routing.ts + request.ts.

2026-07-08
content-sdk-editing-safe-rendering
软件开发工程师

Preview/editing via draftMode() and getPreview/getDesignLibraryData in App Router pages.

2026-07-08
content-sdk-field-usage-image-link-text
软件开发工程师

Renders Sitecore fields with SDK Text, RichText, Image, Link components.

2026-07-08
content-sdk-graphql-data-fetching
软件开发工程师

Cached reads via src/lib/cache helpers; preview via client directly.

2026-07-08
content-sdk-multisite-management
软件开发工程师

Proxy: PreviewProxy → BotTracking → Locale → Multisite → Redirects → Personalize.

2026-07-08
content-sdk-route-configuration
软件开发工程师

App Router catch-all at src/app/[site]/[locale]/[[...path]]/page.tsx; setRequestLocale required.

2026-07-08
content-sdk-site-setup-and-env
软件开发工程师

sitecore.config.ts and env vars; document in .env.example only.

2026-07-08
当前展示该仓库 Top 40 / 43 个已收集 skills。