Skip to content

whenessel/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Plugins

Custom Claude Code plugins marketplace with skills, commands, and agents for AI-assisted development.

Installation

Add this marketplace to Claude Code:

/plugin marketplace add whenessel/claude-code-plugins

Available Plugins

Coming soon...

Usage

Install a plugin from this marketplace:

/plugin install plugin-name@claude-code-plugins

Plugin Structure

Each plugin follows the standard Claude Code structure:

plugin-name/
├── .claude-plugin/
│   └── plugin.json
├── skills/          # Agent Skills (optional)
├── commands/        # Slash commands (optional)
├── agents/          # Agents (optional)
└── hooks/           # Event hooks (optional)

Development

To test plugins locally:

claude --plugin-dir ./plugin-name

License

MIT

About

Collection of custom Claude Code plugins: specialized agents, development commands, and automation hooks for AI-powered coding workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors