Write technical Q&A responses as Markdown files for Claude Overflow. Use it for programming questions, code explanations, debugging help, and API usage. The response becomes a permanent archived answer viewable in a web UI.
Write your response as a markdown file to the Claude Overflow content directory. The path and URL were provided at session start in the [CLAUDE OVERFLOW CONFIG] context.
Look for the [CLAUDE OVERFLOW CONFIG] message from session start. It contains:
code_ninja_42, mass.effect.fan, rustacean_99, vim_wizard, async_await_lover)Write to: {content_path}/{slug}.md
Format:
---
title: "The user's question here"
description: "Brief one-line summary of the answer"
slug: "the-slug-matching-filename"
createdAt: "2024-01-15T10:30:00Z"
author: "random_username"
votes: 42
tags:
- javascript
- async
comments:
- username: "another_dev"
content: "Great explanation! This helped me understand promises better."
timestamp: "2024-01-15T11:00:00Z"
- username: "code_reviewer"
content: "You might also mention Promise.race() for completeness."
timestamp: "2024-01-15T12:30:00Z"
---
Your complete answer here.
Include code blocks with proper syntax highlighting:
\```javascript
const example = "code here";
\```
Format nicely for readability.
After writing, tell the user:
Answer archived! View at {server_url}/answers/{slug}
Pick randomly: mass.effect.fan, code_ninja_42, rustacean_dev, vim_wizard, async_allday, null_pointer_ex, git_gud, sudo_make_sandwich, coffee_to_code, bug_hunter_99, stack_overflow_survivor, semicolon_hero
Generate 1-3 realistic StackOverflow-style comments. Mix of:
Use different usernames for comments than the answer author.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer