Skills and plugins for AI coding assistants
npx claudepluginhub avivsinai/skills-marketplaceAgent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations
Langfuse observability - query traces, debug exceptions, analyze sessions, manage prompts via MCP tools
SABnzbd CLI - control downloads, queues, RSS feeds, and automation via terminal
Bitbucket CLI - manage repos, PRs, branches, issues, webhooks, and pipelines for both Data Center and Cloud
GitHub CLI-style interface for Jenkins controllers - create multibranch jobs, inspect config.xml, and manage runs, logs, artifacts, credentials, nodes, and queues
LLM council, bundler, and multimodal gateway - multi-model consensus, code review, image/video generation, and browser fallback for coding agents
Rust CLI and Claude Code skill for personal attendance, payslip, salary, and related self-service tasks on the user's own Hilan account.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
Central plugin marketplace for Claude Code and Codex. This repo is a registry plus generated distribution artifacts. Plugin source stays in the child repos.
Cross-platform? These skills work with Claude Code, Codex CLI, Copilot, Cursor, Windsurf, and more.
Via skild.sh (registry-based):
npx skild install @avivsinai/amq-cli npx skild install @avivsinai/langfuse npx skild install @avivsinai/sabx npx skild install @avivsinai/bkt npx skild install @avivsinai/jk npx skild install @avivsinai/israel-servicesVia skills.sh (GitHub-based):
npx skills add avivsinai/agent-message-queue npx skills add avivsinai/langfuse-mcp npx skills add avivsinai/sabx npx skills add avivsinai/bitbucket-cli npx skills add avivsinai/jenkins-cli npx skills add avivsinai/israel-services
# Add marketplace (one-time)
/plugin marketplace add avivsinai/skills-marketplace
# Install plugins
/plugin install amq-cli@avivsinai-marketplace
/plugin install langfuse@avivsinai-marketplace
/plugin install sabx@avivsinai-marketplace
/plugin install bkt@avivsinai-marketplace
/plugin install jk@avivsinai-marketplace
/plugin install israel-services@avivsinai-marketplace
| Plugin | Description | Source |
|---|---|---|
amq-cli | Agent Message Queue - atomic Maildir-style message delivery with co-op mode | agent-message-queue |
langfuse | Langfuse observability - query traces, debug exceptions, analyze sessions, manage prompts | langfuse-mcp |
sabx | SABnzbd CLI - control downloads, queues, RSS feeds, and automation | sabx |
bkt | Bitbucket CLI - manage repos, PRs, branches, issues, webhooks, pipelines (DC & Cloud) | bitbucket-cli |
jk | Jenkins CLI - manage jobs, pipelines, runs, logs, artifacts, credentials, nodes | jenkins-cli |
israel-services | Access Israeli citizen services, including health and banking workflows, directly from the CLI | israel-services |
Plugins are pinned by the registry to a default branch plus an exact commit SHA. Claude Code and Codex artifacts are generated from those pins so installs are reproducible while the marketplace stays aligned to each repo's latest default-branch commit.
This marketplace is registry-first. registry/plugins.json is the only file you edit by hand; everything else is generated from it.
skills-marketplace/
├── registry/
│ └── plugins.json # Source of truth: plugin metadata, pins, sync policy
├── .claude-plugin/
│ └── marketplace.json # Generated Claude Code marketplace catalog
├── .agents/plugins/
│ └── marketplace.json # Generated Codex marketplace catalog
├── plugins/
│ └── <plugin>/... # Generated Codex plugin bundles pinned to registry refs
└── scripts/
├── generate-manifests.py # Regenerates all derived artifacts
└── sync-releases.py # Updates main-mode plugins from default-branch HEADs
# Plugins live in their own repos:
agent-message-queue/
├── .claude-plugin/
│ └── plugin.json # Claude Code plugin manifest
├── .codex-plugin/
│ └── plugin.json # Codex plugin manifest
└── skills/
└── ... # Shared skill payload
For Claude Code, the generated marketplace catalog points directly at pinned GitHub refs. For Codex, the repo also carries generated local bundles under plugins/.
registry/plugins.json are checked by .github/workflows/sync-releases.yml.plugin-update events on default-branch pushes, and the marketplace also does a weekly fallback sync plus manual runs.registry/plugins.json, regenerates manifests, and commits directly to main.sync.mode: "manual" stay pinned until someone updates the registry explicitly.To add your plugin to this marketplace:
.claude-plugin/plugin.json and, for Codex support, .codex-plugin/plugin.jsonregistry/plugins.jsonpython3 scripts/generate-manifests.pySee CONTRIBUTING.md for details.