Glad-Labs

38 mods across 1 repository, 5 stars between them.

approve-post

01

Glad-Labs/poindexter

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]".

5 yesterday A 37 tokens original Apache-2.0

cost-report

02

Glad-Labs/poindexter

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".

5 yesterday A 48 tokens original Apache-2.0

create-post

03

Glad-Labs/poindexter

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.

5 yesterday A 41 tokens original Apache-2.0

find-similar-posts

04

Glad-Labs/poindexter

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.

5 yesterday A 63 tokens original Apache-2.0

list-tasks

05

Glad-Labs/poindexter

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".

5 yesterday A 48 tokens original Apache-2.0

publish-post

06

Glad-Labs/poindexter

Skill Claude CodeCodex

Manually publish a completed content task. Use when the user says "publish post", "push it live", "publish task", or "publish [id]".

5 yesterday A 36 tokens original Apache-2.0

quality-report

07

Glad-Labs/poindexter

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".

5 yesterday A 44 tokens original Apache-2.0

recall-conversation

08

Glad-Labs/poindexter

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…

5 yesterday A 80 tokens original Apache-2.0

recall-decision

09

Glad-Labs/poindexter

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".

5 yesterday A 67 tokens original Apache-2.0

reject-post

10

Glad-Labs/poindexter

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]".

5 yesterday A 44 tokens original Apache-2.0

search-memory

11

Glad-Labs/poindexter

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.

5 yesterday A 54 tokens original Apache-2.0

site-settings

12

Glad-Labs/poindexter

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.

5 yesterday A 41 tokens original Apache-2.0

vercel-status

13

Glad-Labs/poindexter

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.

5 yesterday A 44 tokens original Apache-2.0

voice-off

14

Glad-Labs/poindexter

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".

5 yesterday A 44 tokens original Apache-2.0

voice-on

15

Glad-Labs/poindexter

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".

5 yesterday A 51 tokens original Apache-2.0

voice-speak

16

Glad-Labs/poindexter

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".

5 yesterday A 51 tokens original Apache-2.0

chat-agent

17

Glad-Labs/poindexter

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.

5 yesterday A 69 tokens original Apache-2.0

reddit-value-post

18

Glad-Labs/poindexter

Skill Claude CodeCodex

Generate a native, community-appropriate Reddit value-post from a published blog post.

5 yesterday A 19 tokens original Apache-2.0

atoms

19

Glad-Labs/poindexter

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.

5 yesterday A 45 tokens original Apache-2.0

blog-generation

20

Glad-Labs/poindexter

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…

5 yesterday A 72 tokens original Apache-2.0

content-qa

21

Glad-Labs/poindexter

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…

5 yesterday A 84 tokens original Apache-2.0

Glad-Labs/poindexter

Skill Claude CodeCodex

Classify a published post into brand content-types (multi-label). Populates postcontenttypes via ClassifyContentTypesJob.

5 yesterday A 30 tokens original Apache-2.0

image-generation

23

Glad-Labs/poindexter

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…

5 yesterday A 66 tokens original Apache-2.0

podcast

24

Glad-Labs/poindexter

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.

5 yesterday A 65 tokens original Apache-2.0