·project-management
@

project-management

aaaaqwq/claude-code-skills

项目管理和产品需求分析。当用户需要制定项目计划、编写 PRD 文档、管理任务或进行需求分析时使用此技能。

29Installs·0Trend·@aaaaqwq

Installation

$npx skills add https://github.com/aaaaqwq/claude-code-skills --skill project-management

SKILL.md

├── 用户模块 │ ├── 注册登录 │ ├── 个人资料 │ └── 账号设置 ├── 核心功能模块 │ ├── 功能 A │ ├── 功能 B │ └── 功能 C └── 辅助功能模块 ├── 通知中心 └── 帮助中心

POST /api/auth/register Request: { "email": "user@example.com", "password": "password123", "verifyCode": "123456" }

Response: { "success": true, "data": { "userId": 12345, "token": "jwttokenhere" }, "message": "注册成功" }

项目管理和产品需求分析。当用户需要制定项目计划、编写 PRD 文档、管理任务或进行需求分析时使用此技能。 Source: aaaaqwq/claude-code-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill project-management
Category
@Collaboration
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is project-management?

项目管理和产品需求分析。当用户需要制定项目计划、编写 PRD 文档、管理任务或进行需求分析时使用此技能。 Source: aaaaqwq/claude-code-skills.

How do I install project-management?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaaaqwq/claude-code-skills --skill project-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aaaaqwq/claude-code-skills