← ClaudeAtlas

soleri-onboard-melisted

Triggers: "onboard me", "I'm new here", "project overview", "what should I know about this codebase". Structured tour of vault knowledge about this project.
adrozdenko/soleri · ★ 6 · AI & Automation · score 74
Install: claude install-skill adrozdenko/soleri
# Onboard Me — Instant Project Intelligence Structured tour of everything the vault knows about this project. Decisions, patterns, anti-patterns, conventions — all in one walkthrough. ## Steps ### 1. Project Overview ``` YOUR_AGENT_core op:identity YOUR_AGENT_core op:project_get YOUR_AGENT_core op:project_list_rules YOUR_AGENT_core op:get_behavior_rules ``` ### 2. Knowledge Landscape ``` YOUR_AGENT_core op:vault_domains YOUR_AGENT_core op:vault_tags YOUR_AGENT_core op:admin_vault_size ``` ### 3. Critical Knowledge ``` YOUR_AGENT_core op:search params: { query: "critical rules", severity: "critical" } ``` ### 4. Key Decisions ``` YOUR_AGENT_core op:search_intelligent params: { query: "architectural decision design choice" } ``` ### 5. Strongest Patterns ``` YOUR_AGENT_core op:brain_strengths ``` ### 6. Anti-Patterns to Avoid ``` YOUR_AGENT_core op:search params: { query: "mistakes to avoid", type: "anti-pattern" } ``` ### 7. Cross-Project Context ``` YOUR_AGENT_core op:project_linked_projects YOUR_AGENT_core op:brain_global_patterns ``` ### 8. Knowledge Gaps ``` YOUR_AGENT_core op:admin_search_insights YOUR_AGENT_core op:vault_age_report ``` ## Presenting the Onboarding ``` ## Welcome to [Project Name] **Domains:** [list] | **Vault:** X entries across Y domains ### Critical Rules (Must Follow) [Non-negotiable conventions] ### Key Decisions [Top architectural decisions with rationale] ### Proven Patterns (Do This) [Brain-strength patterns] ### Ant