setup-reactive

Initialize the Clean Claude Reactive System with directories, hook scripts, and JSON configuration.

13|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/fredericvilcot/clean-claude --skill setup-reactive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-reactive
Source: https://github.com/fredericvilcot/clean-claude/tree/main/.claude/skills/setup-reactive
Command: npx skills add https://github.com/fredericvilcot/clean-claude --skill setup-reactive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup of the Clean Claude Reactive System, ensuring all necessary directories, scripts, and configurations are in place for seamless agent collaboration.

Core Features & Use Cases

  • Project Initialization: Creates essential directories like .clean-claude/ and scripts/clean-claude/.
  • Configuration: Sets up Claude Code hooks in .claude/settings.json for agent communication.
  • Git Integration: Adds runtime files to .gitignore to keep your repository clean.
  • Use Case: When starting a new project with Clean Claude, run this Skill first to establish the foundational structure for the reactive agent loop.

Quick Start

Run the setup-reactive skill to initialize the Clean Claude Reactive System in your project.

Frequently Asked Questions about setup-reactive

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

FAQPage Schema
How do I set up a reactive agent framework in my project?

Project initialization for the Clean Claude Reactive System creates directories like `.clean-claude/` and `scripts/clean-claude/`, configures Claude Code hooks in `.claude/settings.json`, and adds runtime files to `.gitignore`.

Can I use this reactive system setup with my existing Git repository?

Configuring Claude Code hooks for reactive workflows requires bash scripting and JSON configuration to establish the foundational structure for the reactive agent loop in `.claude/settings.json`.

What's the best way to initialize multi-agent feedback loops in Claude Code?

When starting a new project with Clean Claude, run the setup-reactive skill first to establish the foundational structure for the reactive agent loop before performing any other project initialization tasks.

Why does project initialization for reactive systems require bash scripting?

Running the setup-reactive skill initializes the Clean Claude Reactive System by creating directories, copying hook scripts, and configuring Claude Code hooks, which requires a bash environment to execute.