onboarding

Classify a repository's role and runtime, load guidance, and prepare a Git baseline.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill onboarding-tachiiri-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/onboarding
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill onboarding-tachiiri-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand the repository's structure, role, and expected workflow, ensuring you have the necessary context before starting any tasks.

Core Features & Use Cases

  • Repository Understanding: Classifies the repository's role and runtime environment.
  • Guidance Loading: Loads essential documentation like architecture and agent-specific instructions.
  • Git Baseline: Prepares a safe and normalized Git environment for subsequent commands.
  • Use Case: When you first clone a new repository, run this Skill to get oriented and ensure your local Git setup is ready for development.

Quick Start

Run the onboarding skill to understand the repository and prepare a safe git baseline.

Frequently Asked Questions about onboarding

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

FAQPage Schema
How do I onboard to a new repository and understand its structure?

To onboard to a new repository, this Skill classifies the repository's role and runtime environment, loads minimum required guidance documents like architecture instructions, and prepares a safe Git baseline before you start working.

What's the best way to prepare a safe Git baseline when cloning a new codebase?

Preparing a safe Git baseline involves inspecting the repository's current Git state to ensure a normalized environment, then providing follow-up commands so you can safely begin development without risking uncommitted local changes.

When do I need to load repository guidance before reading source code?

You need to load repository guidance before reading source code to ensure you have the necessary context about architecture and agent-specific instructions, preventing misaligned work in an unfamiliar repository environment.

Can I set up a new repository workflow without first loading its architecture documentation?

Setting up a new repository workflow requires loading essential architecture documentation first, because this Skill strictly adheres to constraints that prevent reading any code before the minimum guidance documentation is successfully loaded.

Does the onboarding process inspect the Git state for required follow-up commands?

The onboarding process inspects the repository's Git state to identify necessary follow-up commands, ensuring your local Git setup is ready for development and safely normalized for subsequent workflow actions.

Why classify the repository role and runtime during the initialization process?

Classifying the repository role and runtime during initialization ensures you understand the expected workflow and environment context, which is necessary to safely prepare your Git baseline and load the correct minimum guidance.