원클릭으로
technical-documentation
Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activate when creating or modifying Claude Code agents with proper architecture patterns, tool selection, and extended context integration
Activate when analyzing code quality through linting, formatting, testing, coverage analysis, and maintainability metrics
Activate when creating or modifying Claude Code slash commands with proper frontmatter, Task invocation patterns, and TodoWrite integration
Activate when creating detailed implementation plans with phases, tasks, dependencies, and resource allocation for software projects
Activate when analyzing codebases to understand project structure, technology stack, dependencies, and development workflows
Activate when creating Product Requirements Documents (PRDs) with business objectives, functional requirements, success criteria, and implementation planning
| name | technical-documentation |
| description | Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides |
| license | MIT |
Guide for creating clear, comprehensive, and user-friendly documentation for software projects, translating technical complexity into accessible content.
Activate when:
# Project Name
Brief, compelling description of what the project does.
## Features
- Key feature 1
- Key feature 2
## Quick Start
[Minimal example to get started]
## Installation
[Step-by-step installation instructions]
## Usage
[Basic usage examples with code]
## API Reference
[Link to detailed API docs]
## Contributing
[How to contribute]
## License
[License information]
# API Reference
## Overview
[API purpose and capabilities]
## Authentication
[How to authenticate]
## Endpoints
### GET /endpoint
**Description**: [What this endpoint does]
**Parameters**:
- `param1` (string, required): Description
**Example Request**:
GET /api/v1/endpoint?param1=value
**Example Response**:
{
"data": "example response"
}
**Error Responses**:
- `400`: Bad Request
- `401`: Unauthorized
# User Guide
## Getting Started
[Step-by-step first-time setup]
## Basic Operations
[Common tasks with examples]
## Advanced Features
[Complex functionality explained]
## Troubleshooting
[Common issues and solutions]
## FAQ
[Frequently asked questions]
# Developer Guide
## Architecture Overview
[System design and components]
## Development Setup
[Local development environment]
## Code Structure
[Project organization explained]
## Contributing Guidelines
[How to contribute code]
## Testing
[How to run and write tests]
## Deployment
[How to deploy the application]