setup_codeops

Automate CodeOps nested layout setup and migration in git repositories.

4|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/blendsdk/claude-codeops --skill setup-codeops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup_codeops
Source: https://github.com/blendsdk/claude-codeops/tree/main/skills/setup_codeops
Command: npx skills add https://github.com/blendsdk/claude-codeops --skill setup-codeops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup of the CodeOps nested layout in a git repository, reducing manual effort and ensuring consistent code organization.

Core Features & Use Cases

  • Repo Layout Setup: Automatically sets up the CodeOps nested layout in a git repository.
  • Migration from Flat Layout: Migrates existing flat layouts to the nested layout.
  • Dry Run Option: Allows a preview of the layout setup without applying changes.
  • Auto-Migration: Automatically migrates the repository if a flat layout is detected.

Quick Start

Run /codeops:setup_codeops or /setup_codeops to automatically set up the CodeOps layout in your current git repository.

Frequently Asked Questions about setup_codeops

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

FAQPage Schema
How do I migrate a flat git repository layout to a nested structure?

To migrate a flat git repository layout to a nested structure, run the setup command to automatically detect the flat layout and apply the CodeOps nested layout migration. The tool auto-applies the migration when required to ensure consistent code organization.

Can I preview repository layout migration before applying changes?

Yes, you can preview repository layout migration before applying changes by using the dry run option. The dry run allows you to preview the CodeOps nested layout setup without applying any actual modifications to your git repository.

Do I need a git repository to set up the CodeOps nested layout?

Yes, you need a git repository to set up the CodeOps nested layout. The automated setup process requires an existing git repository to identify flat layouts and migrate them to the nested CodeOps structure.

What is the best way to automate CodeOps nested layout setup in git repos?

The best way to automate CodeOps nested layout setup in git repos is by running the dedicated setup command. It reduces manual effort by automatically identifying flat layouts and migrating them to the nested layout structure.

Why does my git repository need a nested layout for CodeOps?

Your git repository needs a nested layout for CodeOps to ensure consistent code organization. The nested layout structure standardizes repository organization, reducing manual effort and preventing layout inconsistencies across different projects.