From berlin-events
This skill should be used when the user asks about "Berlin event websites", "where to find events in Berlin", "event sources", "Berlin art listings", "Berlin food events", "scrape Berlin events", "extract event data", or when needing to know which websites, APIs, or RSS feeds to use for Berlin event discovery. Provides a curated directory of Berlin event sources organized by extraction method with scraping strategies.
npx claudepluginhub kjgarza/marketplace-claude --plugin berlin-eventsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
A curated directory of websites, APIs, and RSS feeds for discovering art and food events in Berlin. Sources are organized by extraction method reliability.
Sources are ranked by data extraction reliability:
Query with location=Berlin and category filters for art/food. Eventbrite and Meetup are strongest for food events. Ticketmaster covers concerts and exhibitions.
Parse XML feeds for latest entries. Berlin Art Link and ART@Berlin are best for art. Mit Vergnuegen covers food events biweekly.
Use the extract-content.js script at ${CLAUDE_PLUGIN_ROOT}/scripts/extract-content.js to extract clean text from event pages. Pass the URL as argument:
bun run ${CLAUDE_PLUGIN_ROOT}/scripts/extract-content.js "https://www.indexberlin.com/events/list/"
The script uses Mozilla's Readability library to strip navigation, ads, and boilerplate, returning only the main content.
references/sources.md - Complete source directory with URLs, RSS endpoints, API docs, language, and scraping notes for each source