onboard-new-developer
SkillDev toolsComprehensive onboarding process to get new developer up and running quickly. Use when the user types /onboard-new-developer.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the onboard-new-developer skill
What this skill tells your AI
The instructions your AI receives, as published by blockmatic/basilic in .agents/skills/workflow/onboard-new-developer/SKILL.md and read by ahel’s review.
Comprehensive onboarding process to get new developer up and running quickly.
- Environment setup: Install required tools, set up development environment, configure IDE/extensions, set up git/SSH keys
- Clone and setup: Run
pnpm setupat repo root - Decide context: Local only, or remote VPC? (Remote VPC = dev machine in cloud; trade-offs: networking, access, cost, latency. See
apps/docu/content/docs/development/dev-environments.mdx.) - Run web/API:
pnpm dev(API + Next.js) - Run mobile (optional):
pnpm --filter @repo/mobile start(orstart:localhost/start:tunnelfor remote). Seeapps/docu/content/docs/development/dev-environments.mdx - Verify: Simulator/device can load the app and reach the API
- Project familiarization: Review project structure, understand architecture, read key documentation, set up local database, verify all tests passing, submit first PR
Signals
- GitHub stars
- 89
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
onboard-new-developer- Source
- github.com/blockmatic/basilic