aaif-create-chapter

aaif-create-chapter is a skill for Claude Code, Codex from aaif/community-events. It costs 51 tokens per session (6,378 once invoked), scanned A, original, MIT.

A skill for creating a new AAIF city chapter by copying a template chapter and rebranding its files. AAIF chapters are local groups or locations within the AAIF organisation.

In plain words
What is it for?
Use it to clone TemplateCity in Google Drive and rebrand its documents, spreadsheets, presentations, and other assets.
Why use it?
It organizes the repeated copying, editing, and rendering work involved in launching another branded chapter.

Skill for Claude CodeCodex

Part of the aaif-events plugin — 18 skills shipped together

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.

agentmods
npx agentmods add skills/aaif/community-events/aaif-create-chapter
Any agent
npx skills add aaif/community-events --skill aaif-create-chapter
Clone the repo
git clone --depth 1 https://github.com/aaif/community-events

Made for: Claude Code, Codex.

Or install aaif-events, the plugin that ships this one along with the rest of its 18 skills.

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 aaif-create-chapter

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaif/community-events/aaif-create-chapter.svg)](https://agentmods.dev/skills/aaif/community-events/aaif-create-chapter)
Your own site
<a href="https://agentmods.dev/skills/aaif/community-events/aaif-create-chapter"><img src="https://agentmods.dev/badge/skills/aaif/community-events/aaif-create-chapter.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,378 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00051 $0.06378
Opus 5 $0.00026 $0.03189
Sonnet 5 $0.00010 $0.01276
Haiku 4.5 $0.00005 $0.00638

Measured 5d ago against content hash 9ab193e02aff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aaif-create-chapter 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 5d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/backfill_host_footer.py, scripts/backfill_map_dots.py, scripts/create_chapter.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/aaif-create-chapter/SKILL.md · 444 lines

How it starts

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

Create AAIF Chapter

Tooling rule — gws + Python only. Every read, edit, and write of a Drive file goes through the gws CLI, driven from Python. Prefer native Google formats: edit application/vnd.google-apps.* files with the Docs/Sheets/ Slides API. Drop to byte-level OOXML surgery on the .docx/.pptx/.xlsx zip parts (embedded fonts and untouched parts survive) only when the file genuinely is a stored Office file. Never use LibreOffice / soffice — not to edit, not to convert, and not to render a "just checking it locally" preview: it substitutes local system fonts for the brand fonts and drops OOXML it doesn't understand, so its output and its renders both misrepresent the real file. Same for unoconv and any desktop office suite. To see a file, render it through the API instead — a slide via aaif_events.slides_export.render_slide_png, a doc via gws drive files copy to a Google Doc → gws drive files export to PDF → trash the copy. Never round-trip a native Doc through .docx — it strips native features like Tabs.

Spin up a new AAIF city "chapter" by cloning the TemplateCity folder in the Chapters Google Drive and rebranding every Office file from San Francisco to the new city. Each chapter folder is the standard template: Event Tracker.docx, Attendee CRM.xlsx, and the Event Template/ + Banners (...)/ subfolders of .pptx design assets. (The old SKILLS.md.docx of paste-into-Claude prompts is retired — those prompts now live as the aaif-* content skills in this repo.)

Prereq: the gws CLI must be installed and authenticated (see the user's gws-cli-access memory). All Drive calls go through it.

What gets replaced (and what does NOT)

The rebrand swaps two tokens and leaves everything else alone. Event-specific content — dates ("JUNE 24"), speakers ("Maya Chen"), venue, agenda, the SoMa / "SOUTH OF MARKET" neighbourhood placeholder — is template content that organizers fill per-event later using the aaif-* content skills in this repo. Do not touch it.

Read the full file on GitHub · 444 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. 5d ago First seen · 444 lines · 51 tokens per session scan A 9ab193e02aff

Subscribe to this mod's changes

aaif-create-chapter is a skill published in the GitHub repository aaif/community-events (8 stars, last pushed 6d ago), licensed MIT. It adds 51 tokens to every session and 6,378 once invoked, about $0.0003 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-31.