shuguang1994

Project Blueprint — DevOps skill for Claude Code

DevOps community

Make any project AI-agent-ready in one command.

How to install Project Blueprint

This entry records only its repository, not the path inside it, so there is no exact command to give. Open shuguang1994/project-blueprint and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Project Blueprint does

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 开发能力。

Alternatives in DevOps

  • 16 Testing — Prompt 16: Add Test Infrastructure & Smoke Tests 2.3k ★
  • Terraform Skill For Claude — Comprehensive Terraform and OpenTofu guidance covering testing, modules, CI/CD, and production patterns 1.4k ★
  • Cloudflare Skill — Comprehensive Cloudflare platform reference docs for AI/LLM consumption 709 ★

README

Project Blueprint 🏗️

**One command to make any project AI-agent-ready.** 一键为新项目建立完整 AI 编程规范体系。

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![skills.sh](https://img.shields.io/badge/skills.sh-project--blueprint-orange)](https://skills.sh)

**Topics** · [![dsh-plugin](https://img.shields.io/badge/dsh--plugin-blue)](https://github.com/topics/dsh-plugin) [![deepseek-harness](https://img.shields.io/badge/deepseek--harness-1f6feb)](https://github.com/topics/deepseek-harness) [![agent-skills](https://img.shields.io/badge/agent--skills-8A2BE2)](https://github.com/topics/agent-skills) [![claude-code](https://img.shields.io/badge/claude--code-D97757)](https://github.com/topics/claude-code) [![cursor](https://img.shields.io/badge/cursor-00A67E)](https://github.com/topics/cursor) [![codex](https://img.shields.io/badge/codex-18181B)](https://github.com/topics/codex)

[中文文档](README_CN.md)


What is this?

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 95-entry component knowledge base.

Just say: **"Initialize this project's development standards"** and the agent does the rest.

Quick Install

# Global (GitHub)
npx skills add shuguang1994/project-blueprint

# China (Gitee mirror, no proxy needed)
npx skills add https://gitee.com/shuguang1994/project-blueprint.git

# Update later
npx skills update project-blueprint

**DeepSeek Harness (dsh) plugin**:

dsh plugin --profile web add 'github:shuguang1994/project-blueprint'

Supported agents: Claude Code, Cursor, GitHub Copilot, Codex, Windsurf, Trae, OpenCode, DeepSeek Harness, and 28+ more.

Why

**AGENTS.md is now an industry standard in