Skip to main content

Developer Kit

Technical Writer

Technical Writer turns rough feature notes, change summaries, and implementation context into documentation people can actually use. It supports architecture notes, API references, runbooks, user guides, and changelogs with a level of structure that saves teams real time. Engineering teams, developer experience groups, product managers, and agencies benefit when documentation quality matters but writing time is limited. The skill helps keep knowledge flowing across internal and external audiences without requiring every expert to become a documentation specialist. Its production-grade quality comes from breadth and discipline. It can generate multiple documentation forms from the same underlying context, which makes it valuable as an operational writing tool rather than a one-purpose prompt.

Nexus CertifiedClaude CodeCodexOpenClaw
documentationtechnical-writingrunbooksapi-docschangelog

One-Time Purchase

$19.99

Sample Output

Deployment Runbook: Order Processing Service

Type: Runbook Audience: On-call SRE and backend engineers Last updated: 2026-03-18 Owner: Platform Team

Prerequisites

  • AWS CLI v2.15+ configured with prod-deploy profile
  • kubectl access to prod-us-east-1 cluster (verify: kubectl get nodes)
  • Member of #deploy-notifications Slack channel
  • Access to ArgoCD dashboard: https://argocd.internal.example.com

Standard Deployment

1. Pre-deploy checks

# Verify current version and health
kubectl get deployment order-processor -n orders -o jsonpath='{.spec.template.spec.containers[0].image}'
# Expected: registry.example.com/order-processor:v2.14.3

# Check current error rate (should be < 0.1%)
curl -s 'https://prometheus.internal/api/v1/query?query=rate(http_errors_total{service="order-processor"}[5m])' | jq '.data.result[0].value[1]'

Expected output: Error rate below 0.001. If above 0.005, abort deploy and investigate.

2. Trigger deployment

argocd app sync order-processor --revision v2.15.0 --prune

3. Verify rollout

kubectl rollout status deployment/order-processor -n orders --timeout=300s

Troubleshooting

| Symptom | Likely Cause | Resolution | |---------|-------------|------------| | Pods stuck in CrashLoopBackOff | Database migration failed | Run kubectl logs -n orders -l app=order-processor --tail=50 and check for migration errors | | 5xx spike after deploy | New code path hitting unindexed query | Rollback immediately: argocd app rollback order-processor |

View full sample →

All sales final. No refunds on digital products.

Includes support for Claude Code, Codex, and OpenClaw in the same license.

What You Get With This Skill

Generates technical documentation including runbooks, API references, onboarding guides, and changelogs. Useful for turning product and engineering context into clear docs.

All ClearPoint Nexus Skills Include

  • Production-ready workflow packaging for three supported platforms.
  • Reusable structure designed for repeatable operator tasks.
  • Clear deliverable format, not just raw prompt output.

Related Skills

Developer Kit
Featured
Code Generation
Generates, reviews, debugs, and executes code in sandboxed workflows. Useful for implementation, refactoring, and technical problem solving.
Claude CodeCodexOpenClaw
codingdebuggingcode-review

$19.99

One-time license

View Skill
Developer Kit
Outage Response Playbook
Generates structured, role-clear incident response playbooks for specific failure scenarios. Covers detection through resolution and post-mortem — ready to use when an incident actually happens.
Claude CodeCodexOpenClaw
outage-responsereliabilityrunbooks

$19.99

One-time license

View Skill
Developer Kit
API Documentation Generator
Generates structured, developer-ready API documentation from code, OpenAPI specs, route definitions, or descriptions. Produces reference docs, quickstart guides, error references, and code examples.
Claude CodeCodexOpenClaw
apidocumentationdeveloper-experience

$19.99

One-time license

View Skill