setup-reactive

Configure the Clean Claude Reactive System with state storage, routing hooks, and agent communication scripts.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/antoinersw/pbi-versioning --skill setup-reactive-antoinersw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-reactive
Source: https://github.com/antoinersw/pbi-versioning/tree/main/.claude/skills/setup-reactive
Command: npx skills add https://github.com/antoinersw/pbi-versioning --skill setup-reactive-antoinersw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sets up the Clean Claude Reactive System in the project workspace by creating a dedicated state store, wiring agent hooks, and provisioning scripts for a multi-agent feedback loop.

Core Features & Use Cases

  • Creates .clean-claude directory for shared agent state and status tracking
  • Copies and wires hook scripts into scripts/clean-claude/
  • Configures Claude Code hooks in .claude/settings.json to route subagents
  • Sets up docs/features/ to house output artifacts and runbooks

Quick Start

Run the reactive-loop command to start the Clean Claude Reactive System.

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 multi-agent feedback loop for my codebase?

To set up a multi-agent feedback loop, this system creates a dedicated state store, wires agent hooks, and provisions communication scripts. It enforces a deterministic file structure and initializes configuration files to route subagents effectively.

What is a reactive system for shared agent state and how does it work?

A reactive system for shared agent state works by creating a dedicated directory for status tracking and configuring routing hooks. This enables multiple agents to communicate and maintain a synchronized feedback loop within the project workspace.

Can I configure Claude Code hooks to route subagents in an existing project?

Yes, you can configure Claude Code hooks to route subagents in an existing project. The setup process configures the settings.json file and copies hook scripts to handle agent communication within your current codebase.

What's the best way to initialize project automation hooks and state storage?

The best way to initialize project automation hooks and state storage is by running the reactive-loop command. This provisions the necessary directories, copies hook scripts, and prepares log and context files for monitoring.

Do I need any dependencies to initialize automated agent communication scripts?

No dependencies are required to initialize automated agent communication scripts. The system autonomously creates the required directory structure and configuration files to establish the multi-agent reactive workflow.

Why does my workflow setup not working with existing state tracking directories?

Workflow setup might not work with existing state tracking directories if the deterministic file structure is not followed. The system requires specific initialization of configuration files and hook scripts to properly route subagents.