Skip to content

alecf/claude-skills

Repository files navigation

Claude Skills Marketplace

A curated marketplace of plugins for Claude Code to enhance your development workflow.

Quick Start

Add this marketplace to Claude Code:

/plugin marketplace add alecf/claude-skills

Then install any plugin:

/plugin install blog-profile-analyzer@alecf-claude-skills

Available Plugins

blog-profile-analyzer

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


wakey-wakey

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 PostToolUse hook that runs after every tool invocation
  • Uses macOS's built-in caffeinate command 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

Installation Methods

For Claude Code Users

Claude Code supports multiple installation methods:

Method 1: Via Marketplace (Recommended)

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

Method 2: Manual Plugin Installation

  1. Download the plugin zip (*-plugin-v*.zip) from Releases
  2. Extract to ~/.claude/plugins/
  3. Restart Claude Desktop

Example:

cd ~/.claude/plugins
unzip ~/Downloads/blog-profile-analyzer-plugin-v1.0.0.zip

Method 3: Manual Skill Installation

You can also install just the skill without the full plugin:

  1. Download the skill zip (*-skill-v*.zip) from Releases
  2. Extract to ~/.claude/skills/
  3. Restart Claude Desktop

Example:

cd ~/.claude/skills
unzip ~/Downloads/blog-profile-analyzer-skill-v1.0.0.zip

For Claude Desktop Users

Claude Desktop only supports skill installation:

  1. Download the skill zip (*-skill-v*.zip) from Releases
  2. Extract to ~/.claude/skills/
  3. Restart Claude Desktop

Example:

cd ~/.claude/skills
unzip ~/Downloads/blog-profile-analyzer-skill-v1.0.0.zip

Using the Plugins

After installation:

  1. Restart Claude Desktop (if installed manually)
  2. Plugins are automatically available
  3. Skills within plugins activate automatically when relevant

What Are Claude Plugins?

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.

Understanding File Formats

Each release includes two types of zip files:

Plugin Zips (*-plugin-*.zip)

  • 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

Skill Zips (*-skill-*.zip)

  • 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

Requirements

  • Claude Desktop installed (Claude Code for marketplace support)
  • For manual installation: unzip utility (usually pre-installed)

Troubleshooting

Marketplace Not Found

Make sure you've added the marketplace correctly:

/plugin marketplace add alecf/claude-skills

You can verify it's added with:

/plugin marketplace list

Plugin Not Appearing After Installation

  1. Verify installation:
    • Via marketplace: /plugin list
    • Manual: ls ~/.claude/plugins/
  2. Completely restart Claude Desktop (quit and reopen)
  3. Try reinstalling via the marketplace

Installation Failed

  1. Check you're using the correct plugin name
  2. Verify the marketplace is added: /plugin marketplace list
  3. Try manual installation instead

Finding More Plugins

  • Browse all plugins in the plugins/ directory
  • Check the Releases page for versions
  • Use /plugin in Claude Code to browse visually

Contributing Your Own Plugins

Want to create and share your own plugins? See CONTRIBUTING.md for detailed instructions on creating, testing, and submitting plugins to this marketplace.

Team Configuration

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.

Support

License

Each plugin may have its own license. See individual plugin directories for details.

About

Structured repository for Claude Code skills with automated build and release system

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages