소스 정보
- 저장소
- Dev-Toolbelt/dev-team-agents
- 최근 소스 활동
- 2026년 7월 25일 22:28
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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 -->