Juan Reyero avatar

Juan Reyero

Community

@juanre · Akureyri

31Followers
|
30Public Repos
|
22Published Skills

Agent Skills by Juan Reyero

Showing 22 vetted skills indexed across 3 GitHub repositories.

juanrejuanre
6

hybrid-search

Merge semantic and keyword retrieval with configurable alpha and RRF fusion in Python.

Community
Intermediate
juanrejuanre
6

rag

Build retrieval-augmented generation systems with document ingestion, hybrid search, reranking, and prompt augmentation.

Community
Advanced
juanrejuanre
6

basic-usage

Store, index, and search documents with LLMemory in Python.

Community
Advanced
juanrejuanre
6

multi-tenant

Enforces owner_id to isolate documents and search across tenants.

Community
Advanced
juanrejuanre
6

multi-query

Generate multiple query variants and fuse results with Reciprocal Rank Fusion.

Community
Intermediate
juanrejuanre

release

Automate pgdbm version bumps, CHANGELOG updates, git tagging, and PyPI publishing.

Community
Intermediate
juanrejuanre

publish-skills

Publish and update pgdbm Claude Code skills with version bumps.

Community
Basic
juanrejuanre

testing-database-code

Test pgdbm-based code using predefined fixtures and patterns.

Community
Intermediate
juanrejuanre

choosing-pattern

Select pgdbm deployment patterns based on project topology and migration constraints.

Community
Basic
juanrejuanre

migrations-api-reference

Document AsyncMigrationManager API and pgdbm migration file formats.

Community
Advanced
juanrejuanre

dual-mode-library

Build reusable Python libraries with pgdbm for standalone or shared-pool deployments.

Community
Intermediate
juanrejuanre

shared-pool-pattern

Share one PostgreSQL pool across FastAPI services with schema-isolated managers.

Community
Intermediate
juanrejuanre

standalone-service

Configure a standalone PostgreSQL module with its own connection pool and migrations.

Community
Intermediate
juanrejuanre

core-api-reference

Document API signatures for pgdbm database managers and transactions.

Community
Advanced
juanrejuanre

common-mistakes

Enforce pgdbm rules for pools, migrations, templates, and schema management.

Community
Basic
juanrejuanre

using-pgdbm

Create a shared pgdbm pool with schema-isolated managers and template queries.

Community
Intermediate
juanrejuanre
3

streaming

Stream incremental LLM responses across OpenAI, Anthropic, Google Gemini, and Ollama.

Community
Intermediate
juanrejuanre
3

tools

Invoke JSON Schema-defined tools across OpenAI, Anthropic, Gemini, and Ollama.

Community
Intermediate
juanrejuanre
3

lockfile

Generate a TOML-based llmring.lock with semantic aliases, environment profiles, and model fallbacks.

Community
Intermediate
juanrejuanre
3

structured-output

Extract structured data from LLM responses with JSON Schema validation.

Community
Intermediate
juanrejuanre
3

providers

Switch between LLM providers and access raw SDKs via get_provider().

Community
Intermediate
juanrejuanre
3

chat

Orchestrate multi-provider chat completions with unified message structures and semantic aliases.

Community
Basic