Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

poindexter

يحتوي poindexter على 38 من skills المجمعة من Glad-Labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
38
Stars
4
محدث
2026-07-14
Forks
0
التغطية المهنية
13 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

tts
مطوّرو البرمجيات

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
المصممون الجرافيكيون

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
محللو أبحاث السوق ومتخصصو التسويق

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

2026-07-13
blog-generation
الكتّاب التقنيون

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
محررو الأفلام والفيديو

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
محللو أبحاث السوق ومتخصصو التسويق

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

2026-07-13
utility
موظفو المكاتب العامون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو أبحاث السوق ومتخصصو التسويق

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
الكتّاب التقنيون

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
مطوّرو البرمجيات

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
محللو أبحاث السوق ومتخصصو التسويق

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
مطوّرو البرمجيات

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
الكتّاب التقنيون

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
محللو أبحاث السوق ومتخصصو التسويق

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
محللو التمويل والاستثمار

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
مطوّرو البرمجيات

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
الكتّاب التقنيون

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
محللو أبحاث السوق ومتخصصو التسويق

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
مديرو الشبكات وأنظمة الحاسوب

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
محللو أبحاث السوق ومتخصصو التسويق

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
الكتّاب والمؤلفون

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
المحررون

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
المحررون

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
الكتّاب والمؤلفون

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
محللو أبحاث السوق ومتخصصو التسويق

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
محللو الإدارة

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
ممثلو خدمة العملاء

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
الكتّاب والمؤلفون

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
موظفو الملفات

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
محللو أبحاث السوق ومتخصصو التسويق

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

2026-05-05