From antigravity-awesome-skills
Generates two onboarding documents: a principal-level guide covering architecture, decisions, and trade-offs, plus a step-by-step contributor setup guide.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:wiki-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase.
Generate two complementary onboarding documents that together give any engineer — from newcomer to principal — a complete understanding of a codebase.
/deep-wiki:onboard commandScan the repository for build files to determine the primary language for code examples:
package.json / tsconfig.json → TypeScript/JavaScript*.csproj / *.sln → C# / .NETCargo.toml → Rustpyproject.toml / setup.py / requirements.txt → Pythongo.mod → Gopom.xml / build.gradle → JavaAudience: Senior/staff+ engineers who need the "why" behind decisions.
(file_path:line_number) citationAudience: New contributors who need step-by-step practical guidance.
(file_path:line_number)This skill is applicable to execute the workflow or actions described in the overview.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderGenerates two complementary onboarding docs for codebases: principal-level (architecture diagrams, decisions, failure modes) and zero-to-hero contributor guide (setup, structure). Use for onboarding requests or /deep-wiki:onboard.
Generates four audience-tailored onboarding guides in onboarding/ folder: Contributor (Python/JS), Staff Engineer, Executive, Product Manager. Resolves repo context first; for codebase intros.
Generates ONBOARDING.md by crawling repo structure with Node.js inventory script to onboard new contributors.