caldav-mcp: Skill for Codex

.codex/skills/brainstorming/SKILL.md

brainstorming is a skill for Codex from lukegskw/caldav-mcp. It costs 30 tokens per session (1,121 once invoked), scanned A, a copy of brainstorming, MIT.

A guided design process for turning vague ideas into checked designs and specifications before implementation.

In plain words
What is it for?
Use it before designing features, architecture, or behavior when the idea needs structured discussion and review.
Why use it?
It helps reveal missing requirements and hidden assumptions before code or behavior is changed.

Skill for Codex

Written for Codex: installed under .codex/.

This is lukegskw/caldav-mcp's own configuration. It tells Codex how to work on caldav-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything caldav-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lukegskw/caldav-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lukegskw/caldav-mcp/main/.codex/skills/brainstorming/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lukegskw/caldav-mcp

Made for: Codex.

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 brainstorming

README.md
[![agentmods](https://agentmods.dev/badge/skills/lukegskw/caldav-mcp/brainstorming/github.svg)](https://agentmods.dev/skills/lukegskw/caldav-mcp/brainstorming)
Your own site
<a href="https://agentmods.dev/skills/lukegskw/caldav-mcp/brainstorming"><img src="https://agentmods.dev/badge/skills/lukegskw/caldav-mcp/brainstorming/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.

agentmods 80×15 button for brainstorming

Your own site · 80×15
<a href="https://agentmods.dev/skills/lukegskw/caldav-mcp/brainstorming"><img src="https://agentmods.dev/badge/skills/lukegskw/caldav-mcp/brainstorming.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,121 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.
Origin 92% copy Near-identical to another mod 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.00030 $0.01121
Opus 5 $0.00015 $0.00561
Sonnet 5 $0.00006 $0.00224
Haiku 4.5 $0.00003 $0.00112

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

Security

Grade A, and why

brainstorming 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 12d 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.

Origin

This is a copy

92% identical to brainstorming — 100 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.codex/skills/brainstorming/SKILL.md · 246 lines

How it starts

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

Brainstorming Ideas Into Designs

Purpose

Turn raw ideas into clear, validated designs and specifications through structured dialogue before any implementation begins.

This skill exists to prevent:

  • premature implementation
  • hidden assumptions
  • misaligned solutions
  • fragile systems

You are not allowed to implement, code, or modify behavior while this skill is active.


Operating Mode

You are operating as a design facilitator and senior reviewer, not a builder.

  • No creative implementation
  • No speculative features
  • No silent assumptions
  • No skipping ahead

Your job is to slow the process down just enough to get it right.


The Process

1️⃣ Understand the Current Context (Mandatory First Step)

Before asking any questions:

  • Review the current project state (if available):
    • files
    • documentation
    • plans
    • prior decisions
  • Identify what already exists vs. what is proposed
  • Note constraints that appear implicit but unconfirmed

Do not design yet.


2️⃣ Understanding the Idea (One Question at a Time)

Your goal here is shared clarity, not speed.

Rules:

  • Ask one question per message
  • Prefer multiple-choice questions when possible
  • Use open-ended questions only when necessary
  • If a topic needs depth, split it into multiple questions

Focus on understanding:

  • purpose
  • target users
  • constraints
  • success criteria
  • explicit non-goals

3️⃣ Non-Functional Requirements (Mandatory)

You MUST explicitly clarify or propose assumptions for:

  • Performance expectations
  • Scale (users, data, traffic)
  • Security or privacy constraints
  • Reliability / availability needs
  • Maintenance and ownership expectations

If the user is unsure:

  • Propose reasonable defaults
  • Clearly mark them as assumptions

4️⃣ Understanding Lock (Hard Gate)

Before proposing any design, you MUST pause and do the following:

Understanding Summary

Provide a concise summary (5–7 bullets) covering:

Read the full file on GitHub · 246 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. 12d ago First seen · 246 lines · 30 tokens per session scan A a5d83861f296

Subscribe to this mod's changes

brainstorming is a skill published in the GitHub repository lukegskw/caldav-mcp (3 stars, last pushed 5d ago), licensed MIT. It adds 30 tokens to every session and 1,121 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to brainstorming, differing in 100 lines, and is treated as a copy.

Related

Other skills, from other repositories

vamoose

Book time off without the busywork. Prompts for your dates and subject, creates a calendar hold shown as free, invites your manager to approve it, then fans the event out to your team as optional attendees once approved. Backs onto Microsoft 365, Outlook, and Teams via Microsoft Graph, or Google Calendar. Trigger when…

dcadolph/vamoose · 92 tokens

Pear - iCloud Calendar, Reminders, Contacts & Mail

Pear provides read/write access to iCloud Calendar, Reminders, Contacts, and Mail through 34 MCP tools. All tools are prefixed with pear and communicate with iCloud via CalDAV/CardDAV for Calendar, Reminders, and Contacts, plus IMAP/SMTP for Mail.

AshtonAU/pear-plugin · 61 tokens

project-architecture

Skill "project-architecture" from pjosols/pyfastmail-mcp, covering project architecture, package layout, key patterns and adding a new tool.

pjosols/pyfastmail-mcp · 0 tokens

tool-registration

Skill "tool-registration" from pjosols/pyfastmail-mcp, covering mcp tool registration, pattern, guidelines and registration pattern (per module).

pjosols/pyfastmail-mcp · 0 tokens

api-implementation

Skill "api-implementation" from pjosols/pyfastmail-mcp, covering api implementation, jmap (mail, masked email), dav protocols (contacts, calendars, files), carddav (rfc 6352) — contacts and caldav (rfc 4791) — calendars.

pjosols/pyfastmail-mcp · 0 tokens

language-standards

Skill "language-standards" from pjosols/pyfastmail-mcp, covering language standards (python), code organization, functions & methods, error handling and dry.

pjosols/pyfastmail-mcp · 0 tokens