setup

Scan CLAUDE.md files for conflicts with blitz automation behaviors.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/blitz-cc --skill setup-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/lasswellt/blitz-cc/tree/main/skills/setup
Command: npx skills add https://github.com/lasswellt/blitz-cc --skill setup-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Blitz skills automate commits, pushes, test execution, and branch creation, which may violate rules you have defined in your CLAUDE.md files. This skill proactively scans your global and project-level CLAUDE.md configurations to identify conflicts with blitz automation behaviors before they cause workflow violations or unexpected code changes.

Core Features & Use Cases

  • Conflict Detection: Scans CLAUDE.md files against a curated catalog of regex patterns to identify rules that conflict with blitz skills like sprint-dev, code-sweep, release, and ship.
  • Severity Grading: Classifies findings as HIGH, MEDIUM, or LOW based on the risk of automatic behavior violation, with specific remediation guidance for each conflict.
  • Tool Permission Validation: Verifies that required Claude Code tools are permitted in your settings, preventing silent failures when blitz skills attempt to use blocked capabilities.
  • Stack Assumption Checks: Detects your package manager and validates that expected npm scripts (type-check, test, build, lint) exist, flagging mismatches that could cause skill failures.

Quick Start

Use the setup skill to scan your global and project CLAUDE.md files for conflicts with blitz automation behaviors and review the severity-graded report with remediation steps.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I detect CLAUDE.md conflicts with automated workflow tools?

To detect CLAUDE.md conflicts, scan global and project-level files against a regex-based conflict catalog to identify rule violations in auto-commit, auto-push, test execution, and branch naming policies. This generates a severity-graded report with remediation guidance.

What is a CLAUDE.md conflict detection scan for Claude Code projects?

A CLAUDE.md conflict detection scan checks your configuration rules against blitz skill automation behaviors like auto-commit, auto-push, and test execution. It identifies policy violations across global and project-level files using regex pattern matching.

How do I validate npm scripts and package manager assumptions before running automated workflows?

To validate npm scripts and package manager assumptions, the system detects your package manager and verifies expected scripts like type-check, test, build, and lint exist. This flags mismatches that could cause workflow automation failures.

Does the setup skill work with both global and project-level CLAUDE.md files?

Yes, the setup skill scans both global and project-level CLAUDE.md configurations. It compares rules from both levels against a curated catalog of regex patterns to identify conflicts with blitz automation behaviors.

What are the limitations of using regex patterns for CLAUDE.md conflict detection?

Regex-based conflict detection is limited to predefined patterns in the catalog, meaning novel or ambiguously worded rules in CLAUDE.md files may not be caught. It focuses specifically on known blitz skill automation behaviors like auto-commit and branch naming.