parse-calendar

parse-calendar is a skill for Claude Code from indranilbanerjee/socialforge. It costs 98 tokens per session (951 once invoked), scanned A, original, MIT.

A tool that turns a monthly social media content calendar into structured JSON, a machine-readable data format. It can read Word documents, Excel files, Notion databases, or consistently formatted pasted text.

In plain words
What is it for?
Use it to import a month of planned posts, including their dates, platforms, and content types, into data that later production steps can read.
Why use it?
It gives the rest of the content workflow one consistent source of truth instead of making each step interpret a different document format.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the socialforge plugin — 20 skills, 25 commands, 5 agents shipped together

Good fit Use it to import a month of planned posts, including their dates, platforms, and content types, into data that later production steps can read.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/indranilbanerjee/socialforge/parse-calendar
Install

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.

Any agent
npx skills add indranilbanerjee/socialforge --skill parse-calendar
Clone the repo
git clone --depth 1 https://github.com/indranilbanerjee/socialforge

Made for: Claude Code.

Or install socialforge, the plugin that ships this one along with the rest of its 20 skills, 25 commands, 5 agents.

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

agentmods badge for parse-calendar

README.md
[![agentmods](https://agentmods.dev/badge/skills/indranilbanerjee/socialforge/parse-calendar.svg)](https://agentmods.dev/skills/indranilbanerjee/socialforge/parse-calendar)
Your own site
<a href="https://agentmods.dev/skills/indranilbanerjee/socialforge/parse-calendar"><img src="https://agentmods.dev/badge/skills/indranilbanerjee/socialforge/parse-calendar.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 951 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.00951
Opus 5 $0.00049 $0.00476
Sonnet 5 $0.00020 $0.00190
Haiku 4.5 $0.00010 $0.00095

Measured 8d ago against content hash 84e3cd6c4b30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

parse-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 8d 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.

skills/parse-calendar/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/socialforge:parse-calendar — Calendar Parser

Parse a monthly social media content calendar into structured JSON that drives the entire production pipeline.

Context efficiency

Asset-heavy skill. Grep before Read the asset catalog (${CLAUDE_PLUGIN_DATA}/socialforge/brands/<brand>/asset-index.json) — never list the asset directory. Reference generated images / videos by path, not by loading metadata. Brand profile loads once per session.

Supported Formats

Format How It Works
DOCX Read tables and structured text from Word documents
XLSX Read rows from Excel spreadsheets (one row per post)
Notion Read from Notion database via MCP (requires Notion connector)
Structured text Parse markdown or plain text with consistent formatting

Required Fields Per Post

Every post in the calendar must have (or the system will ask for missing ones):

Field Required Description
post_id Auto-generated Unique identifier (e.g., P01, P02)
date Yes Publishing date (YYYY-MM-DD)
platform Yes Target platform(s) — linkedin, instagram, x, facebook, etc.
content_type Yes static, carousel, video, story, reel, text_only
tier Yes HERO, HUB, or HYGIENE
topic Yes What the post is about
caption_brief Yes Brief description of the copy direction
visual_brief Recommended What the image should show
hashtags Optional Post-specific hashtags (brand hashtags added automatically)
cta Optional Call-to-action text or link
campaign Optional Campaign this post belongs to
notes Optional Special instructions

Process

  1. Detect format — Check file extension or URL pattern
  2. Extract posts — Parse each post entry from the source
  3. Validate fields — Check required fields present. For missing fields, ask the user.
  4. Normalize — Standardize dates, platform names, content types to schema format
  5. Assign post IDs — Sequential (P01, P02, ...) if not already present
  6. Cross-reference platforms — Check all platforms exist in brand's platform-config.json
  7. Flag issues — Duplicate dates, missing briefs, unsupported content types
  8. Save — Write calendar-data.json to ${CLAUDE_PLUGIN_DATA}/socialforge/output/{brand}/{YYYY-MM}/ (falls back to ~/socialforge-workspace/output/... when ${CLAUDE_PLUGIN_DATA} is unset)

Read the full file on GitHub · 83 lines

Changes

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.

  1. 8d ago First seen · 83 lines · 98 tokens per session scan A 84e3cd6c4b30

Subscribe to this mod's changes

parse-calendar is a skill published in the GitHub repository indranilbanerjee/socialforge (36 stars, last pushed 21d ago), licensed MIT. It adds 98 tokens to every session and 951 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

data-analysis-skills

A data-analysis workflow for turning CSV, Excel, JSON, or TSV files into an industry-aware report with findings, conclusions, and visualizations.

cabbage2000-lab/data-analysis-skills · 121 tokens

ingestao

Converte documento em markdown estruturado antes de qualquer análise, roteando cada tipo de arquivo para o conversor certo. Use quando o usuário subir ou apontar para PDF, Word, Excel, PowerPoint, EPUB, imagem, áudio ou repositório de código, e quando um PDF científico precisar preservar fórmula, tabela e ordem de…

nett0eth/research-stack · 86 tokens

comparator

Generic Comparison Matrix Builder: creates, populates, and maintains weighted XLSX comparison matrices for ANY domain and ANY pair (or set) of solutions. Evidence comes from whatever is available — CIRs produced by MultAI's solution-researcher, documents in the working folder, LLM knowledge, or user description. A CIR…

alo-exp/multai · 214 tokens

storyboard-designer

A tool for turning a narration or story script into a structured storyboard spreadsheet for AI video projects. The spreadsheet includes shot planning, character design, first- and last-frame prompts, narration, and sound effects.

GenNiao-Photograph/storyboard-designer · 129 tokens

ddt-baseline-sync

A skill that imports staffing, work-hour, or project-plan spreadsheets and CSV files into a historical project baseline. A baseline is past project data used to improve future work-hour estimates.

dhslegen/digital-delivery-team · 173 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

NickCrew/Claude-Cortex · 96 tokens