A curated marketplace of plugins for Claude Code to enhance your development workflow.
Add this marketplace to Claude Code:
/plugin marketplace add alecf/claude-skills
Then install any plugin:
/plugin install blog-profile-analyzer@alecf-claude-skills
Analyzes blogs and publications to create comprehensive profiles of authors' perspectives, biases, political leanings, and worldviews.
Use it for:
- Understanding a blog author's perspective and biases
- Analyzing political leanings of publications
- Comparing perspectives across different blogs
- Critical reading and media literacy
Install:
/plugin install blog-profile-analyzer@alecf-claude-skills
View Details | Download Latest
Keeps your Mac awake during Claude Code sessions by running caffeinate after every tool use.
Use it for:
- Preventing Mac sleep during long-running tasks
- Keeping your display active while Claude works
- Avoiding interrupted sessions due to system sleep
How it works:
- Adds a
PostToolUsehook that runs after every tool invocation - Uses macOS's built-in
caffeinatecommand with a 5-minute timeout - Each tool use resets the timer, so your Mac stays awake during active sessions
Install:
/plugin install wakey-wakey@alecf-claude-skills
View Details | Download Latest
Claude Code supports multiple installation methods:
This is the easiest way - install directly from Claude Code:
Step 1: Add the marketplace
/plugin marketplace add alecf/claude-skills
Step 2: Install plugins
Interactive browsing:
/plugin
Or direct install:
/plugin install blog-profile-analyzer@alecf-claude-skills
- Download the plugin zip (
*-plugin-v*.zip) from Releases - Extract to
~/.claude/plugins/ - Restart Claude Desktop
Example:
cd ~/.claude/plugins
unzip ~/Downloads/blog-profile-analyzer-plugin-v1.0.0.zipYou can also install just the skill without the full plugin:
- Download the skill zip (
*-skill-v*.zip) from Releases - Extract to
~/.claude/skills/ - Restart Claude Desktop
Example:
cd ~/.claude/skills
unzip ~/Downloads/blog-profile-analyzer-skill-v1.0.0.zipClaude Desktop only supports skill installation:
- Download the skill zip (
*-skill-v*.zip) from Releases - Extract to
~/.claude/skills/ - Restart Claude Desktop
Example:
cd ~/.claude/skills
unzip ~/Downloads/blog-profile-analyzer-skill-v1.0.0.zipAfter installation:
- Restart Claude Desktop (if installed manually)
- Plugins are automatically available
- Skills within plugins activate automatically when relevant
Plugins extend Claude Code with:
- Skills - Specialized prompts for specific tasks
- Commands - Custom slash commands
- Agents - Autonomous task handlers
- Hooks - Event-driven automation
This marketplace currently focuses on skills-based plugins, providing Claude with domain expertise for specialized tasks.
Each release includes two types of zip files:
- For: Claude Code marketplace or manual plugin installation
- Contains: Full plugin structure with
.claude-plugin/plugin.json, skills, and metadata - Install to:
~/.claude/plugins/ - Supports: Claude Code only
- For: Claude Desktop or manual skill installation in Claude Code
- Contains: Just the skill folder with
SKILL.md - Install to:
~/.claude/skills/ - Supports: Both Claude Desktop and Claude Code
Which should you use?
- Claude Code users: Use marketplace installation (recommended) or plugin zips
- Claude Desktop users: Use skill zips (only option)
- Manual installation: Either format works for Claude Code; skill zips work for both
- Claude Desktop installed (Claude Code for marketplace support)
- For manual installation:
unziputility (usually pre-installed)
Make sure you've added the marketplace correctly:
/plugin marketplace add alecf/claude-skills
You can verify it's added with:
/plugin marketplace list
- Verify installation:
- Via marketplace:
/plugin list - Manual:
ls ~/.claude/plugins/
- Via marketplace:
- Completely restart Claude Desktop (quit and reopen)
- Try reinstalling via the marketplace
- Check you're using the correct plugin name
- Verify the marketplace is added:
/plugin marketplace list - Try manual installation instead
- Browse all plugins in the plugins/ directory
- Check the Releases page for versions
- Use
/pluginin Claude Code to browse visually
Want to create and share your own plugins? See CONTRIBUTING.md for detailed instructions on creating, testing, and submitting plugins to this marketplace.
Organizations can pre-configure this marketplace for their teams by adding it to .claude/settings.json:
{
"extraKnownMarketplaces": [
{
"github": "alecf/claude-skills"
}
]
}When team members trust the folder, Claude Code automatically installs the marketplace.
- Issues: Report problems or request features via GitHub Issues
- Discussions: Ask questions or share ideas in GitHub Discussions
- Documentation: Claude Code Plugin Docs
Each plugin may have its own license. See individual plugin directories for details.