精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Codex and agent skills for Cregh.
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Codex and agent skills for Cregh.
待人工精选——以下事实来自源码仓库。
Codex and agent skills for Cregh.
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:creght-dev/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 text 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} text 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} text 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} text https://www.creght.cn/docs/ai/ai-edit-content-guide 新增一个文章,内容是关于 ai 积分的价格 text 复刻 https://example-portfolio.framer.website/ 到 Creght,保留布局和所有动效,独立运行直到完成 ## Installation Install with npx: bash npx skills add creght-dev/skills -g -y Or use bunx: bash 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): bash 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: bash npx skills update creght Or use bunx: bash bunx skills update creght Re-running the add command above also works — it is idempotent and pulls the latest.不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。