skills/devexpert-testimonials/SKILL.md
Import DevExpert testimonials from Google Sheets (gog) or pasted TSV lists, format text with line breaks, crop profile images to 400x400, copy them to src/assets/testimonials, update src/data/testimonials.json, and optionally update AI Expert IDs in src/pages/cursos/expert/ai.astro. Use when adding new testimonials or processing images.
npx skillsauth add antoniolg/agent-kit devexpert-testimonialsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automates testimonial import, profile image cropping, and AI Expert section management.
python -m pip install -r scripts/requirements.txt
gog auth login or gog auth manage.python scripts/sync_testimonials_from_sheet.py \
--ai-auto
gog drive download.src/data/testimonials.json.src/pages/cursos/expert/ai.astro.x.tmp/testimonials-sync.python scripts/import_testimonials.py \
--input /ruta/testimonios.txt
Prefer TSV (tab-separated) with columns in this order:
fecha \t nombre \t posicion \t titulo \t texto \t rating \t ruta_imagen
YYYY-MM-DD HH:MM:SS when recognized.nombre + titulo (slug), e.g.:
Santiago Perez Barber + AI Expert -> santiago-perez-barber-ai-expert.jpg--image-size.--overwrite-images is passed.references/sheet-schema.md.~/.config/skills/config.json under devexpert_testimonials:
accountsheet_idgid (optional)Example:
{
"devexpert_testimonials": {
"account": "[email protected]",
"sheet_id": "spreadsheet_id_here",
"gid": 123456789
}
}
ai.astro and the new ones detected by title.python scripts/import_testimonials.py \
--input /ruta/testimonios.txt \
--ai-ids "35051,42724,42725"
--ai-ids is omitted, the script prompts for IDs (interactive stdin only).python scripts/import_testimonials.py \
--input /ruta/testimonios.txt \
--ai-auto
--testimonials-json change the testimonials.json path.--images-dir change the destination images folder.--ai-astro change the AI Expert page path.--dry-run show what would change without writing.--ai-auto automatically adds new AI Expert IDs.scripts/import_testimonials.py Imports testimonials, processes images, and proposes/updates AI Expert IDs.scripts/sync_testimonials_from_sheet.py Syncs from Google Sheets, downloads Drive images, and marks "Publicado en web".tools
Use the private LearnWorlds CLI to inspect DevExpert Academy users, find students by email, list their enrolled courses/products, look up products, and perform safe enrollment workflows. Trigger when Antonio asks what courses a student has in LearnWorlds or academia.devexpert.io, whether someone belongs to the current or next AI Expert edition, or to use the LearnWorlds/academy CLI.
tools
Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
development
Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards, generate fresh standalone images for sections or detail views instead of cropping old ones, avoid lazy under-generation, avoid cards-inside-cards-inside-cards UI, and keep the hero clean, spacious, readable, and visible on a small laptop.
development
Create, repair, validate, preview, and package Codex-compatible animated pet spritesheets from character art, screenshots, generated images, or visual references. Use when a user wants to hatch a Codex pet, create a custom animated pet, or build a built-in pet asset with an 8x9 atlas, transparent unused cells, row-by-row animation prompts, QA contact sheets, preview videos, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.