Klair team Claude Code plugins for development workflows
npx claudepluginhub ai-builder-team/ai-builder-plugin-marketplaceKlair team development workflows - agents, skills, and commands for spec-driven development, code review, testing, and project management
Personal developer toolkit - Git worktree management, PR workflows, code quality, issue triage, plugin packaging, web research, humanizer, UI shell migration, and codebase navigation
Custom Claude Code workflow plugins by Om — adversarial PR review with interactive triage, and feedback verification with approve/re-request flow
Data-driven PR review skill derived from analysis of 500+ PRs and 1,988 human review comments. Covers React/TypeScript frontend and Python/FastAPI backend with 7 review dimensions and codebase-specific patterns.
Comprehensive PR review using multiple specialized agents with validation, user triage, and automated GitHub comment posting
Spec-driven development workflow — research, spec, TDD implementation, and PR review with parallel agent orchestration
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
In Claude Code, run:
/plugin marketplace add https://github.com/AI-Builder-Team/claude-code-plugin-marketplace
/plugin install m@klair-marketplace
Skills are now available as /m:gtr, /m:push, /m:pr-reader, etc.
Have skills, agents, or commands in ~/.claude/ you want to package? Use the plugin packager with plain English:
/m:plugin-packager package my ~/.claude skills and agents into a plugin called my-tools and register it in this marketplace
Cherry-pick specific components:
/m:plugin-packager package just the review and deploy skills from ~/.claude into my-tools plugin, register in this marketplace
The packager parses your request, scans the source directory, copies components into plugins/my-tools/, generates the plugin manifest, and registers it in the marketplace. It auto-detects version bumps when updating existing plugins. Commit and push to distribute.
Bump the version in the plugin's .claude-plugin/plugin.json, commit, and push. Users pull updates with:
/plugin marketplace update
Test a plugin directly without installing through the marketplace:
claude --plugin-dir ./plugins/m