一键导入
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]