Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tkcostello/pastor-ai-skills --skill social-media-calendargit clone --depth 1 https://github.com/tkcostello/pastor-ai-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tkcostello/pastor-ai-skills/social-media-calendar)<a href="https://agentmods.dev/skills/tkcostello/pastor-ai-skills/social-media-calendar"><img src="https://agentmods.dev/badge/skills/tkcostello/pastor-ai-skills/social-media-calendar/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tkcostello/pastor-ai-skills/social-media-calendar"><img src="https://agentmods.dev/badge/skills/tkcostello/pastor-ai-skills/social-media-calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.01665 |
| Opus 5 | $0.00015 | $0.00833 |
| Sonnet 5 | $0.00006 | $0.00333 |
| Haiku 4.5 | $0.00003 | $0.00167 |
Grade A, and why
social-media-calendar scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Social Media Content Calendar
Plan a week (or month) of posts in five minutes.
Before writing: follow the pastor-foundation skill and load the church profile from
~/.claude/pastor-profile.md. If the profile file is missing, run the pastor-setup skill first.
What You Need to Provide
Give me the following so I can build your calendar:
- Time period: This week, next week, this month, or a specific date range
- Upcoming sermon series or topics: What are you preaching? Series title, week number, or key theme
- Events and key dates: Anything on the church calendar: baptisms, volunteer appreciation, outreach events, guest speakers, special services
- Any special emphasis: Missions month, giving campaign, prayer initiative, back-to-school, holiday season, launch Sunday
- Posting frequency (optional): Default is 4-5 times per week. Tell me if you want more or less.
You do not need to have everything figured out. Give me what you have and I will fill in the gaps with content that fits your church's rhythm.
Step 1: Map the Calendar
Before writing any post ideas, I build the content foundation using this weekly framework. The goal is a balanced mix: reinforce the message, build community, drive engagement, and invite action.
| Day | Content Type | Purpose |
|---|---|---|
| Sunday | Sermon quote or recap | Reinforce the message people just heard |
| Monday | Behind-the-scenes or team highlight | Build community, show the human side |
| Tuesday | Engagement question or poll | Drive interaction and comments |
| Wednesday | Midweek encouragement (scripture or devotional thought) | Pastoral care between Sundays |
| Thursday | Event promo or practical tip | Drive action, fill seats, move people |
| Friday | Fun, lighthearted content, or testimony | End the week on a positive note |
| Saturday | Sunday preview or community invite | Build anticipation, drive attendance |
This framework adapts based on your actual events and calendar. If you have a baptism Sunday, that changes everything around it. If you have no events that week, I lean into message-driven and engagement content.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 130 lines · 31 tokens per session scan A d5d2f2073d4c
social-media-calendar is a skill published in the GitHub repository tkcostello/pastor-ai-skills (52 stars, last pushed 16d ago), licensed MIT. It adds 31 tokens to every session and 1,665 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…