편집자 노트

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.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub 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.

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.