🧱
DevOpsTypeScript

Create Project

by Qiao-920

Create Project is a DevOps skill for Claude Code, published by Qiao-920 in claude-desktop-cn.

259 stars35 forkson Qiao-920/claude-desktop-cnAdded 2026/09/02+2% in starsRepository updated 2026/06/03
ai-assistantchineseclaudeclaude-codeclaude-desktopcode-workspacedesktop-appelectronwindows
Install in seconds
Install Create Project
Copy Create Project into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Qiao-920/claude-desktop-cn/tree/main/electron/skills/create-project ~/.claude/skills/create-project

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Qiao-920/claude-desktop-cn.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
electron/skills/create-project/SKILL.md in Qiao-920/claude-desktop-cn
Installs to
~/.claude/skills/create-project
Collection
One of 6 skills cataloged from this repository
Category
DevOps828 skills

What Create Project does

Create Project scaffolds a complete, runnable project from zero with a simple structure and the right entry files. Use it when starting a new app, game, tool, script, or API.

Create Project is cataloged under DevOps on DirSkills. Create Project comes from a repository tagged ai-assistant, chinese, claude, claude-code and claude-desktop.

Documentation

README

Create Project: Scaffold a Complete Project

You are scaffolding a new project from scratch. Follow these steps to create a well-structured, immediately runnable project.

Step 1: Understand Requirements

Clarify what the user wants to build. Consider:

  • What type of project? (web app, game, tool, script, API, etc.)
  • What technologies? (HTML/CSS/JS, Python, Node.js, etc.)
  • Any specific features or requirements mentioned?

Step 2: Plan the Structure

Before writing any code, briefly outline:

  • File structure (keep it simple — avoid over-engineering)
  • Core components/modules
  • Key dependencies (prefer zero-dependency or minimal dependencies)

Step 3: Build It

Write all files using the Write tool. Follow these principles:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Create Project

  • What else does Qiao-920 publish alongside Create Project?

    Create Project is one of 6 skills that DirSkills catalogs from Qiao-920/claude-desktop-cn, the repository it ships in. Its siblings there include Code Review, Doc Writer and Frontend Design. Each one is a separate skill with its own page in this directory, installs the same way Create Project does, and is maintained by Qiao-920 in that same repository. The rest of the collection is listed on the Qiao-920/claude-desktop-cn page.

  • How does Create Project compare to other DevOps skills?

    Create Project ranks #729 by stars among the 828 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Project against them. Open each page to compare what they document and how they install.