setup

Detect repository tech stack and configure Claude workflow files in-place.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/claudops --skill setup-alexandrbasis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/alexandrbasis/claudops/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/alexandrbasis/claudops --skill setup-alexandrbasis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setup the workflow for a repository by auto-detecting tech stack, project structure, and commands, then configuring all claude Skills, Agents, and Hooks to match the codebase.

Core Features & Use Cases

  • Auto-detects language, framework, tooling, and project layout to tailor the claude workflow.
  • Batches discovery, planning, and implementation steps with user confirmation to ensure safe, context-aware configuration.
  • Edits workflow files in-place to replace {{PLACEHOLDER}} variables and wire up hooks, without breaking existing code.

Quick Start

Clone .claude into your repo and run the setup wizard to tailor the workflow to your project.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I auto-configure my codebase workflow for Claude agents and hooks?

Yes, the setup wizard supports monorepos by detecting the project layout and tech stack across multiple directories, guiding you through discovery and confirmation to configure the workflow for the entire structure.

How does the setup wizard handle in-place edits to existing workflow files?

Before making any in-place edits, the setup wizard batches its discovery and planning steps and asks for your explicit confirmation, ensuring that all automated configuration is context-aware and safe for your repository.

Do I need to manually define project commands to set up Claude guardrails?

No, you do not need to manually define project commands; the setup wizard automatically detects language, framework, and tooling commands to configure guardrails and replace placeholders in the workflow files.

What is the best way to replace placeholder variables in Claude skills across a repository?

The best way to replace placeholder variables is using the setup wizard, which auto-detects your tech stack and performs in-place edits to fill frontmatter metadata and replace {{PLACEHOLDER}} values across all workflow files.