← all plugins

Lend AI

by @leandrobenjaminl · plugin · 74 skills

Lend AI from LeandroBenjaminL/lend-ai.

Install the whole plugin (CLI)
npx skillmds add leandrobenjaminl/shared npx skillmds add leandrobenjaminl/db-admin npx skillmds add leandrobenjaminl/sdd-init npx skillmds add leandrobenjaminl/sdd-spec npx skillmds add leandrobenjaminl/branch-pr npx skillmds add leandrobenjaminl/infra-sre npx skillmds add leandrobenjaminl/reporting npx skillmds add leandrobenjaminl/sdd-apply npx skillmds add leandrobenjaminl/sdd-tasks npx skillmds add leandrobenjaminl/streamlit npx skillmds add leandrobenjaminl/chained-pr npx skillmds add leandrobenjaminl/go-testing npx skillmds add leandrobenjaminl/regex-data npx skillmds add leandrobenjaminl/sdd-design npx skillmds add leandrobenjaminl/sdd-verify npx skillmds add leandrobenjaminl/ci-cd-pilot npx skillmds add leandrobenjaminl/data-design npx skillmds add leandrobenjaminl/data-verify npx skillmds add leandrobenjaminl/ml-modeling npx skillmds add leandrobenjaminl/sdd-archive npx skillmds add leandrobenjaminl/sdd-explore npx skillmds add leandrobenjaminl/sdd-onboard npx skillmds add leandrobenjaminl/sdd-propose npx skillmds add leandrobenjaminl/commits-real npx skillmds add leandrobenjaminl/data-analyst npx skillmds add leandrobenjaminl/data-archive npx skillmds add leandrobenjaminl/file-formats npx skillmds add leandrobenjaminl/judgment-day npx skillmds add leandrobenjaminl/lend-ai-docs npx skillmds add leandrobenjaminl/sql-analysis npx skillmds add leandrobenjaminl/web-scraping npx skillmds add leandrobenjaminl/data-analysis npx skillmds add leandrobenjaminl/data-cleaning npx skillmds add leandrobenjaminl/data-question npx skillmds add leandrobenjaminl/etl-pipelines npx skillmds add leandrobenjaminl/perf-engineer npx skillmds add leandrobenjaminl/skill-creator npx skillmds add leandrobenjaminl/content-engine npx skillmds add leandrobenjaminl/data-profiling npx skillmds add leandrobenjaminl/issue-creation npx skillmds add leandrobenjaminl/lend-ai-engram npx skillmds add leandrobenjaminl/lend-ai-mentor npx skillmds add leandrobenjaminl/skill-registry npx skillmds add leandrobenjaminl/backup-engineer npx skillmds add leandrobenjaminl/cloud-architect npx skillmds add leandrobenjaminl/data-validation npx skillmds add leandrobenjaminl/docker-engineer npx skillmds add leandrobenjaminl/frontend-senior npx skillmds add leandrobenjaminl/gitops-engineer npx skillmds add leandrobenjaminl/lend-ai-persona npx skillmds add leandrobenjaminl/lend-ai-testing npx skillmds add leandrobenjaminl/shared-git-data npx skillmds add leandrobenjaminl/frontend-testing npx skillmds add leandrobenjaminl/network-engineer npx skillmds add leandrobenjaminl/security-auditor npx skillmds add leandrobenjaminl/data-visualization npx skillmds add leandrobenjaminl/lend-ai-delegation npx skillmds add leandrobenjaminl/python-environment npx skillmds add leandrobenjaminl/youtube-transcript npx skillmds add leandrobenjaminl/senior-orchestrator npx skillmds add leandrobenjaminl/statistical-testing npx skillmds add leandrobenjaminl/database-connections npx skillmds add leandrobenjaminl/engram-memory-system npx skillmds add leandrobenjaminl/frontend-css-styling npx skillmds add leandrobenjaminl/frontend-e2e-testing npx skillmds add leandrobenjaminl/frontend-type-script npx skillmds add leandrobenjaminl/notebook-integration npx skillmds add leandrobenjaminl/time-series-analysis npx skillmds add leandrobenjaminl/shared-api-integration npx skillmds add leandrobenjaminl/frontend-api-integration npx skillmds add leandrobenjaminl/frontend-web-performance npx skillmds add leandrobenjaminl/frontend-state-management npx skillmds add leandrobenjaminl/frontend-react-development npx skillmds add leandrobenjaminl/frontend-responsive-design
⬇ Download

