Back to Discover

skills-marketplace

skill

avivsinai

Central plugin marketplace for Claude Code and Codex

View on GitHub
2 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add avivsinai/skills-marketplace

README

Skills Marketplace

Validate License: MIT

Central plugin marketplace for Claude Code and Codex projects developed and maintained by Aviv Sinai. This repo is a registry plus generated distribution artifacts. Plugin source stays in the child repos.

This marketplace does not accept third-party plugin listings.

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-services

Via 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
npx skills add avivsinai/shaon

Installation (Claude Code)

# 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 install shaon@avivsinai-marketplace

Available Plugins

PluginDescriptionSource
amq-cliAgent Message Queue - atomic Maildir-style message delivery with co-op modeagent-message-queue
langfuseLangfuse observability - query traces, debug exceptions, analyze sessions, manage promptslangfuse-mcp
sabxSABnzbd CLI - control downloads, queues, RSS feeds, and automationsabx
bktBitbucket CLI - manage repos, PRs, branches, issues, webhooks, pipelines (DC & Cloud)bitbucket-cli
jkJenkins CLI - manage jobs, pipelines, runs, logs, artifacts, credentials, nodesjenkins-cli
israel-servicesAccess Israeli citizen services, including health and banking workflows, directly from the CLIisrael-services
shaonPersonal Hilan attendance, payslips, salary, and related self-service automationshaon

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.

Architecture

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/.

Auto-Sync

  • Main-mode plugins in registry/plugins.json are checked by .github/workflows/sync-releases.yml.
  • Child repos dispatch plugin-update events on default-branch pushes, and the marketplace also does a weekly fallback sync plus manual runs.
  • When a repo HEAD changes, the workflow updates registry/plugins.json, regenerates manifests, and commits directly to main.
  • Plugins with sync.mode: "manual" stay pinned until someone updates the registry explicitly.

Marketplace Scope

This marketplace distributes plugins developed and maintained by Aviv Sinai. Third-party plugin listings are not accepted. Contributions to an existing plugin should be made in that plugin's source repository.

Standards

All plugins follow the Agent Skills specification, ensuring compatibility with:

  • Claude Code
  • Codex CLI
  • Other Agent Skills-compatible tools

License

MIT

Rendered live from avivsinai/skills-marketplace's GitHub README — not stored, always reflects the source repo.

11 Plugins

NameDescriptionCategorySource
amq-cliAgent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations (Symphony, Kanban).https://github.com/avivsinai/agent-message-queue.git
amq-specParallel-research-then-converge design workflow between two agents. Structured phase-by-phase guidance for collaborative spec/design work via AMQ.https://github.com/avivsinai/agent-message-queue.git
langfuseLangfuse observability - query traces, debug exceptions, analyze sessions, manage prompts and datasets via MCP tools. First LLM observability skill for Claude Code and Codex.https://github.com/avivsinai/langfuse-mcp.git
sabxSABnzbd CLI - control downloads, queues, RSS feeds, speed limits, and automation via terminal. Full API parity with SABnzbd REST API.https://github.com/avivsinai/sabx.git
bktBitbucket CLI - manage repositories, pull requests, branches, issues, webhooks, and pipelines for both Data Center and Cloud. Mirrors gh ergonomics with JSON/YAML output.https://github.com/avivsinai/bitbucket-cli.git
jkJenkins CLI - GitHub CLI-style interface for Jenkins controllers. Manage jobs, pipelines, runs, logs, artifacts, credentials, nodes, queues, and plugins.https://github.com/avivsinai/jenkins-cli.git
skill-authoringAuthor and eval agent skills: write-skills (triggers, leading words, progressive disclosure, failure modes to prune) and eval-skills (blind golden-case runs in fresh subagents, judged against a bar, gap-driven edits). Vendored from dzhng/skills (MIT).https://github.com/avivsinai/skill-authoring.git
yoetzLLM council, bundler, and multimodal gateway - multi-model consensus, code review, image/video generation, and browser fallback for coding agents.https://github.com/avivsinai/yoetz.git
israel-servicesAccess Israeli citizen services, including health and banking workflows, directly from the CLI.avivsinai/israel-services
shaonRust CLI, MCP server, and skill for personal attendance, payslips, salary, and related self-service tasks on your own Hilan account.https://github.com/avivsinai/shaon.git
finding-unknownsFind and resolve your unknowns before, during, and after implementation - quadrant classification (known/unknown x known/unknown) routed to blindspot pass, interview, directions & prototypes, reference hunt, change-led plan, deviations log, and a quiz gate. Based on Thariq Shihipar's 'A Field Guide to Fable: Finding Your Unknowns'.https://github.com/avivsinai/finding-unknowns.git

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.