SproutDB 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 ⭐
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bernhardpollerspoeck/llm-marketplace --plugin sproutdb🔧 Data Engineer — Data Pipeline Engineer + Data Infrastructure Specialist
Supabase skills for Postgres best practices, JavaScript SDK (auth, database, storage, realtime), and CLI (migrations, edge functions, local dev).
Editorial "Data Engineering" bundle for Claude Code from Antigravity Awesome Skills.
Knowledge base with semantic search, document storage, and automatic summarization. Perfect for domain-specific knowledge management.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Use this agent when you need to optimize database performance for B2B applications at enterprise scale. This agent specializes in multi-tenant database optimization, query performance tuning, indexing strategies, connection pooling, and database scaling for SaaS platforms. Handles PostgreSQL, MySQL, MongoDB, and cloud database optimizations. Examples: