packages/forge/src/skills/onboard-me/SKILL.md
Use when someone is new to the PROJECT and needs orientation — "onboard me", "I'm new here", "project overview", "what should I know about this codebase". Questions about the project's patterns and conventions, not about the agent's capabilities (use agent-guide for that).
npx skillsauth add adrozdenko/soleri onboard-meInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Structured tour of everything the vault knows about this project. Decisions, patterns, anti-patterns, conventions — all in one walkthrough.
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
YOUR_AGENT_core op:vault_domains
YOUR_AGENT_core op:vault_tags
YOUR_AGENT_core op:admin_vault_size
YOUR_AGENT_core op:search
params: { severity: "critical" }
YOUR_AGENT_core op:search_intelligent
params: { query: "architectural decision design choice" }
YOUR_AGENT_core op:brain_strengths
YOUR_AGENT_core op:search
params: { type: "anti-pattern" }
YOUR_AGENT_core op:project_linked_projects
YOUR_AGENT_core op:brain_global_patterns
YOUR_AGENT_core op:admin_search_insights
YOUR_AGENT_core op:vault_age_report
## 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]
### Anti-Patterns (Don't Do This)
[Known mistakes]
### Project Conventions
[Rules, naming conventions]
### Related Projects
[Linked projects and shared patterns]
### Knowledge Gaps
[Areas not well-documented — ask the team]
Tip: Use vault-navigator to search topics as you work. Use second-opinion before architectural decisions.
| Op | When to Use |
| ------------------------------------------- | ----------------------------- |
| identity / project_get | Project overview |
| project_list_rules / get_behavior_rules | Conventions |
| vault_domains / vault_tags | Knowledge landscape |
| search (severity/type filters) | Critical rules, anti-patterns |
| search_intelligent | Key decisions |
| brain_strengths | Proven patterns |
| brain_global_patterns | Cross-project patterns |
| admin_search_insights | Knowledge gaps |
testing
Triggers: "terse mode", "be brief", "less tokens", "fewer tokens", "compress output", "caveman", or invokes /terse. Token-efficient responses with full technical accuracy.
tools
Triggers: "compress this file", "compress CLAUDE.md", "compress memory", "shrink this", "reduce tokens in file", or invokes /compress. Compresses natural language files to save input tokens.
testing
Triggers: "release", "bump version", "publish packages", "cut a release", "version bump", "npm publish". Bumps monorepo versions, commits, tags, pushes to trigger CI release. Use deliver-and-ship for quality gates.
development
Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.