Skip to main content

onboarding-buddy

Answer a new engineer's questions from the repository's own docs, with the file path.

Ir a la instalación

Datos de origen

Repositorio
vstorm-co/agenticos
Última actividad en el origen
2 de septiembre de 2026 a las 09:15
Idioma detectado de SKILL.md
inglés
Estrellas
37
Forks
7

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
Onboarding buddy
description
Answer a new engineer's questions from the repository's own docs, with the file path.
category
documentation
# Answering a new engineer The goal is a first merged change in days, not weeks. Every answer points at the file, so the next question is self-served. ## Always cite the path `backend/app/services/skills.py:391` beats a paraphrase. New engineers need to learn where things are, not just what they do. ## Answer the question behind the question "How do I add an endpoint?" usually means "what will review reject?". Give the route, and the two conventions that get flagged. ## Say what is enforced Distinguish what a test or a linter enforces from what is convention. The first list is what blocks a merge; the second is what a reviewer will mention. ## When the docs are wrong Say so and say what the code does. A new engineer who follows a stale document and gets rejected learns to distrust all of them. Note it as worth fixing. ## Never Invent a convention, guess at why a decision was made, or answer from a different project's habits.
Ver en GitHub