project-onboardlisted
Install: claude install-skill Zions-store/project-ledger
Copyright (C) 2026 ZionXiaoxiSuOGLocGo
SPDX-License-Identifier: GPL-3.0-or-later
# Project Onboard
Turn any project directory into an AGENTS.md that gives the AI agent instant project context. Auto-detects project type and applies type-specific analysis rules. Zero external dependencies — uses only built-in tools.
## When This Skill Triggers
- "onboard this project"
- "analyze this project" / "analyze my project"
- "help me understand this project"
- "generate AGENTS.md for this project"
- "what does this project do?"
- "分析这个项目" / "プロジェクトを分析" / "프로젝트 분석" / "analyser ce projet"
- User provides a project path without context
## Parameters
- **path** (required): Project directory path
- **type** (optional): Force project type, skip auto-detection. Values: `unity`, `unreal`, `nodejs`, `python`, `rust`, `go`, `java`, `cpp`, `csharp`, `lua`, `general`. If an invalid value is given, warn the user and fall back to auto-detection.
- **output** (optional): Where to save AGENTS.md. Default: `<project_root>/AGENTS.md`
## Execution Flow
### Step 0: Choose Output Language
Ask the user what language to generate AGENTS.md in. Default to English if they skip. Any language the LLM can output is supported — translation is done by the agent at generation time:
> "What language should AGENTS.md be written in? Default: English. Any language the LLM can output is supported."
### Step 1: Confirm the Target
If no path given, ask the user which project to analyze. If path is relative, reso