Claude Code skills for data visualization, form authoring, and conversational experiences
npx claudepluginhub mberg/claude-skillsCapture conversation summaries and web content to daily notes synced to GitHub. Use when user says 'save this', 'summarize', 'capture notes', or pastes a URL without context.
A repository of Claude Code skills managed with GitHub.
To use these skills with Claude Code, create a symlink from this repository to your Claude configuration:
ln -s /path/to/claude-skills/skills ~/.claude/skills
New-Item -ItemType SymbolicLink -Path "$env:APPDATA\.claude\skills" -Target "C:\path\to\claude-skills\skills"
After setup, skills will be automatically discovered by Claude Code. Changes pushed to this repository are immediately available.
| Skill | Description |
|---|---|
| whatsapp-flows | Authoring WhatsApp Business Flows with validation, component guidance, and server integration patterns. Use when building conversational experiences, collecting user data, implementing conditional logic, or integrating with backend endpoints. |
See individual skill directories for full documentation (e.g., skills/whatsapp-flows/SKILL.md).