AgentSkillsCN

project

项目管理命令(初始化、技能提升、绘图)。

SKILL.md
--- frontmatter
name: project
description: Project management commands (init, skill-up, diagram)
user-invocable: true
argument-hint: <init|skill-up|diagram>

/project $ARGUMENTS

Manage the project setup and instructions.

Arguments

ArgumentRequiredDescription
<init|skill-up|diagram>Yesinit — set up project from scratch; skill-up — suggest instruction improvements; diagram — generate architecture diagram

Usage

code
/project init            # Set up the project from scratch
/project skill-up        # Suggest improvements to instructions and rules
/project diagram         # Generate Mermaid architecture diagram

Instructions

Read the command-specific instruction file and follow it exactly:

  • init → Read .claude/skills/project/init.md and follow all steps
  • skill-up → Read .claude/skills/project/skill-up.md and follow all steps
  • diagram → Read .claude/skills/project/diagram.md and follow all steps

If no command is provided, list the available commands and ask the user which one to run.