بنقرة واحدة
documentation
Developer documentation including API references, guides, and getting started content
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Developer documentation including API references, guides, and getting started content
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | documentation |
| description | Developer documentation including API references, guides, and getting started content |
| sasmp_version | 1.4.0 |
| version | 2.0.0 |
| updated | 2025-01 |
| bonded_agent | 04-technical-writer |
| bond_type | PRIMARY_BOND |
Create comprehensive, usable documentation that helps developers succeed.
parameters:
required:
- doc_type: enum[quickstart, tutorial, howto, concept, reference]
- product_area: string
optional:
- api_spec: object
- target_ttfhw: duration
output:
documentation:
content: markdown
code_samples: array[CodeBlock]
navigation: object
| Type | Purpose | Example |
|---|---|---|
| Quickstart | First 5 minutes | "Hello World in 5 min" |
| Tutorial | Learn by doing | "Build your first app" |
| How-to | Solve specific task | "How to authenticate" |
| Concept | Understand system | "How caching works" |
| Reference | Look up details | "API endpoint list" |
Docs Site
├── Getting Started
│ ├── Quickstart
│ ├── Installation
│ └── First API Call
├── Guides
│ ├── Authentication
│ ├── Error Handling
│ └── Best Practices
├── API Reference
│ ├── Endpoints
│ ├── Parameters
│ └── Response Codes
└── Resources
├── FAQ
├── Changelog
└── Migration Guides
# Page Title
Brief intro (what this covers, who it's for)
## Prerequisites
What they need before starting
## Main Content
Step-by-step or organized sections
## Next Steps
What to do after this
Write (MD) → Review (PR) → Build (CI) → Deploy (CD)
↓ ↓ ↓ ↓
Local GitHub Docusaurus Vercel
retry_patterns:
outdated_content:
strategy: "Sync with latest API version"
user_confusion:
strategy: "Add examples, clarify language"
broken_code_samples:
strategy: "Test in CI, fix immediately"
| Failure Mode | Detection | Recovery |
|---|---|---|
| Outdated | API changed | Update with deprecation |
| Broken links | 404 errors | Fix or redirect |
| User can't complete | Feedback | Add missing steps |
□ All code samples tested?
□ Prerequisites complete?
□ Links working?
□ Version numbers specified?
□ Screenshots current?
□ Follows style guide?
test_documentation:
unit_tests:
- test_code_samples:
assert: "All code runs"
- test_links:
assert: "No 404s"
integration_tests:
- test_ttfhw:
assert: "<10 min to first success"
| Metric | Target |
|---|---|
| Time to first success | <10 min |
| Doc search success | >80% |
| Ticket deflection | 60%+ |
| User satisfaction | >4.0/5 |
metrics:
- pages_updated: integer
- code_samples_tested: integer
- user_satisfaction: float
- search_success_rate: float
See assets/ for documentation templates.
Developer relations career development, growth paths, and professional advancement
Effective communication strategies for developer audiences across channels
Building and nurturing thriving developer communities
Creating compelling technical content for developer audiences
Planning and executing developer events, conferences, and meetups
Measuring and demonstrating DevRel impact through data and analytics