Skip to content

Claude Code plugins collection - custom plugins and curated favorites. chat-saver/skill-extractor/codex-bridge/etc...

License

Notifications You must be signed in to change notification settings

DropFan/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiger's Claude Code Plugins

A Claude Code plugin marketplace — custom plugins and curated favorites.

Usage

Add this marketplace to Claude Code:

/plugin marketplace add DropFan/claude-code-plugins

Then browse and install plugins:

/plugin install <plugin-name>@tiger-plugins

Plugins

Plugin Description Author Install Version
chat-saver Save, search, manage, and export Claude Code conversations to documents or external platforms Tiger /plugin install chat-saver@tiger-plugins 0.5.1
codex-bridge Bridge OpenAI Codex CLI into Claude Code for cross-model review, verification, task delegation and collaborative generation Tiger /plugin install codex-bridge@tiger-plugins 0.2.0
skill-extractor Extract reusable skills, commands, and agents from conversation history Tiger /plugin install skill-extractor@tiger-plugins 0.1.1
update-plugins Batch update all installed Claude Code plugins with a single command Tiger /plugin install update-plugins@tiger-plugins 0.1.0

Repository Structure

.claude-plugin/
  marketplace.json          # Marketplace manifest
plugins/
  <plugin-name>/            # Self-developed plugins
    .claude-plugin/
      plugin.json
    commands/               # Slash commands (/command-name)
    agents/                 # Subagent definitions
    skills/                 # Skill modules
    hooks/                  # Hook configurations

Self-developed plugins live under plugins/ as source directories.

Curated plugins are referenced in marketplace.json via GitHub source — no code duplication.

License

MIT

About

Claude Code plugins collection - custom plugins and curated favorites. chat-saver/skill-extractor/codex-bridge/etc...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages