
creght-dev/skills
80Last commit Aug 14, 2026
skills DSH plugin
Creght Skills is a set of Codex/agent skills that help AI assistants understand and work with the Creght platform. It covers CLI workflows, page development conventions, CMS, forms, Auth, Func backend, SEO, and site replication. The skill package is installable as a dsh plugin for DeepSeek Harness.
How to install the skills DSH plugin
dsh plugin --profile web add github:creght-dev/skillsCopying does not run this command. Review the repository and version before installing the skills DSH plugin.
skills DSH plugin data source
skills DSH plugin snapshot date: Aug 16, 2026
discovered
What the skills DSH plugin can do
- Guides agents through Creght CLI workflows: creating projects, pulling/pushing files, resolving merge conflicts, previewing, publishing.
- Discovers project and site IDs from Creght page URLs via /.well-known/creght.json.
- Enforces Creght page conventions: /pages routes, /components directory, native <a> navigation, getServerSideProps for data loading.
- Helps write React + Tailwind v4 pages and components following Creght platform requirements.
- Provides implementation references for CMS, form submissions, Auth, file-based Func backend code, SEO metadata, sitemaps, and carousel components.
- Assists in debugging local-to-platform sync, preview, and publishing issues.
Where the skills DSH plugin fits
- Add an 'About' page to a Creght project following existing structure.
- Connect the homepage to Creght CMS data using existing schema and types.
- Optimize SEO configuration including title, description, Open Graph, and metadata.
- Create a new article on a Creght site using AI editing capabilities.
- Replicate an existing website onto Creght with full layout, animations, and interaction parity verification.
Who the skills DSH plugin is for
- Developers building and managing Creght projects.
- AI agents (Codex, agent environments) that need platform-specific guidance for Creght workflows.
skills DSH plugin limitations
- Only works with the Creght platform (creght.cn) and its project structure.
- Requires a valid Creght project edit URL and appropriate permissions to perform actions.
- Depends on the agent environment (Codex, etc.) to load and apply the skills; not all environments may support the skill format.
- Site replication feature requires a real browser to probe the source site and may be limited by the source's complexity and licensing.
skills DSH plugin: from the repository README
Quoted from the creght-dev/skills README, the upstream source of the skills DSH plugin. Copyright remains with the original authors.
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 `getServerSideP
Read the full READMERepository license: MIT
skills DSH plugin questions
How do I install Creght Skills as a DSH plugin?
Run `npx @deepseek-ai/dsh plugin --profile web add github:creght-dev/skills` in your terminal. Make sure you have pnpm installed on your PATH. You can also pin a specific version by appending `#v1.0.0` to the GitHub reference.
What environments can use Creght Skills?
The skills are designed for Codex and agent environments (like DeepSeek Harness) that support the `skills` command. After installation, when you work with Creght projects, the agent will automatically load the relevant skill guidance.
Can I use Creght Skills without a Creght account?
No, the skills are tightly coupled with the Creght platform. You need a valid Creght project edit URL and appropriate permissions to leverage the CLI workflows, CMS, Auth, and other features. Without a project, the skills won't have context to operate on.
How do I update Creght Skills to the latest version?
You can run `npx skills update creght` or simply re-run the add command `npx skills add creght-dev/skills -g -y` which is idempotent and pulls the latest version. For DSH, use `npx @deepseek-ai/dsh plugin --profile web update creght-skills`.
Does Creght Skills support replicating any website?
The `site-replica` skill can replicate any existing website onto Creght by probing the source in a real browser, auditing animations and interactions, and rebuilding it as a React/Tailwind implementation. However, it requires license-safe placeholder assets and may be limited by source complexity. The process runs in a loop until desktop+mobile parity is verified.