onboard-club

Identify clubs missing from the database and generate onboarding tasks via /create-task.

Updated May 25, 2024
One-click install
npx skills add https://github.com/gioe/laughtrack --skill onboard-club
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard-club
Source: https://github.com/gioe/laughtrack/tree/main/.agents/skills/onboard-club
Command: npx skills add https://github.com/gioe/laughtrack --skill onboard-club

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the verification of comedy clubs against a central clubs database and orchestrates onboarding tasks for new entries.

Core Features & Use Cases

  • Check input club names against the database using fuzzy matching and keyword extraction to identify existing records.
  • Generate onboarding tasks for clubs not found in the database via /create-task, enabling end-to-end onboarding.
  • Provide a summary of checked, skipped, and created items to support auditing and progress tracking.

Quick Start

Provide one or more club names to onboard, separated by commas.

Frequently Asked Questions about onboard-club

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate club onboarding and database verification for new venues?

Automate club onboarding by providing club names to check against your database using fuzzy matching, generating onboarding tasks via /create-task for any venues not found. It extracts keywords to detect existing records and registers new clubs with metadata like name, city, and timezone.

How does fuzzy matching work when checking existing club records in a database?

Fuzzy matching checks existing club records by extracting keywords from input names and comparing them against database entries to detect similar or existing venues. This prevents duplicate onboarding tasks by identifying clubs already present in the database.

Do I need a live database connection and environment variables to onboard clubs?

Yes, you need a live database connection, proper environment variables, and a configured scraper to onboard clubs. These prerequisites ensure club metadata, including name, city, state, timezone, and website, is accurately verified and created during the onboarding process.

What's the best way to create onboarding tasks for comedy clubs missing from my database?

The best way to create onboarding tasks for missing comedy clubs is to input venue names separated by commas. The system verifies them against your database, automatically generating tasks via /create-task for any clubs not found, then provides a summary of checked, skipped, and created items.

What metadata is collected when onboarding new clubs into the database?

When onboarding new clubs, the scraper collects metadata including the club name, city, state, timezone, and website. This information is accurately created and registered in the database to ensure complete venue profiles for downstream task generation.

Why are some club names skipped during the database verification process?

Club names are skipped during database verification because fuzzy matching and keyword extraction detected them as existing records. The system provides a summary of checked, skipped, and created items to support auditing and track onboarding progress accurately.