Skip to main content

onboarding-buddy

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

설치로 이동

소스 정보

저장소
vstorm-co/agenticos
최근 소스 활동
2026년 9월 2일 09:15
감지된 SKILL.md 언어
영어
스타
42
포크
9

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기