Slash Command171 estrellas del repoactualizado 4mo ago
onboard
Onboard Claude Code into the codebase
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/theaiautomators/claude-code-agentic-rag-masterclass/HEAD/.claude/commands/onboard.md -o ~/.claude/commands/onboard.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
onboard.md
# Context ## Process 1. **Scan structure** - Run `git ls-files` to see all tracked files 2. **Read key files** - CLAUDE.md, PRD.md, and any other architecture docs - Entry points and config files - Core schemas/models 3. **Check state** - Run `git status` and `git log -10 --oneline` ## Output Provide a brief summary: - What this project does - Tech stack - How it's organised - Current branch and recent activity
Del mismo repositorio