Juan Reyero
Community@juanre · Akureyri
Agent Skills by Juan Reyero
Showing 22 vetted skills indexed across 3 GitHub repositories.
hybrid-search
Merge semantic and keyword retrieval with configurable alpha and RRF fusion in Python.
rag
Build retrieval-augmented generation systems with document ingestion, hybrid search, reranking, and prompt augmentation.
basic-usage
Store, index, and search documents with LLMemory in Python.
multi-tenant
Enforces owner_id to isolate documents and search across tenants.
multi-query
Generate multiple query variants and fuse results with Reciprocal Rank Fusion.
release
Automate pgdbm version bumps, CHANGELOG updates, git tagging, and PyPI publishing.
publish-skills
Publish and update pgdbm Claude Code skills with version bumps.
testing-database-code
Test pgdbm-based code using predefined fixtures and patterns.
choosing-pattern
Select pgdbm deployment patterns based on project topology and migration constraints.
migrations-api-reference
Document AsyncMigrationManager API and pgdbm migration file formats.
dual-mode-library
Build reusable Python libraries with pgdbm for standalone or shared-pool deployments.
shared-pool-pattern
Share one PostgreSQL pool across FastAPI services with schema-isolated managers.
standalone-service
Configure a standalone PostgreSQL module with its own connection pool and migrations.
core-api-reference
Document API signatures for pgdbm database managers and transactions.
common-mistakes
Enforce pgdbm rules for pools, migrations, templates, and schema management.
using-pgdbm
Create a shared pgdbm pool with schema-isolated managers and template queries.
streaming
Stream incremental LLM responses across OpenAI, Anthropic, Google Gemini, and Ollama.
tools
Invoke JSON Schema-defined tools across OpenAI, Anthropic, Gemini, and Ollama.
lockfile
Generate a TOML-based llmring.lock with semantic aliases, environment profiles, and model fallbacks.
structured-output
Extract structured data from LLM responses with JSON Schema validation.
providers
Switch between LLM providers and access raw SDKs via get_provider().
chat
Orchestrate multi-provider chat completions with unified message structures and semantic aliases.