DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Creght Skills — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
C

creght-skills

Creght Skills

在 ctx.skills 上注册 Creght 技能包的 DeepSeek Harness 捆绑包。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:creght-dev/skills#78c38f41da0c1e0a99357e45cf3a04d03b7a56ff
README兼容性版本

兼容性与来源证明

Creght Skills 以 creght-skills 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/20

版本

1.0.0stable
2026/8/20
最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 10
周下载
0
最近提交
2026/9/15
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

Creght Skills

This repository provides Codex/agent skills for Creght. They help agents understand Creght project structure, CLI workflows, page development conventions, CMS/Form/Auth/Func backend/SEO features, and other platform capabilities.

Skills

  • creght — the base platform skill: CLI workflows, pages/components conventions, CMS, forms, Auth, Func backend, SEO, publishing.
  • site-replica — replicate any existing website onto Creght ("复刻网站"): probes the source in a real browser, audits every animation and interaction, rebuilds it as an original React/Tailwind implementation with license-safe placeholder assets, then verifies desktop + mobile against the source in a loop until parity. Builds on top of creght.

What This Skill Does

  • Guides agents through Creght CLI workflows for creating projects, pulling workspace files, pushing frontend and Func backend file changes, resolving merge conflicts, previewing, and publishing sites.
  • Discovers project and site IDs from rendered Creght page URLs through /.well-known/creght.json.
  • Enforces Creght page development conventions, such as /pages routes, the /components directory, native <a> navigation, and getServerSideProps for data loading.
  • Helps write React + Tailwind v4 pages and components that follow Creght platform requirements.
  • Provides implementation references for common platform capabilities such as CMS, form submissions, Auth, file-based Func backend code under backend/func, SEO metadata, sitemaps, and carousel components.
  • Helps debug local-to-platform sync, preview, and publishing issues.

Examples

Add an About page to this Creght project, following the existing pages and components structure. {YOUR_CREGHT_PROJECT_EDIT_URL like https://creght.cn/editor/project/pveao61akhoy/site/pveao646es1u}
Connect the homepage to Creght CMS data, using the schema and types that already exist in the project. {YOUR_CREGHT_PROJECT_EDIT_URL like https://creght.cn/editor/project/pveao61akhoy/site/pveao646es1u}
Optimize the project's SEO configuration, including title, description, keywords, Open Graph, and related metadata. {YOUR_CREGHT_PROJECT_EDIT_URL like https://creght.cn/editor/project/pveao61akhoy/site/pveao646es1u}
https://www.creght.cn/docs/ai/ai-edit-content-guide 新增一个文章,内容是关于 ai 积分的价格
复刻 https://example-portfolio.framer.website/ 到 Creght,保留布局和所有动效,独立运行直到完成

Installation

Install with npx:

npx skills add creght-dev/skills -g -y

Or use bunx:

bunx skills add creght-dev/skills -g -y

After installation, supported Codex/agent environments will automatically load the corresponding skill guidance when working with Creght projects.

DeepSeek Harness (dsh)

This repository is also a dsh bundle, so it installs into a dsh profile directly (requires pnpm on PATH):

npx @deepseek-ai/dsh plugin --profile web add github:creght-dev/skills

Pin a tag or commit with github:creght-dev/skills#v1.0.0. Remove it with ... plugin --profile web remove creght-skills, update with ... plugin --profile web update creght-skills.

Update

Update to the latest version with npx:

npx skills update creght

Or use bunx:

bunx skills update creght

Re-running the add command above also works — it is idempotent and pulls the latest.