Skills and plugins by QSP GmbH
npx claudepluginhub bernhardpollerspoeck/llm-marketplaceSproutDB query language, schema design, and C# integration reference for AI coding agents. SproutDB has a custom query language (NOT SQL) — this skill ensures correct syntax.
The open skills marketplace for AI agents — discover, share, and deploy LLM-powered capabilities.
LLM Marketplace is a community-driven platform where developers, researchers, and AI enthusiasts can browse, publish, and integrate skills for large language models. Think of it as an app store — but for AI agent capabilities.
Whether you need a skill that summarizes legal documents, generates unit tests, translates natural language to SQL, or calls external APIs, LLM Marketplace has you covered.
| Feature | Description |
|---|---|
| 🛒 Skill Store | Browse a curated catalog of ready-to-use LLM skills |
| 🔌 Plug & Play Integration | Drop skills into your agent with a single import |
| 🧩 Composable | Chain multiple skills together to build complex workflows |
| 🌐 Provider Agnostic | Works with OpenAI, Anthropic, Mistral, local models, and more |
| 🏷️ Versioned | Pin specific skill versions for reproducible behavior |
| 🔒 Sandboxed Execution | Every skill runs in an isolated, auditable environment |
| 📊 Usage Analytics | Track how often your published skills are used |
| ⭐ Community Ratings | Upvote the skills that actually work |
┌─────────────────────────────────────────────────────────┐
│ LLM Marketplace │
│ │
│ Developer ──publish──▶ Skill Registry ◀──search── │
│ │ │ │
│ ▼ │ │
│ Skill Package │ │
│ (prompt + schema │ │
│ + tests + docs) │ │
│ │ │ │
│ install / fetch │ │
│ │ │ │
│ Your Agent ◀────────────────────────────────── │
└─────────────────────────────────────────────────────────┘
# Install the CLI
npm install -g @llm-marketplace/cli
# Browse available skills
llm-marketplace search "code review"
# Add a skill to your project
llm-marketplace install @community/code-reviewer
# Run a skill directly
llm-marketplace run @community/code-reviewer --input "my_file.py"
Or integrate programmatically:
import { loadSkill } from "@llm-marketplace/sdk";
const codeReviewer = await loadSkill("@community/code-reviewer");
const result = await codeReviewer.invoke({
code: `function add(a, b) { return a - b; }`,
language: "javascript",
});
console.log(result.feedback);
// → "Potential bug: subtraction used instead of addition on line 1."
We welcome contributions of all kinds — new skills, bug fixes, documentation improvements, and feature ideas.
git checkout -b feat/my-awesome-skillgit commit -m "feat: add my awesome skill"Please read our Contributing Guide and Code of Conduct before submitting.
Found a vulnerability? Please do not open a public issue. Instead, reach out privately so we can triage and patch responsibly.
Distributed under the MIT License. See LICENSE for details.
Made with ❤️ by the LLM Marketplace community • Star us on GitHub ⭐
Development marketplace for Payload
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