onboard

Solid

Auto-generate project context for AI sessions. Use when starting on a new repo for the first time, or when CLAUDE.md / .rune/ context is missing or stale. Scans codebase and creates the setup so every future session starts with full context.

AI & Automation 81 stars 23 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# onboard ## Purpose Auto-generate project context for AI sessions. Scans the codebase and creates a CLAUDE.md project config plus .rune/ state directory so every future session starts with full context. Saves 10-20 minutes of re-explaining per session on undocumented projects. ## Triggers - `/rune onboard` — manual invocation on any project - Called by `rescue` as Phase 0 (understand before refactoring) - Auto-trigger: when no CLAUDE.md exists in project root ## Calls (outbound) - `scout` (L2): deep codebase scan — structure, frameworks, patterns, dependencies - `sentinel-env` (L3): validate developer environment (runtime versions, required tools, env vars) so the onboarded project is actually runnable - `autopsy` (L2): when project appears messy or undocumented — health assessment ## Called By (inbound) - User: `/rune onboard` manual invocation - `rescue` (L1): Phase 0 — understand legacy project before refactoring - `cook` (L1): if no CLAUDE.md found, onboard first ## Output Files ``` project/ ├── CLAUDE.md # Project config for AI sessions (with invariants pointer block) └── .rune/ ├── conventions.md # Detected patterns & style ├── decisions.md # Empty, ready for session-bridge ├── progress.md # Empty, ready for session-bridge ├── session-log.md # Empty, ready for session-bridge ├── instincts.md # Empty, ready for session-bridge instinct learning ├── contract.md # Project invariants enforced b...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category