frankxai

Club Add — Development skill for Claude Code

Development community

Scaffold a new content/clubs/.md file via the interactive CLI.

How to install Club Add

Installs to ~/.claude/commands/frankxai-vibeclubs-club-add.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/frankxai/vibeclubs/HEAD/.claude/commands/club-add.md -o ~/.claude/commands/frankxai-vibeclubs-club-add.md

Restart Claude Code, or start a new session, for it to be picked up.

What Club Add does


description: Scaffold a new content/clubs/*.md file via the interactive CLI. Prompts for every required field, validates on the fly.

Scaffold a new vibeclub listing the OSS way — a markdown file you (or a contributor) ships via a PR.

pnpm new:club

The script is interactive — it prompts for:

  • Club name (Title Case)
  • Slug (auto-generated from name, editable)
  • Host handle (with @)
  • Platform (meet / discord / zoom / in_person / other)
  • Type (coding / music / design / stu

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Reddit Fetch — Fetches Reddit content via Gemini CLI when WebFetch is blocked or returns 403 errors 6.5k ★
  • Portaljs Add Map — Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase 2.3k ★

Full documentation available on GitHub

View Source Repository