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.
One-Time Purchase
$19.99
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-deployprofile - kubectl access to
prod-us-east-1cluster (verify:kubectl get nodes) - Member of
#deploy-notificationsSlack 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
$19.99
One-time license
$19.99
One-time license
$19.99
One-time license