init-repo

Automate initial Claude Code setup in any Git repository.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bosmadev/claude --skill init-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-repo
Source: https://github.com/bosmadev/claude/tree/main/skills/init-repo
Command: npx skills add https://github.com/bosmadev/claude --skill init-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize Claude Code workflows and configuration in any repository to standardize setup across teams.

Core Features & Use Cases

  • Installs GitHub workflow templates, CLAUDE.md, and .claude/ structure in a single operation.
  • Supports interactive, workflows, all, and help modes to tailor integration per project.
  • Ensures idempotent, safe operations with pre-flight checks and clear guidance.

Quick Start

Run /init-repo to initialize Claude Code templates in your repository.

Frequently Asked Questions about init-repo

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

FAQPage Schema
How do I initialize Claude Code templates in a new Git repository?

To initialize Claude Code templates in a Git repository, run /init-repo to deploy GitHub workflow templates, CLAUDE.md, and the .claude/ structure in a single automated operation.

Can I deploy GitHub Actions workflows for Claude Code across different project types?

Yes, you can deploy GitHub Actions workflows for Claude Code across diverse projects by applying the initialization in interactive, workflows, all, or help modes to tailor the integration per project.

What is the safest way to set up Claude Code configuration without breaking existing files?

The safest way to set up Claude Code configuration is using idempotent file operations with pre-flight checks, ensuring the initialization safely applies templates without overwriting existing repository files.

Does Claude Code repository initialization support interactive setup modes?

Yes, Claude Code repository initialization supports interactive, workflows, all, and help modes, allowing you to choose the specific configuration and template deployment approach for your project.

What is included when setting up Claude Code workflows in an existing repository?

Setting up Claude Code workflows in an existing repository includes installing GitHub workflow templates, the CLAUDE.md file, and the .claude/ directory structure to standardize team configuration.

Will running the Claude Code initialization command multiple times duplicate configurations?

No, running the Claude Code initialization command multiple times will not duplicate configurations because the tool implements idempotent file operations and pre-flight checks for safe, repeatable deployments.