---
title: "Seven-Action Documentation skill"
description: "Install an agent skill for planning and improving documentation with the Seven-Action Model."
doc_version: "2025-01-09"
last_updated: "2026-08-08"
canonical_url: "https://7act.org/skill/"
language: "en"
license: "CC BY 4.0"
---

# Seven-Action Documentation skill

Use this skill with Claude Code or another supported agent to plan, write, audit, and restructure technical documentation around what readers need to accomplish.

## Install for Claude Code

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

Add `--global` to make it available in every project. The skill activates for documentation planning, writing, audits, information architecture, and success metrics. You can also invoke it directly:

```text
Use $seven-action-documentation to audit our onboarding documentation.
```

The skill helps an agent identify the reader's primary action, choose useful content types, and define an outcome and measure without inventing product facts.

## Sitemap

- [Seven-Action Documentation Model](https://7act.org/index.md)
- [Introduction](https://7act.org/rationale/index.md)
- [Actions](https://7act.org/actions/index.md)
- [Appraise](https://7act.org/actions/appraise/index.md)
- [Understand](https://7act.org/actions/understand/index.md)
- [Explore](https://7act.org/actions/explore/index.md)
- [Practice](https://7act.org/actions/practice/index.md)
- [Remember](https://7act.org/actions/remember/index.md)
- [Develop](https://7act.org/actions/develop/index.md)
- [Troubleshoot](https://7act.org/actions/troubleshoot/index.md)
- [Glossary](https://7act.org/glossary/index.md)
- [Seven-Action Documentation skill](https://7act.org/skill/index.md)

