
Make any project AI-agent-ready in one command. Adaptive tech stack detection (7 languages × 14 frameworks × 61 components), auto-generates AGENTS.md, docs skeleton, CI/CD, and testing infrastructure. 一句话让任何项目具备 AI 开发能力。
Install Project Blueprint
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add project-blueprintThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add project-blueprint
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: project-blueprint
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:shuguang1994/project-blueprint#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `dsh-plugin/cordis.patch.yml` |
| npm registry | pass | fatal | published as `project-blueprint` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
> **One command to make any project AI-agent-ready.** > 一键为新项目建立完整 AI 编程规范体系。 **Topics** · Project Blueprint is a reusable AI agent skill that transforms any new project into an AI-ready codebase in one sentence. It's not a static template — it's an **autonomous discovery engine**: scan your project files, intelligently classify dependencies, and dynamically assemble a customized AGENTS.md, documentation skeleton, CI/CD pipeline, and testing policy from a 70+ component knowledge base. Just say: **"Initialize this project's development standards"** and the agent does the rest.
Topics
GitHub topics on this repository
More in Claude Code Codex Agent Skills
Ranked by similarity inside the cluster, not alphabetically
Deepseek Harness Installed Version
3960922808-jpg
我结合deepseek开源的源码,结合codex做出了deepseek harness可下载安装版本,不再是运行在浏览器里面了,功能齐全
Dsh Codex
life1996cou
同步codex中的会话到dsh,一键导入上下文.
Dsh Vscode
yubc8517-ui
DeepSeek Harness VS Code ???????: ? Codex ??? VS Code ????? DSH
Dsh Compat
Simidas
Inspect and compile Claude Code and Codex plugins into auditable DeepSeek Harness bundles.
reSanity
Thhoho
reSanity 散修 — 散户的认知组合管理:查证、避坑、记忆、复盘。一份 SKILL.md,零依赖。
Agent To Dsh Migration
ieookm
Claude Code / Codex / Qoder 项目一键迁移到 DeepSeek Harness(dsh):只读扫描产清单 + 预设/MCP 行生成 + 实测踩坑手册与自测配方(零依赖脚本)