ce-setup

Diagnose compound-engineering environments and install missing CLI dependencies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/xbpk3t/ce-codex --skill ce-setup-xbpk3t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-setup
Source: https://github.com/xbpk3t/ce-codex/tree/main/skills/ce-setup
Command: npx skills add https://github.com/xbpk3t/ce-codex --skill ce-setup-xbpk3t

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, gh, jq, vhs, silicon, ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Diagnose and repair developer environments for the compound-engineering plugin by detecting missing CLI tools, validating repo-local configuration, and guiding safe remediation steps to get projects ready for review and CI.

Core Features & Use Cases

  • Automated Health Check: Runs a single bundled script that verifies required CLI tools and reports missing components with install commands or URLs.
  • Repository Configuration Management: Detects obsolete repo-local files, ensures .compound-engineering example and local config are present and offers to create or update them and add gitignore entries.
  • Guided Installation Workflow: Presents missing dependencies as a selectable list, shows installation commands, runs approved installs, and verifies outcomes; useful for onboarding new contributors or troubleshooting CI failures.

Quick Start

Run an interactive diagnostic, follow the prompts to clean legacy repo files, bootstrap .compound-engineering config if desired, and optionally install any missing CLI tools.

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 missing CLI dependencies for a compound-engineering environment?

To diagnose compound-engineering environment dependencies, run the bundled health check script. It verifies required CLI tools and reports missing components alongside guided installation commands to repair your setup.

What is the best way to validate repository configuration for compound-engineering plugins?

Validating compound-engineering repository configuration involves detecting obsolete local files and ensuring the .compound-engineering example config is present. The skill offers to create or update files and add gitignore entries for safe remediation.

Can I use this setup tool to onboard new contributors to a compound-engineering project?

Yes, you can use the guided installation workflow for onboarding new contributors. It presents missing dependencies as a selectable list, runs approved installs, and verifies outcomes to prepare developer workstations.

Does the compound-engineering health check support CI preparation workflows?

Yes, the compound-engineering health check supports CI preparation. It performs an automated health check and repository-local config validation to ensure projects are ready for review and continuous integration.

How do I clean up legacy repository files when troubleshooting compound-engineering setup?

To clean up legacy repository files during compound-engineering setup, run the interactive diagnostic. It follows prompts to safely remove obsolete repo-local files and bootstrap a fresh configuration.