approve-post
01Skill Claude CodeCodex
Approve a content task for publishing. Use when the user says "approve task", "approve post", "looks good, approve it", or "approve [id]".
Skill Claude CodeCodex
Approve a content task for publishing. Use when the user says "approve task", "approve post", "looks good, approve it", or "approve [id]".
Skill Claude CodeCodex
Show AI/LLM spending, budget usage, and operational cost metrics. Use when the user says "how much have we spent", "cost report", "show costs", "budget status", or "spending breakdown".
Skill Claude CodeCodex
Create a new blog post or content task about a given topic. Use when the user says "write a post about", "create content about", "draft an article on", or similar.
Skill Claude CodeCodex
Find blog posts semantically similar to a topic — pulls from the posts embedding source. Use when the user says "have we written about", "any posts on", "find similar posts to", "what's our coverage of", or wants to avoid duplicating an existing post.
Skill Claude CodeCodex
List content tasks, show the pipeline queue, or check task status. Use when the user says "show tasks", "what's in the queue", "pipeline status", "list posts", or "what's pending".
Skill Claude CodeCodex
Manually publish a completed content task. Use when the user says "publish post", "push it live", "publish task", or "publish [id]".
Skill Claude CodeCodex
Show content quality scores and QA results for tasks that have cleared the pipeline. Use when the user says "quality report", "show quality scores", "how's the content quality", or "QA results".
Skill Claude CodeCodex
Recall something said earlier in this voice conversation — semantic search over the voicemessages table. Use when the user says "what did I say about X earlier?", "remind me what we talked about", "did I mention X already?", "what was that thing I said about". Different from recall-decision (curated memory) — this is…
Skill Claude CodeCodex
Look up a past decision or memory specifically — filtered to memory-type embeddings (decision logs, project notes, feedback). Use when the user says "what did I decide about", "what was decided", "why did we choose", "remind me about [project]", or "what's our policy on".
Skill Claude CodeCodex
Reject a content task and send it back for revision. Use when the user says "reject task", "reject post", "send it back", "needs more work", or "reject [id]".
Skill Claude CodeCodex
Search semantic memory across all embedded content (memory, posts, issues, audit). Use when the user says "what do I know about", "search memory for", "recall", "find references to", or asks open-ended questions about prior context.
Skill Claude CodeCodex
View or update pipeline settings stored in the database. Use when the user says "show settings", "set the budget to", "change the API key", "update config", or similar.
Skill Claude CodeCodex
Check Vercel deployment status, recent deployments, and domains for the public site via the Vercel REST API. Use when asked about the website, site status, or Vercel deployments.
Skill Claude CodeCodex
Turn off the LiveKit voice bridge for this Claude Code session. Use when the user says "voice off", "/voice off", "stop voice", "leave the voice room", or "end voice".
Skill Claude CodeCodex
Turn on the LiveKit voice bridge for this Claude Code session. Use when the user says "voice on", "/voice on", "let me talk to you", "voice mode", "join the voice room", or "start voice".
Skill Claude CodeCodex
Speak text into the active LiveKit voice bridge — TTS the assistant's reply into the room. Use when voice mode is on and the assistant wants to vocalize a reply, or when the user says "say this out loud".
Skill Claude CodeCodex
System prompt for the Cofounder console chat agent — the local tool-loop brain behind /api/chat (poindexter#947). Resolved by services/chatprompts.py::resolvechatprompt; {personaname} comes from appsettings.agentpersonaname and {toolnames} from the chat tool registry at turn time.
Skill Claude CodeCodex
Generate a native, community-appropriate Reddit value-post from a published blog post.
Skill Claude CodeCodex
Prompts used by the composable atoms in services/atoms/ — the founder-voice devdiary narrator and the LangGraph pipeline architect. These wrap the lower-level building blocks the TemplateRunner chains into pipelines.
Skill Claude CodeCodex
Blog drafting & revision prompts. Turn a topic + research context into a publication-ready markdown article, then refine it against reviewer feedback. Includes the writer system prompt, the draft request, the anti-fabrication initial-draft prompt, an SEO-metadata helper, and the iterative-refinement prompt. Use during…
Skill Claude CodeCodex
Content quality assurance — the adversarial QA gate pack. Topic-delivery, internal-consistency, publication-readiness review, aggregate rewrite, writer self-review for contradictions, self-consistency sampling, an LLM quality rubric, and vision-QA for inline images and rendered preview screenshots. Use after a draft…
Skill Claude CodeCodex
Classify a published post into brand content-types (multi-label). Populates postcontenttypes via ClassifyContentTypesJob.
Skill Claude CodeCodex
Image-direction prompts for the content pipeline. Generate featured-image prompts, build stock image search queries, run the image-director reasoning that picks which sections get visuals (imagegen vs pexels, style, and prompt/query for each) plus one featured hero image, and caption rendered images with…
Skill Claude CodeCodex
Podcast script generation. Rewrite a finished blog article into a single-narrator, TTS-ready podcast script — translating every written/visual convention (URLs, "see below", headings, abbreviations) into natural spoken English. Use after a post is written, when generating the audio/podcast surface for it.