Skills in this plugin

  1. shared · leandrobenjaminl bundle
    Stores shared reference documents and model mapping catalogs consumed by other SDD skills; not invokable as a skill itself.
    0
    repo stars
  2. db-admin · leandrobenjaminl
    Administra bases de datos PostgreSQL, MySQL, Redis y SQLite: diseña esquemas, optimiza queries, configura migraciones, replicación y backups.
    0
    repo stars
  3. sdd-init · leandrobenjaminl
    Inicializa el ciclo SDD en un proyecto: detecta stack, testing y convenciones, y configura el backend de persistencia.
    0
    repo stars
  4. sdd-spec · leandrobenjaminl
    Escribe especificaciones técnicas en formato Given/When/Then, describiendo qué debe hacer el sistema y no cómo, con escenarios de caso feliz, bordes y errores.
    0
    repo stars
  5. branch-pr · leandrobenjaminl
    Guides creating small, issue-linked pull requests with conventional branch naming, commit messages, and structured descriptions, plus a review cycle.
    0
    repo stars
  6. infra-sre · leandrobenjaminl
    Monitorea servicios, configura alertas, define SLOs y responde a incidentes usando Prometheus, Grafana y logging.
    0
    repo stars
  7. reporting · leandrobenjaminl bundle
    Genera reportes profesionales en HTML, PDF y Markdown, con tablas, gráficos y conclusiones, para presentar análisis de forma clara y reproducible.
    0
    repo stars
  8. sdd-apply · leandrobenjaminl bundle
    Implements SDD change tasks from specs and design, enforcing workload budgets, supporting chain strategies, and merging apply-progress across batches.
    0
    repo stars
  9. sdd-tasks · leandrobenjaminl
    Divide un cambio de diseño aprobado en tareas concretas, ordenadas por dependencias y agrupadas por fase, con criterios de done y un forecast de workload para revisión.
    0
    repo stars
  10. streamlit · leandrobenjaminl bundle
    Crea dashboards interactivos con Streamlit: carga de datos, filtros, gráficos y despliegue.
    0
    repo stars
  11. chained-pr · leandrobenjaminl
    Splits oversized pull requests into sequential, reviewable chunks under 300 lines using stacked PRs or feature branch chains, with dependency tracking and review budget management.
    0
    repo stars
  12. go-testing · leandrobenjaminl
    Escribe tests en Go con la biblioteca estándar: unitarios, table-driven, con mocks y cobertura, incluyendo modelos Bubbletea con teatest.
    0
    repo stars
  13. regex-data · leandrobenjaminl
    Limpia y transforma texto en DataFrames usando expresiones regulares: extrae emails, teléfonos, fechas y precios, valida formatos como CUIL o CBU, y maneja datos inconsistentes con opciones de fuzzy matching.
    0
    repo stars
  14. sdd-design · leandrobenjaminl
    Convierte especificaciones aprobadas en un plan técnico detallado, documentando decisiones de arquitectura, flujo de datos y cambios de archivos.
    0
    repo stars
  15. sdd-verify · leandrobenjaminl bundle
    Verifica que una implementación cumpla los specs del ciclo SDD ejecutando tests reales, revisando cobertura y emitiendo un veredicto de aprobación o rechazo.
    0
    repo stars
  16. ci-cd-pilot · leandrobenjaminl
    Diseña y optimiza pipelines de CI/CD para GitHub Actions y GitLab CI, incluyendo automatización de tests, linting, builds y deploys.
    0
    repo stars
  17. data-design · leandrobenjaminl
    Define el enfoque, las herramientas y el pipeline de análisis antes de escribir código, eligiendo entre SQL, Python o un enfoque híbrido según la pregunta y los datos.
    0
    repo stars
  18. data-verify · leandrobenjaminl
    Verifica la reproducibilidad y consistencia de un análisis de datos antes de presentarlo, validando contra la pregunta original y documentando limitaciones.
    0
    repo stars
  19. ml-modeling · leandrobenjaminl bundle
    Entrena modelos de machine learning con Scikit-learn, LightGBM y XGBoost, desde un baseline hasta un modelo productivo con validación robusta y explicabilidad.
    0
    repo stars
  20. sdd-archive · leandrobenjaminl
    Consolidates completed SDD changes by syncing delta specs, merging changes, updating the CHANGELOG, and persisting final state.
    0
    repo stars
  21. sdd-explore · leandrobenjaminl
    Explora el código y el dominio del problema antes de proponer un cambio, documentando hallazgos y recomendaciones.
    0
    repo stars
  22. sdd-onboard · leandrobenjaminl
    Guía a un usuario nuevo a través de un ciclo SDD completo, aplicando un cambio real en su proyecto para aprender haciendo.
    0
    repo stars
  23. sdd-propose · leandrobenjaminl
    Formaliza una idea como propuesta de cambio antes de invertir tiempo en especificaciones y diseño, alineando contexto, alternativas, impacto y criterios de éxito.
    0
    repo stars
  24. commits-real · leandrobenjaminl
    Escribe mensajes de commit, PRs e issues con tono humano en español rioplatense o técnico en inglés, siguiendo reglas de atomicidad, límite de 300 líneas y verificación previa de tests.
    0
    repo stars
  25. data-analyst · leandrobenjaminl
    Guides data analysis, EDA, and ML tasks by teaching, diagnosing MCPs, and deciding with the user, offering multiple options and documenting decisions.
    0
    repo stars
  26. data-archive · leandrobenjaminl
    Documenta, versiona y cierra proyectos de análisis de datos para que queden ordenados y reproducibles en el futuro.
    0
    repo stars
  27. file-formats · leandrobenjaminl
    Lee y escribe datos en múltiples formatos con Pandas — CSV, Excel, Parquet, JSON, Feather — y elige el formato óptimo según el caso.
    0
    repo stars
  28. judgment-day · leandrobenjaminl
    Runs an adversarial code review with two blind judges analyzing the same code from opposing perspectives to find flaws before production.
    0
    repo stars
  29. lend-ai-docs · leandrobenjaminl
    Generates and maintains project documentation: Google-style docstrings, README, architecture docs, and ADRs, with a mandatory post-task review gate to keep docs current.
    0
    repo stars
  30. sql-analysis · leandrobenjaminl bundle
    Analiza datos en bases de datos relacionales con consultas SQL eficientes y legibles, incluyendo joins, window functions, CTEs y subqueries, para extraer insights directamente de la base de datos.
    0
    repo stars
  31. web-scraping · leandrobenjaminl bundle
    Extrae datos de sitios web de forma ética usando requests, BeautifulSoup, Selenium o Playwright, respetando robots.txt y aplicando rate limiting.
    0
    repo stars
  32. data-analysis · leandrobenjaminl bundle
    Analiza datasets con Pandas y NumPy: explora distribuciones, correlaciones y patrones, y aplica tests de hipótesis para extraer conocimiento no obvio.
    0
    repo stars
  33. data-cleaning · leandrobenjaminl bundle
    Limpia datasets crudos eliminando nulos, duplicados, outliers e inconsistencias de tipos, con estrategias de imputación y pipelines reproducibles.
    0
    repo stars
  34. data-question · leandrobenjaminl
    Define business questions before starting data analysis to ensure the analysis is meaningful and aligned with business goals.
    0
    repo stars
  35. etl-pipelines · leandrobenjaminl bundle
    Construye pipelines ETL/ELT con Pandas: extracción, transformación y carga de datos con logging, manejo de errores, idempotencia y opciones de orquestación.
    0
    repo stars
  36. perf-engineer · leandrobenjaminl
    Diagnose and eliminate performance bottlenecks across web, API, database, and code with load testing, profiling, and optimization techniques.
    0
    repo stars
  37. skill-creator · leandrobenjaminl
    Crea nuevas skills para el ecosistema siguiendo el estándar Agent Skills, con template, estructura de carpetas y registro automático.
    0
    repo stars
  38. content-engine · leandrobenjaminl
    Analyzes project memory and git history to track improvements, update documentation, and generate LinkedIn content drafts after significant sessions.
    0
    repo stars
  39. data-profiling · leandrobenjaminl bundle
    Profiles datasets automatically to assess data quality, structure, and completeness, generating reports with ydata-profiling, pandera, or manual pandas methods.
    0
    repo stars
  40. issue-creation · leandrobenjaminl
    Creates professional GitHub issues—bug reports, feature requests, and technical tasks—with clear context, acceptance criteria, and labels for immediate action.
    0
    repo stars
  41. lend-ai-engram · leandrobenjaminl
    Guarda y consulta información en Engram automáticamente para mantener contexto entre sesiones, optimizando el uso de tokens y delegando exploración compleja.
    0
    repo stars
  42. lend-ai-mentor · leandrobenjaminl
    Define el protocolo de mentor senior para LEND.AI: gestiona el perfil del usuario, enseña conceptos con voz rioplatense y actualiza la documentación del proyecto.
    0
    repo stars
  43. skill-registry · leandrobenjaminl
    Sincroniza el registro central de skills con AGENTS.md y registry/AGENT_REGISTRY.md, detectando skills huérfanas o faltantes y auditando el ecosistema.
    0
    repo stars
  44. backup-engineer · leandrobenjaminl
    Diseña estrategias de backup, disaster recovery, RPO/RTO, restauración y continuidad de negocio para servicios y bases de datos.
    0
    repo stars
  45. cloud-architect · leandrobenjaminl
    Diseña infraestructura cloud como código con Terraform, cubriendo AWS, GCP y Azure, incluyendo arquitecturas serverless, VPC, bases de datos administradas y optimización de costos.
    0
    repo stars
  46. data-validation · leandrobenjaminl bundle
    Define and enforce data schemas and quality checks using pandera, Great Expectations, or manual assertions, with clear error handling and documentation.
    0
    repo stars
  47. docker-engineer · leandrobenjaminl
    Containeriza aplicaciones con Docker: crea Dockerfiles multi-stage, docker-compose.yml, y manifiestos de Kubernetes, optimiza imágenes y depura contenedores.
    0
    repo stars
  48. frontend-senior · leandrobenjaminl
    Guides frontend development with React, TypeScript, and modern tooling, enforcing component-first, mobile-first, and testing practices.
    0
    repo stars
  49. gitops-engineer · leandrobenjaminl
    Designs and implements enterprise GitOps workflows: branching strategies, release automation, semantic versioning, conventional commits, and git hooks.
    0
    repo stars
  50. lend-ai-persona · leandrobenjaminl
    Defines the LEND.AI assistant persona: identity, tone, and interaction rules for a Spanish-speaking senior mentor that teaches while working, questions decisions, and requires confirmation before acting.
    0
    repo stars
  51. lend-ai-testing · leandrobenjaminl
    Enforces a mandatory pre-commit/pre-PR testing gate: detects the test stack, runs the full suite, fixes failures, creates minimal tests when none exist, and verifies coverage before allowing commits.
    0
    repo stars
  52. shared-git-data · leandrobenjaminl
    Sets up Git-based version control for data science projects, handling notebooks, datasets, and pipelines with DVC and nbstripout.
    0
    repo stars
  53. frontend-testing · leandrobenjaminl
    Escribe tests de frontend centrados en el usuario con Vitest, Testing Library y Playwright, cubriendo unit, integración y E2E, y configura el runner de tests.
    0
    repo stars
  54. network-engineer · leandrobenjaminl
    Configures and troubleshoots network infrastructure: DNS records, reverse proxies, SSL certificates, firewalls, CDNs, and load balancers.
    0
    repo stars
  55. security-auditor · leandrobenjaminl
    Automated security auditing covering SAST, DAST, dependency scanning, secret detection, container hardening, and compliance checks before deployments or when integrating new dependencies.
    0
    repo stars
  56. data-visualization · leandrobenjaminl bundle
    Crea gráficos profesionales con Matplotlib, Seaborn y Plotly, desde exploración rápida hasta visualizaciones publicables, eligiendo el tipo de gráfico adecuado para cada historia de datos.
    0
    repo stars
  57. lend-ai-delegation · leandrobenjaminl
    Guides agents to delegate tasks to specialized sub-agents using a decision tree and automatic triggers, with recursive spawning and integration with an agent-router MCP.
    0
    repo stars
  58. python-environment · leandrobenjaminl
    Crea y gestiona entornos Python reproducibles con venv, pip, Poetry o Conda, aislando dependencias y configurando variables de entorno para evitar conflictos.
    0
    repo stars
  59. youtube-transcript · leandrobenjaminl
    Extrae transcripciones de videos de YouTube y genera resúmenes estructurados con timestamps y análisis temático.
    0
    repo stars
  60. senior-orchestrator · leandrobenjaminl
    Orquesta el ecosistema de agentes: decide qué modelo o tier usar, delega tareas a sub-agentes especializados y planifica arquitectura técnica.
    0
    repo stars
  61. statistical-testing · leandrobenjaminl bundle
    Guía para elegir y aplicar tests de hipótesis con SciPy, verificando supuestos, interpretando p-values y tamaño del efecto, y evitando falsos positivos.
    0
    repo stars
  62. database-connections · leandrobenjaminl
    Connect to PostgreSQL, MySQL, SQLite, and SQL Server databases using SQLAlchemy, Pandas, and DuckDB. Read and write tables, manage sessions, and handle connection strings securely.
    0
    repo stars
  63. engram-memory-system · leandrobenjaminl
    Organiza y guarda memoria en Engram automáticamente, clasificando cada conocimiento por tipo y área, y consultando el contexto al iniciar sesión.
    0
    repo stars
  64. frontend-css-styling · leandrobenjaminl
    Guides choosing between Tailwind, CSS Modules, and global CSS with BEM, and implementing responsive layouts with Grid, Flexbox, and Container Queries.
    0
    repo stars
  65. frontend-e2e-testing · leandrobenjaminl
    Guides end-to-end testing of frontend applications using Playwright or Cypress, covering multi-page user flows in real browsers, API mocking, and CI integration.
    0
    repo stars
  66. frontend-type-script · leandrobenjaminl
    Escribe TypeScript estricto con tipos que ayudan: interfaces, genéricos, satisfies y uniones discriminadas, y resuelve errores de tipos.
    0
    repo stars
  67. notebook-integration · leandrobenjaminl bundle
    Guides creating clean, reproducible Jupyter notebooks with structured workflows, best practices, and IPython magic for analysis and presentation.
    0
    repo stars
  68. time-series-analysis · leandrobenjaminl bundle
    Analiza series temporales: tendencia, estacionalidad y pronóstico con Prophet, statsmodels y ML, incluyendo descomposición, tests de estacionariedad y evaluación contra baselines.
    0
    repo stars
  69. shared-api-integration · leandrobenjaminl bundle
    Integrate REST APIs in Python using requests, httpx, or official SDKs, handling authentication, rate limiting, pagination, and errors.
    0
    repo stars
  70. frontend-api-integration · leandrobenjaminl
    Consume APIs from the frontend with TanStack Query, fetch, or SWR, including caching, refetching, optimistic updates, and error handling.
    0
    repo stars
  71. frontend-web-performance · leandrobenjaminl
    Optimiza el rendimiento web midiendo Core Web Vitals, analizando el bundle y aplicando mejoras como lazy loading, code splitting y optimización de imágenes y fuentes.
    0
    repo stars
  72. frontend-state-management · leandrobenjaminl
    Guides choosing and implementing global state management in React with Zustand, Redux Toolkit, or Context, based on state complexity and needs.
    0
    repo stars
  73. frontend-react-development · leandrobenjaminl
    Crea componentes React escalables con TypeScript, hooks y patrones de composición, cubriendo estados de carga, vacío, error y éxito, y decidiendo entre Server y Client Components.
    0
    repo stars
  74. frontend-responsive-design · leandrobenjaminl
    Implementa diseño responsive moderno con técnicas mobile-first, Container Queries, Grid, Flexbox y clamp() para adaptar layouts y componentes a cualquier pantalla o contenedor.
    0
    repo stars