Ryan Zucchi avatar

Ryan Zucchi

Community

@Ryanzucchi

0Followers
|
18Public Repos
|
45Published Skills

Local-first AI platform for Portuguese-language fiction writing, combining LLM inference, knowledge graphs, and real-time collaborative rich-text editing.

Skills Distribution
DomainAI Models & ...Local LLM Inferenc.. (40%)Knowledge Graphs &.. (25%)Collaborative Edit.. (20%)Security, Auth & D.. (15%)

Agent Skills by Ryan Zucchi

Showing 45 vetted skills indexed across 1 GitHub repositories.

RyanzucchiRyanzucchi

otimizacao-de-modelos-generativos-locais

Configures llama.cpp inference with Q4_K_M quantization, KV caching, and asynchronous generation for local language models.

Community
Intermediate
RyanzucchiRyanzucchi

autosave-e-historico-de-versoes

Implements debounced autosave, snapshot versioning, and diff-based version restoration for editor documents.

Community
Intermediate
RyanzucchiRyanzucchi

design-de-interacao-nao-intrusivo-para-ia

Defines UX policies for non-intrusive AI writing assistants in text editors.

Community
Intermediate
RyanzucchiRyanzucchi

design-de-quadro-kanban-para-escrita-criativa

Designs Kanban board interfaces for novel writing planning with low-intrusion status signaling.

Community
Intermediate
RyanzucchiRyanzucchi

concorrencia-editor-texto-rico-crdt

Implements real-time collaborative rich text editing using Yjs CRDTs and Peritext anchoring.

Community
Advanced
RyanzucchiRyanzucchi

exportacao-multiplos-formatos

Convert ProseMirror manuscripts to DOCX, PDF, ePub, Markdown, and TXT formats.

Community
Intermediate
RyanzucchiRyanzucchi

analise-de-co-ocorrencia-e-cliches-literarios

Analyzes trope co-occurrence density against genre benchmarks and suggests optional narrative subversions.

Community
Intermediate
RyanzucchiRyanzucchi

auditoria-global-consistencia-entidades

Detects plot holes by auditing entity continuity across chapters using temporal entity graphs.

Community
Advanced
RyanzucchiRyanzucchi

visualizacao-interativa-time-slicing

Renders character and location relationship graphs with temporal filtering and semantic clustering.

Community
Intermediate
RyanzucchiRyanzucchi

pipeline-de-notificacoes-em-tempo-real

Implements real-time push notifications via WebSockets and Server-Sent Events for collaboration.

Community
Intermediate
RyanzucchiRyanzucchi

autorizacao-rbac-por-recurso

Implements role-based access control with per-resource permission checks and hierarchical inheritance.

Community
Intermediate
RyanzucchiRyanzucchi

resolucao-correferencia-e-aliases-literarios

Resolves pronoun references and character name aliases into canonical entity IDs in Portuguese fiction.

Community
Advanced
RyanzucchiRyanzucchi

desfazer-refazer-colaborativo-seletivo

Implements distributed per-client undo/redo for selective rollback of AI-generated text in collaborative editors.

Community
Advanced
RyanzucchiRyanzucchi

destilacao-espinha-dorsal-narrativa

Extracts dramatic story spine elements to generate loglines and commercial synopses.

Community
Intermediate
RyanzucchiRyanzucchi

geracao-perfis-psicologicos-e-roleplay

Extracts psychological character profiles from manuscripts and configures local LLMs for in-character interviews.

Community
Advanced
RyanzucchiRyanzucchi

modelagem-de-grafo-de-metas-narrativas-gmn

Models plot causal dependencies as a DAG with cycle detection and inconsistency propagation.

Community
Intermediate
RyanzucchiRyanzucchi

grafo-de-lore-visualizacao-e-filtros

Renders and filters fictional universe entity graphs with Cytoscape.js force-directed layouts.

Community
Intermediate
RyanzucchiRyanzucchi

busca-hibrida-local-first

Implements local hybrid search combining SQLite-VSS vector retrieval and BM25 with Reciprocal Rank Fusion.

Community
Intermediate
RyanzucchiRyanzucchi

analise-consistencia-narrativa-tempo-e-eventos

Validates causal and temporal consistency of branching story timelines using event graphs.

Community
Advanced
RyanzucchiRyanzucchi

verificacao-global-de-tropos-com-llm

Validates narrative trope candidates using a local LLM with global plot context.

Community
Intermediate
RyanzucchiRyanzucchi

particionamento-de-modelos-de-ia-com-lora-dinamico

Implements per-tenant LLM personalization using dynamically loaded LoRA adapters on shared GPU infrastructure.

Community
Advanced
RyanzucchiRyanzucchi

modelagem-ontologica-worldbuilding

Structures fictional universe entities into a temporal knowledge graph using quadruples.

Community
Intermediate
RyanzucchiRyanzucchi

vetorizacao-e-contexto-de-escrita

Compiles writing session state into a unified context vector for local recommendation engines.

Community
Advanced
RyanzucchiRyanzucchi

sincronizacao-e-armazenamento-offline-first

Synchronizes local SQLite databases with remote servers using Delta-State CRDTs and LWW conflict resolution.

Community
Advanced

Frequently Asked Questions About Ryan Zucchi

FAQPage Schema
What tasks can I accomplish with Ryan Zucchi's skills?▼

You can build a local-first fiction writing platform: extract characters and relationships from Portuguese manuscripts with NER, classify narrative tropes with BERTimbau, run GraphRAG lore queries, generate hierarchical summaries, track emotional arcs, and enable real-time collaborative editing with CRDTs and selective undo/redo.

Who are these skills designed for?▼

Developers and engineers building AI-assisted creative writing software for Portuguese-language authors. The skills target full-stack engineers implementing rich-text editors, NLP pipelines, knowledge graphs, offline-first synchronization, and multi-tenant SaaS infrastructure for novelists and fiction writers.

How do the local AI inference skills work in practice?▼

Skills optimize llama.cpp inference with Q4_K_M quantization, KV cache, and async interfaces for minimal latency. They configure local LLMs for prose critique, in-character roleplay interviews, trope validation, and recursive summarization that fits long novels within limited context windows.

What are the key dependencies and prerequisites?▼

Core dependencies include llama.cpp for local inference, Yjs/Peritext CRDTs with Tiptap/ProseMirror for collaborative editing, SQLite-VSS with BM25 for hybrid search, PostgreSQL with Row-Level Security, IndexedDB for offline storage, and BERTimbau models for Portuguese text classification.

How do these skills handle data privacy and compliance?▼

Dedicated skills implement LGPD/GDPR compliance by design: permanent physical deletion, structured data portability, and immutable consent logs. Multi-tenant isolation uses PostgreSQL Row-Level Security and dynamic LoRA adapters, while JWT with rotating refresh tokens secures authentication.