creght-dev/skills
Cregh 的 Codex 与智能体技能。
项目介绍Project Overview
## 核心特性
- 该插件为 Creght 提供 Codex 或 agent skills,覆盖平台结构、CLI 工作流、页面开发规范、CMS、表单、Auth、Func 后端、SEO 与发布。
- 基础 creght skill 指导项目创建、拉取工作区文件、推送前端与 Func 后端文件、解决合并冲突、预览以及站点发布。
- 它通过 /.well-known/creght.json 从已渲染的 Creght 页面 URL 中发现项目和站点标识符。
- 它强制执行 /pages 路由、/components 目录、原生 <a> 导航以及使用 getServerSideProps 加载数据的约定。
- site-replica skill 会在真实浏览器中探测现有网站,审查动画与交互,将结果重建为使用占位素材的 React 与 Tailwind 代码,并对照源站验证桌面端和移动端输出。
## 使用场景
- 在遵循现有页面与组件结构的情况下,为 Creght 项目添加 About 页面。
- 将首页连接到现有的 Creght CMS schemas 和类型。
- 优化标题、描述、关键词、Open Graph 及相关元数据的 SEO 配置。
- 将外部网站的布局和动效复刻到 Creght 项目中,直到桌面端和移动端一致性检查完成。
## 技术细节
- 该仓库可通过 npx skills add creght-dev/skills -g -y 或 bunx skills add creght-dev/skills -g -y 作为 skills bundle 安装。
- 可以使用 npx @deepseek-ai/dsh plugin --profile web add github:creght-dev/skills 将其添加到 DeepSeek Harness profile。
- 它支持使用 github:creght-dev/skills#v1.0.0 固定到某个 tag 或 commit,并可通过 dsh plugin 命令移除或更新。
- 该指导支持 React 和 Tailwind v4 页面与组件,并引用位于 backend/func 下的基于文件的 Func 后端代码。
## 注意事项
- dsh 安装路径要求 pnpm 位于 PATH 中。
- 受支持的 Codex 或 agent 环境会在安装后自动加载该指导,因此加载取决于宿主环境。
- site-replica 工作流使用许可安全的占位素材。
## Core Features
- The plugin provides Codex or agent skills for Creght, covering platform structure, CLI workflows, page development conventions, CMS, forms, Auth, Func backend, SEO, and publishing.
- The base creght skill guides project creation, workspace file pulling, frontend and Func backend file pushing, merge conflict resolution, previewing, and site publishing.
- It discovers project and site identifiers from rendered Creght page URLs through /.well-known/creght.json.
- It enforces conventions for /pages routes, a /components directory, native <a> navigation, and getServerSideProps for data loading.
- The site-replica skill probes an existing website in a real browser, audits animations and interactions, rebuilds the result as React and Tailwind code with placeholder assets, and verifies desktop and mobile output against the source.
## Use Cases
- Adding an About page to a Creght project while following existing page and component structure.
- Connecting a homepage to existing Creght CMS schemas and types.
- Optimizing SEO configuration for titles, descriptions, keywords, Open Graph, and related metadata.
- Replicating an external website layout and motion into a Creght project until desktop and mobile parity checks complete.
## Technical Details
- The repository is installed as a skills bundle with npx skills add creght-dev/skills -g -y or bunx skills add creght-dev/skills -g -y.
- It can be added to a DeepSeek Harness profile with npx @deepseek-ai/dsh plugin --profile web add github:creght-dev/skills.
- It supports pinning a tag or commit using github:creght-dev/skills#v1.0.0 and removal or update through dsh plugin commands.
- The guidance supports React and Tailwind v4 pages and components and references file-based Func backend code under backend/func.
## Notes
- The dsh installation path requires pnpm on PATH.
- Supported Codex or agent environments load the guidance automatically after installation, so loading depends on the host environment.
- The site-replica workflow uses license-safe placeholder assets.
请帮我了解并安装插件:【skills】【https://github.com/creght-dev/skills】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
npx @deepseek-ai/dsh plugin --profile web add github:creght-dev/skills
把 creght-dev/skills 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
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 ofcreght.
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
/pagesroutes, the/componentsdirectory, native<a>navigation, andgetServerSidePropsfor 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.
ruvnet/ruflo
amruthpillai/reactive-resume
volcengine/OpenViking
Molunerfinn/PicGo
titanwings/colleague-skill
nocobase/nocobase
Tencent/WeKnora