Skip to content

DropFan/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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.6.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.3.2
lark Operate Feishu/Lark (IM, Docs, Base, Sheets, Calendar, Drive, Wiki, Task, OKR, VC, etc.) via the local lark-cli. Mirrors the Claude Code lark skill set for Cowork. 飞书/Lark 全套技能。 Tiger /plugin install lark@tiger-plugins 1.0.61
skill-extractor Extract reusable skills, commands, and agents from conversation history Tiger /plugin install skill-extractor@tiger-plugins 0.1.3
update-plugins Batch update all installed Claude Code plugins with a single command Tiger /plugin install update-plugins@tiger-plugins 0.1.1

Repository Structure

.claude-plugin/
  marketplace.json          # Marketplace manifest
plugins/
  <plugin-name>/            # Self-developed plugins
    .claude-plugin/
      plugin.json           # Plugin metadata (source of truth)
    commands/               # Slash commands (/command-name)
    agents/                 # Subagent definitions
    skills/                 # Skill modules
    hooks/                  # Hook configurations
scripts/                    # Maintenance scripts (sync, validate, verify)
tests/                      # Test runner and manual test checklists
.github/workflows/          # CI configuration

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

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

Development

For self-developed plugins, plugins/<name>/.claude-plugin/plugin.json is the single source of truth for metadata. Do not hand-edit their entries in marketplace.json or the plugin table above — the sync script regenerates both, and manual edits will be overwritten.

  • bash scripts/sync-plugins.sh — sync plugin.json metadata (description, version, author, keywords, license) to marketplace.json and the README plugin table
  • bash scripts/validate-plugins.sh — validate plugin structure and metadata
  • bash scripts/verify-sync.sh — detect drift between plugin.json and marketplace.json (--run-sync to fix)
  • bash tests/run-tests.sh — run the automated tests; manual checklists live in tests/*-manual-tests.md

CI (.github/workflows/ci.yml) runs validation, sync verification, and the tests.

License

MIT

About

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

Topics

Resources

License

Stars

7 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors