getting-started

Analyze repository structure and commands to generate an onboarding guide.

7|Updated Dec 5, 2023
One-click install
npx skills add https://github.com/mParticle/aquarium --skill getting-started-mparticle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/mParticle/aquarium/tree/main/.claude/skills/getting-started
Command: npx skills add https://github.com/mParticle/aquarium --skill getting-started-mparticle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

New team members and contributors often struggle to understand a codebase quickly. This guide provides a practical, concise overview of the repository's structure, conventions, and workflows to accelerate onboarding.

Core Features & Use Cases

  • Provides a structured overview of root files, build system, and key conventions.
  • Identifies essential commands and workflows to build, test, and contribute.
  • Supports fast ramp-up for new contributors joining the project.

Quick Start

Describe the repo structure, setup, and contributor workflows to onboard someone new.

Frequently Asked Questions about getting-started

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboard new contributors to an unfamiliar codebase?

Onboarding new contributors to a codebase requires analyzing the repository to produce a practical guide identifying root structure, build and test commands, conventions, and key documentation to accelerate ramp-up.

What is the best way to generate an onboarding guide for an existing repository?

The best way to generate an onboarding guide for an existing repository is to analyze its root files, build system, and key conventions to identify essential commands and contributor workflows, producing a concise practical overview.

How do I identify build and test commands for a new project setup?

Identifying build and test commands for a new project setup involves analyzing the current repository structure and configuration files to extract the essential workflows required to compile, test, and contribute to the codebase.

Does this onboarding guide capture conventions for typical project setups?

Yes, the onboarding guide captures conventions for typical project setups by analyzing the repository to identify root structure, essential requirements, and key docs across different project configurations to support fast contributor ramp-up.

Can I use this to find the minimal actions required to start contributing?

You can use this to find the minimal actions required to start contributing because it specifies the essential requirements of the project, including how to build, test, and contribute, capturing exactly what is needed to begin.