member-management

Manage member records and lifecycle transitions with tenant-scoped data access.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Lobbi-Docs/claude --skill member-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: member-management
Source: https://github.com/Lobbi-Docs/claude/tree/main/.claude/skills/member-management
Command: npx skills add https://github.com/Lobbi-Docs/claude --skill member-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a robust framework for managing member lifecycles, including CRUD operations, enrollment, status transitions, and multi-tenant isolation, ensuring data integrity and efficient administration for membership-based platforms.

Core Features & Use Cases

  • Member Lifecycle: Manage members through PENDING, ACTIVE, INACTIVE, and ARCHIVED statuses with audit trails.
  • Multi-Tenant Support: Ensure strict data isolation for members across different organizations.
  • CRUD & Search: Perform create, read, update, delete operations, and implement advanced search/filtering.
  • Use Case: Your platform needs to onboard new members via a bulk CSV import. Use this skill to implement the import functionality, including email validation, duplicate checks, and automatic status updates, ensuring data quality and a smooth enrollment process.

Quick Start

Use the member-management skill to create a new member with email '[email protected]', first name 'Jane', and last name 'Doe' in organization 'org-abc'.

Frequently Asked Questions about member-management

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

FAQPage Schema
How do I manage member enrollment and onboarding in a multi-tenant organization?

Member enrollment involves creating member records with validation, importing bulk data via CSV, and automating status transitions from PENDING to ACTIVE. This Skill handles the complete onboarding flow including email/phone validation, duplicate detection, and audit trails across isolated tenant organizations.

Can I bulk import members from CSV and validate data quality automatically?

Yes. This Skill supports CSV import workflows with built-in email validation, duplicate checks, and automatic status updates. It ensures data quality during bulk enrollment and provides import tooling integrated with the Prisma/Express/TypeScript stack.

How do I ensure member data stays isolated across different organizations in a multi-tenant system?

Multi-tenant isolation is enforced through tenant-scoped data access controls. All CRUD operations, search, and status transitions are isolated by organization, preventing cross-tenant data visibility and ensuring strict compliance with membership-based platform requirements.

What member statuses and lifecycle transitions are supported?

Members progress through PENDING, ACTIVE, INACTIVE, and ARCHIVED statuses with full audit trails recording each transition. This Skill manages the complete lifecycle from enrollment through archival, supporting tier and dues management at each stage.

Can I search and filter members by multiple criteria with pagination?

Yes. Full-text search, advanced filtering, and pagination are built in, allowing efficient member directory queries and targeted member management across large datasets with tenant-scoped result isolation.

What export and reporting capabilities are available for member data?

Data export functionality enables member record extraction with audit trail preservation. Exports respect tenant isolation and support downstream analysis, reporting, and integration workflows for membership platforms.