baseerah-claude-skills
v0.1.0
Published
Claude Code skills for integrating with the Baseerah analytics & engagement platform
Maintainers
Readme
Baseerah Claude Skills
Claude Code skills for integrating with the Baseerah analytics & engagement platform.
Installation
npx baseerah-claude-skills initThis copies the skill files into your project's .claude/commands/ directory.
Available Skills
/baseerah-integrate
Sets up the complete Baseerah SDK in your project:
- Detects your framework (React, Next.js, Vue, vanilla)
- Installs
baseerah-sdk-webfrom npm - Creates SDK wrapper with initialization, user identification, and event tracking
- Wires into your auth flow (login/logout)
- Adds environment variables
/baseerah-integrate/baseerah-track
Analyzes a component or page and adds event tracking:
/baseerah-track src/pages/Checkout.tsx- Identifies trackable user interactions (views, clicks, submissions)
- Generates event names following naming conventions
- Adds
trackEvent()calls at the correct locations - Updates the event constants file
Requirements
- Claude Code CLI installed
- A Baseerah account with an API key
License
MIT
