用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Dev-Toolbelt/dev-team-agents --skill docs-templates命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | docs-templates |
| description | Templates for docs/ — project, tech, architecture, standards. |
Before generating each doc, read every relevant file found in the Project Docs Discovery scan:
## Source References at the end listing every file that contributed content## Source References
| File | Sections Fed |
|------|-------------|
| [ARCHITECTURE.md](../../ARCHITECTURE.md) | System Type, Layers, Module Map |
Rules: only list files that provided content; use paths relative to project root; omit section if no sources found; future docs-sync updates must preserve and extend this section.
docs/project.md<!-- last-updated: [YYYY-MM-DD] -->
# Project: [name from README or directory]
## What It Does
[1-2 sentences from README or inferred from scan]
## Type & Config
PROJECT_TYPE: [new|inherited|maintenance]
TESTS_REQUIRED: [yes|no]
CICD_PLATFORM: [detected or answered in Step 3]
[CLOUD_PROVIDER: omit if not applicable]
[ISSUE_TRACKER: omit if none]
## Active Areas
[From git log — omit for new projects with no commits]
| Directory | Purpose | Last Active |
|-----------|---------|-------------|
## Key Constraints
[Hard rules from existing CLAUDE.md; omit if no prior CLAUDE.md]
docs/development/tech-stack.md<!-- last-updated: [YYYY-MM-DD] -->
# Tech Stack
| Layer | Technology | Version | Notes |
|-------|-----------|---------|-------|
[From package.json / composer.json / requirements.txt / Gemfile / go.mod / Cargo.toml / Dockerfile.
Include: language, framework, database, cache, queue, auth, test runner, CI/CD.
Omit rows for layers not present.]
## Dev Setup
[From README or package.json scripts — 1–3 commands; omit if unknown]
## Notable Dependencies
[Non-obvious deps that affect how agents write code — omit well-known framework staples]
docs/development/architecture.md<!-- last-updated: [YYYY-MM-DD] -->
# Architecture
## System Type
[inherited/maintenance: infer from scan (e.g., "Decoupled REST API + React SPA")]
[new: <!-- TODO: software-architect to define -->]
## Layers
| Layer | Directory | Responsibility |
|-------|-----------|---------------|
[inherited/maintenance: infer from top-level directory structure]
[new: <!-- TODO: software-architect to define -->]
## Module Map
| Module/Service | Purpose | Key Entry Points |
|---------------|---------|-----------------|
[inherited/maintenance: populate from scan]
[new: <!-- TODO: software-architect to complete -->]
docs/development/code-standards.md<!-- last-updated: [YYYY-MM-DD] -->
# Code Standards
## Detected Config
[From .eslintrc / .prettierrc / phpcs.xml / pyproject.toml / .rubocop.yml / golangci.yml.
Omit section if no config files found.]
| Tool | Config File | Key Settings |
|------|------------|-------------|
## Naming Conventions
<!-- TODO: software-architect to define, or auto-detect from existing code patterns -->
## Established Patterns
<!-- TODO: software-architect or code-reviewer to complete -->
docs/backlog/README.md<!-- last-updated: [YYYY-MM-DD] -->
# Backlog
## Tracker
[From Step 3: "None" | "GitHub Projects: <url>" | "Jira: <workspace>" | "Linear: <team>" | ...]
## Sprint Files
| File | Sprint | Status |
|------|--------|--------|
| — | No sprints created yet | — |
docs/design/design-system.md (UI projects only)<!-- last-updated: [YYYY-MM-DD] -->
# Design System
## UI Library
[Detected from package.json: shadcn/ui, MUI, Ant Design, Bootstrap, Chakra UI — or "Not yet chosen"]
## Color Tokens
<!-- TODO: ui-ux-designer to complete in Design Mode -->
## Typography Scale
<!-- TODO: ui-ux-designer to complete -->
## Component Inventory
<!-- TODO: ui-ux-designer to complete -->