what-is-this

Installation
SKILL.md

Project Onboarding Skill

Use Case: Helping a developer understand a new project's structure, setup instructions, architecture, or how to get started.

Core Onboarding Workflow

1. Project Type Detection

Identify the stack immediately by checking root files:

  • Gemfile / config/application.rb → Rails
  • package.json → Node / React / Vue
  • requirements.txt / pyproject.toml → Python
  • pom.xml / build.gradle → Java

2. Documentation Discovery

Prioritize reading:

Installs
1
First Seen
May 20, 2026
what-is-this — jcchikikomori/skills-md