init

Detect tech stack and commands from project files to update AGENTS.md top sections.

190|33|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill init-del-taiseiozaki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/DeL-TaiseiOzaki/claude-code-orchestra/tree/main/.claude/skills/init
Command: npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill init-del-taiseiozaki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a software project to detect its tech stack, common commands, and configuration files, and updates AGENTS.md accordingly.

Core Features & Use Cases

  • Detects presence of key config files (package.json, pyproject.toml, setup.py, Cargo.toml, go.mod, Makefile, Dockerfile, and CI workflows) and infers technologies, tooling, and run targets.
  • Updates only the top project-specific sections of AGENTS.md as requested, preserving the Extensions section and below.
  • Generates a concise, reusable project profile including recommended commands and environment notes for onboarding and maintenance.

Quick Start

Run the init skill from the repository root to analyze the project and automatically update AGENTS.md with the detected tech stack and commands.

Frequently Asked Questions about init

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

FAQPage Schema
How do I automatically update AGENTS.md with my project's tech stack and commands?

You can analyze a project's structure to automatically detect its tech stack, common commands, and configurations to update AGENTS.md. This process reads files like package.json, pyproject.toml, and Dockerfile to generate a concise project profile.

What is the best way to generate a project profile for repository onboarding?

Generating a project profile involves detecting key configuration files and CI workflows to infer technologies, tooling, and run targets. It creates a concise, reusable summary including recommended commands and environment notes for maintenance.

Does updating AGENTS.md preserve existing content outside the top sections?

Updating AGENTS.md only modifies the top project-specific sections while preserving the Extensions section and below. It writes a structured top-section update without altering content outside those targeted areas.

Which configuration files are detected when analyzing a project structure?

Analyzing a project structure detects files including package.json, pyproject.toml, setup.py, Cargo.toml, go.mod, Makefile, Dockerfile, and CI workflows. It reads these repository files to infer the technologies and tooling used.

Can I run project structure analysis from any directory in my repository?

Analyzing a project's structure requires running the process from the repository root. This ensures the detection mechanism can correctly locate and read configuration files like go.mod, Makefile, and CI workflows to update AGENTS.md.