---
title: "일곱 가지 행동 문서화 Skill"
description: "일곱 가지 행동 모델로 문서를 계획하고 개선하는 에이전트 Skill을 설치하세요."
doc_version: "2025-01-09"
last_updated: "2026-08-09"
canonical_url: "https://7act.org/ko/skill/"
language: "ko"
license: "CC BY 4.0"
---

# 일곱 가지 행동 문서화 Skill

Claude Code 또는 지원되는 다른 에이전트에서 이 Skill을 사용해 독자가 달성하려는 일을 중심으로 기술 문서를 계획하고, 작성하고, 감사하고, 재구성할 수 있습니다.

## Claude Code에 설치하기

```sh
npx skills add theletterf/sevenactionmodel \
  --skill seven-action-documentation \
  --agent claude-code
```

모든 프로젝트에서 사용할 수 있게 하려면 `--global`을 추가하세요. 이 Skill은 문서 기획, 작성, 감사, 정보 아키텍처, 성공 지표 관련 작업에서 자동으로 활성화됩니다. 직접 호출할 수도 있습니다.

```text
$seven-action-documentation을 사용해 온보딩 문서를 감사해 줘.
```

이 Skill은 제품에 관한 사실을 지어내지 않으면서 에이전트가 독자의 주요 행동을 파악하고, 유용한 콘텐츠 유형을 선택하며, 결과와 측정 방법을 정의하도록 돕습니다.

## Sitemap

- [일곱 가지 행동 문서화 모델](https://7act.org/ko/index.md)
- [소개](https://7act.org/ko/rationale/index.md)
- [행동](https://7act.org/ko/actions/index.md)
- [평가하기](https://7act.org/ko/actions/appraise/index.md)
- [이해하기](https://7act.org/ko/actions/understand/index.md)
- [탐색하기](https://7act.org/ko/actions/explore/index.md)
- [연습하기](https://7act.org/ko/actions/practice/index.md)
- [기억하기](https://7act.org/ko/actions/remember/index.md)
- [개발하기](https://7act.org/ko/actions/develop/index.md)
- [문제 해결하기](https://7act.org/ko/actions/troubleshoot/index.md)
- [용어집](https://7act.org/ko/glossary/index.md)
- [일곱 가지 행동 문서화 Skill](https://7act.org/ko/skill/index.md)

