Skip to main content
Run any Skill in Manus
with one click
GitHub repository

poindexter

poindexter contains 38 collected skills from Glad-Labs, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
38
Stars
4
updated
2026-07-14
Forks
0
Occupation coverage
13 occupation categories · 100% classified
repository explorer

Skills in this repository

tts
software-developers

TTS pronunciation configuration. Controls how written text is normalized to natural spoken English before being passed to the Speaches/Kokoro TTS engine. Two DB-configurable app_settings keys let operators add or override pronunciation rules without code changes.

2026-07-14
image-generation
graphic-designers

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 (image_gen vs pexels, style, and prompt/query for each) plus one featured hero image, and caption rendered images with vision-derived alt text.

2026-07-14
reddit-value-post
market-research-analysts-and-marketing-specialists-131161

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

2026-07-13
blog-generation
technical-writers

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 the content-generation stage of the pipeline.

2026-07-13
video-director
film-and-video-editors

Video director — given a post body + podcast script + target duration, produces a JSON shot list (ordered shots with per-shot source plugin, prompt/query, and duration) for the post's video. Enforces the no-AI-humans + stylized-not-photoreal policies. Used by the generate_video_shot_list pipeline stage. Operator brand is templated via {site_name}.

2026-07-13
content-type-classifier
market-research-analysts-and-marketing-specialists-131161

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

2026-07-13
utility
office-clerks-general-439061

General content-utility prompts — the writer-persona system prompt, content summarization, and free-form content-to-JSON conversion. Use for the writer system role, condensing content, or coercing content into structured JSON.

2026-07-12
atoms
software-developers

Prompts used by the composable atoms in services/atoms/ — the founder-voice dev_diary narrator and the LangGraph pipeline architect. These wrap the lower-level building blocks the TemplateRunner chains into pipelines.

2026-07-11
recall-decision
software-developers

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

2026-07-11
content-qa
market-research-analysts-and-marketing-specialists-131161

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 exists, during the multi-model QA stage, to score, critique, and revise content before publication.

2026-07-10
podcast
technical-writers

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.

2026-07-07
hygiene
software-developers

Data-retention and memory-hygiene summarization. Compress one calendar day of source-table rows, or a cluster of older same-source memories, into a single dense paragraph. Use when bounding storage growth while preserving the gist for retrieval.

2026-07-04
research
market-research-analysts-and-marketing-specialists-131161

Topic research & analysis. Turn raw web-search results or internal records into structured topic decisions: analyze search results, rank topic candidates against weighted niche goals, and distill a post angle from internal records. Use during topic discovery and ranking, before a post is written.

2026-07-03
voice-agent
software-developers

System prompts for the Poindexter voice agent — the local-LLM "Emma" persona spoken on the Pipecat / LiveKit surfaces, and the TTS-friendly override used when a voice room bridges to Claude Code. Resolved by services/voice_prompts.py::resolve_voice_prompt.

2026-07-01
two-pass-writer
technical-writers

Two-pass blog writer for niche-driven content. Drafts a post from topic + angle + background context, then revises it to substitute [EXTERNAL_NEEDED: ...] markers with verified external facts. Use as the canonical_blog writer during content generation and revision.

2026-06-30
approve-post
market-research-analysts-and-marketing-specialists-131161

Approve a content task for publishing. Use when the user says "approve task", "approve post", "looks good, approve it", or "approve [id]".

2026-06-26
cost-report
financial-and-investment-analysts

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

2026-06-26
site-settings
software-developers

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.

2026-06-24
video
technical-writers

Short-form video narration. Turn a published blog article into a ~150-word spoken script for TikTok / YouTube Shorts — hook first, two or three takeaways, a closing call to action. Use during the media-script stage of the pipeline, after a post is written.

2026-06-23
seo-metadata
market-research-analysts-and-marketing-specialists-131161

SEO metadata generation. Produce titles, meta descriptions, excerpts, keywords, tags, and category matches for a post. Use during the generate_seo_metadata pipeline stage, after the draft is written.

2026-06-22
triage
network-and-computer-systems-administrators

Operator-persona alert triage. Diagnose an alert plus curated database state into one short paragraph the brain dispatcher posts to the operator. Use when the firefighter service responds to a system alert.

2026-06-20
social-media
market-research-analysts-and-marketing-specialists-131161

Social-media copy generation for the content pipeline. Research current trends for a topic, draft a platform-native post, and produce char-limited promo copy for a published blog post (single-tweet + LinkedIn formats). The promo templates are vendor-agnostic — the caller supplies the character limit, so the same prompt works across X / Mastodon once an adapter exists. Use after a post is published, during distribution.

2026-06-17
create-post
writers-and-authors

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.

2026-06-13
quality-report
editors

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

2026-06-13
qa
editors

Content quality evaluation. Score a draft for quality and return a structured verdict. Use after a draft is written, to gate it before publication.

2026-05-30
writer
writers-and-authors

Long-form blog drafting and narrative composition. The one-shot blog-generation task prompt plus the bundle-grounded narrative reporter persona. Use when generating a blog draft from a topic, or composing a grounded narrative summary of shipped work.

2026-05-30
automation
market-research-analysts-and-marketing-specialists-131161

Marketing-automation prompts — generate an email campaign for a topic. Use when an operator-facing automation surface needs a structured campaign draft.

2026-05-30
business
management-analysts-131111

Business analysis prompts — financial impact, market analysis, and performance analysis for a given topic. Use when an operator-facing business module needs a structured first-pass analysis.

2026-05-30
list-tasks
software-developers

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

2026-05-30
reject-post
software-developers

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

2026-05-30
vercel-status
software-developers

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.

2026-05-30
voice-off
software-developers

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

2026-05-07
voice-on
software-developers

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

2026-05-07
voice-speak
software-developers

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

2026-05-07
recall-conversation
customer-service-representatives-434051

Recall something said earlier in this voice conversation — semantic search over the voice_messages 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 the in-conversation transcript.

2026-05-06
find-similar-posts
writers-and-authors

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.

2026-05-05
search-memory
file-clerks-434071

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.

2026-05-05
publish-post
market-research-analysts-and-marketing-specialists-131161

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

2026-05-05