Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
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.
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
npx skills add antoniolg/agent-kit --skill devexpert-testimonialsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.