ce-setup

Diagnoses and configures the Compound Engineering environment via a health script.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-setup-diestok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-setup
Source: https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026/tree/main/.agents/skills/compound-engineering/skills/ce-setup
Command: npx skills add https://github.com/DieStok/ridder_lab_retreat_ai_hackathon_2026 --skill ce-setup-diestok

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Diagnose and configure the Compound Engineering environment. It ensures toolchain readiness, plugin/version checks, and repo-local config health, with guided remediation for gaps.

Core Features & Use Cases

  • Diagnose environment health, verify CLI dependencies, and validate the compound-engineering plugin version.
  • Clean obsolete repo-local CE config and bootstrap a safe local configuration for the project.
  • Guide installation of missing tools and skills, and coordinate automatic agent selection and review guidance.

Quick Start

Run ce-setup to start a full CE environment health check and guided fixes.

Frequently Asked Questions about ce-setup

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

FAQPage Schema
How do I diagnose and fix my Compound Engineering environment setup?

To diagnose your Compound Engineering environment, run a health check script that verifies CLI dependencies, validates plugin versions, and guides the installation of missing tools to fix setup issues.

What is the best way to clean obsolete repo-local config for a CE workspace?

Cleaning obsolete repo-local config involves removing invalid local state and bootstrapping a safe configuration using valid templates to ensure workspace health for your CE project.

Why does my environment configuration fail after installing the compound-engineering plugin?

Environment configuration fails when CLI dependencies are missing or the plugin version is invalid. Running a health script detects these gaps and guides remediation to restore functionality.

Do I need specific CLI dependencies installed before configuring a CE workspace?

Yes, configuring a CE workspace requires specific CLI dependencies. The setup process enforces these requirements by verifying toolchain readiness and guiding the installation of any missing tools.

Can I automate toolchain readiness checks for my repository workspaces?

Yes, you can automate toolchain readiness checks by invoking a health script that verifies plugin versions, checks dependencies, and ensures repo-local config templates are valid.

When should I run a CE environment health check?

Run a CE environment health check when setting up a repository workspace, after updating plugins, or when encountering configuration errors to validate dependencies and cleanup obsolete local state.