By ralphbean
Search Slack message history using Web API - provides patterns for search.messages and conversations.history endpoints
npx claudepluginhub ralphbean/claude-code-plugins --plugin searching-slack-historyA marketplace of personal Claude Code plugins - custom API integrations and productivity tools.
API Integrations
# In Claude Code
/plugin marketplace add ralphbean/claude-code-plugins
/plugin install searching-slack-history
This repository is a marketplace containing multiple plugins:
claude-code-plugins/ (marketplace repository)
├── .claude-plugin/
│ └── marketplace.json (lists all available plugins)
└── plugins/
└── searching-slack-history/ (individual plugin)
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── searching-slack-history/
└── SKILL.md
Each plugin can be installed independently via /plugin install <plugin-name>.
This marketplace automatically syncs selected plugins from other marketplaces using claude-marketplace-sync:
deslop plugin
chmouel prefix for provenance trackingWant to create hierarchical marketplaces for your organization? Check out claude-marketplace-sync - a tool for aggregating multiple Claude Code marketplaces with denylist support and provenance tracking.
Perfect for organizations that want:
To add a new plugin to this marketplace:
plugins/your-plugin-name/.claude-plugin/plugin.json with metadataskills/your-skill-name/SKILL.mdmarketplace.json to include the new pluginThis is a personal plugin marketplace. Feel free to fork and adapt for your own use!
MIT License - see LICENSE file for details
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.