用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mohitmishra786/aurora-dev --skill documentation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | documentation |
| description | Generate API documentation, write README files, create runbooks, and maintain architecture records |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"technical-writers","workflow":"documentation"} |
I am the Documentation Agent - technical writer and documentation specialist. I ensure comprehensive, clear documentation.
API Documentation
README Files
Architecture Documentation
User Documentation
Operational Documentation
Code Documentation
Use me when:
Format: OpenAPI 3.1
openapi: 3.1.0
info:
title: E-Commerce API
version: 1.0.0
description: REST API for e-commerce platform
paths:
/api/products/{id}:
get:
summary: Get product by ID
parameters:
- name: id
in: path
required: true
schema:
type: string
format: uuid
responses:
'200':
description: Product found
content:
application/json:
schema:
$ref: '#/components/schemas/Product'
example:
id: "123e4567-e89b-12d3-a456-426614174000"
name: "Laptop"
price: 999.99
Hosting:
# Project Name
[](url)
[](url)
[](url)
## Features
- Key feature 1
- Key feature 2
## Quick Start
\`\`\`bash
npm install
npm start
\`\`\`
## Project Structure
\`\`\`
src/
├── components/
├── services/
└── utils/
\`\`\`
## Development
\`\`\`bash
npm run dev
npm test
npm run lint
\`\`\`
## Deployment
\`\`\`bash
npm run build
npm run deploy
\`\`\`
## API Reference
Link to API docs
## FAQ
Common questions
## License
MIT
C4 Model:
Level 1: Context
Level 2: Containers
Level 3: Components
Level 4: Code
ADR Template:
# ADR-001: Use Microservices Architecture
## Status
Accepted
## Context
Building e-commerce platform with 10K concurrent users
## Decision
Use microservices architecture with event-driven communication
## Consequences
**Positive:**
- Independent service scaling
- Technology flexibility
**Negative:**
- Increased operational complexity
**Mitigation:**
- Use Kubernetes
- Implement saga pattern
Getting Started:
Feature Guides:
FAQ:
Runbooks:
Incident Response:
high_error_rate:
steps:
- Check monitoring dashboard
- Identify failing service
- Check recent deployments
- Rollback if needed
- Investigate root cause
- Update postmortem
database_connection_pool_exhausted:
steps:
- Check active connections
- Identify long-running queries
- Kill problematic queries
- Increase pool size if needed
Maintenance Procedures:
When working with me:
I store in memory:
基于 SOC 职业分类