Professional Python tools for AI development: database management, LLM integration, document search, and scientific computing
npx claudepluginhub juanre/ai-toolsProduction-ready async PostgreSQL utilities with connection pooling, migrations, and testing support - skills for database patterns, migrations, testing, and architecture
High-performance document memory system with vector search capabilities - skills for RAG, hybrid search, multi-query, and multi-tenant applications
Unified Python interface for OpenAI, Anthropic, Google, and Ollama LLMs - skills for chat, streaming, structured output, tools, providers, and lockfiles
Python tools for AI development by Juan Reyero
Production-ready packages for databases, LLM integration, and document search. Each package includes multiple Claude Code skills providing guidance on best practices and patterns.
# Add marketplace
/plugin marketplace add juanre/ai-tools
# Install all skills for a package
/plugin install pgdbm@juanre-ai-tools
/plugin install llmemory@juanre-ai-tools
/plugin install llmring@juanre-ai-tools
# Or install individual skills
/plugin install pgdbm-shared-pool@juanre-ai-tools
/plugin install llmemory-hybrid-search@juanre-ai-tools
/plugin install llmring-streaming@juanre-ai-tools
Claude Code skills are expert guidance systems that teach Claude how to work with your packages. When you ask Claude for help with databases, LLMs, or document search, these skills automatically activate and provide:
No manual needed - just ask Claude naturally and the right skills load automatically!
Production-ready async PostgreSQL with migrations, connection pooling, and schema isolation.
Skills included:
pgdbm - Complete skill set (all 9 skills)pgdbm-choosing-pattern - Decision guide for which pattern to usepgdbm-shared-pool - Production pattern with connection pooling ⭐pgdbm-dual-mode - Create portable database librariespgdbm-standalone - Standalone service patternpgdbm-testing - Test your database codepgdbm-usage - Basic operations and queriespgdbm-core-api - Complete API referencepgdbm-migrations-api - Migrations API referencepgdbm-common-mistakes - Common pitfalls and how to avoid themWhen to use: Building FastAPI apps, microservices, multi-tenant SaaS, or any production application needing PostgreSQL.
Key features:
# Install all pgdbm skills
/plugin install pgdbm@juanre-ai-tools
# Or just what you need
/plugin install pgdbm-shared-pool@juanre-ai-tools
High-performance document memory system with hybrid search, multi-query expansion, and reranking.
Skills included:
llmemory - Complete skill set (all 5 skills)llmemory-basic-usage - Installation and basic operationsllmemory-hybrid-search - Combining vector + BM25 search ⭐llmemory-multi-query - Query expansion for better resultsllmemory-multi-tenant - Owner-based isolation for SaaSllmemory-rag - Building complete RAG systemsWhen to use: Building RAG applications, semantic search, document management, or chatbots with knowledge bases.
Key features:
# Install all llmemory skills
/plugin install llmemory@juanre-ai-tools
# Or specific skills
/plugin install llmemory-hybrid-search@juanre-ai-tools
/plugin install llmemory-rag@juanre-ai-tools
Single interface for OpenAI, Anthropic, Google Gemini, and Ollama with streaming, tools, and structured output.
Skills included:
llmring - Complete skill set (all 6 skills)llmring-chat - Basic chat completions ⭐llmring-streaming - Streaming responsesllmring-tools - Function calling and tool usellmring-structured - JSON schema and typed responsesllmring-lockfile - Aliases, profiles, and configurationllmring-providers - Multi-provider switching and fallbacksWhen to use: Building LLM applications, multi-provider setups, AI agents, or any application integrating with LLMs.
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.