One-click install
npx skills add https://github.com/sylvanding/omelette --skill setup-sylvanding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/sylvanding/omelette/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/sylvanding/omelette --skill setup-sylvanding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious and error-prone manual work of configuring code review agents for your project, automatically adapting to your tech stack to cut down setup time and ensure consistent review standards.

Core Features & Use Cases

  • Auto Stack Detection: Automatically identifies your project's tech stack (Rails, Python, TypeScript, or general) from existing project files like Gemfile, package.json, or pyproject.toml.
  • Flexible Configuration Options: Choose between one-click auto-configuration with pre-tuned defaults for your stack, or a custom setup to select specific review focus areas (security, performance, architecture, code simplicity) and review depth.
  • Standardized Config Generation: Creates the compound-engineering.local.md file that controls which review agents run during /ce:review and /ce:work commands, with support for project-specific review context notes.
  • Use Case: When joining a new Python project, use this Skill to instantly apply the correct Pythonic pattern, security, and performance review agents without manually editing configuration files.

Quick Start

Use the setup skill to configure the appropriate code review agents for your project, following the interactive prompts to select your preferred configuration options.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate code review agent configuration for my project?

To automate code review agent configuration, use this Skill to auto-detect your tech stack and generate a compound-engineering.local.md file. This eliminates manual setup errors and instantly applies standardized review agents for your development workflow.

Does code review agent setup work with Rails, Python, and TypeScript projects?

Yes, code review agent setup works with Rails, Python, TypeScript, and general codebases. The Skill automatically detects your tech stack from project files like Gemfile, pyproject.toml, or package.json to apply the correct review pipeline.

Can I customize code review focus areas for security and performance?

Yes, you can customize code review focus areas for security, performance, architecture, and code simplicity. Instead of one-click auto-configuration, choose the custom setup option to interactively select specific review agents and review depth.

What is a compound-engineering.local.md configuration file?

A compound-engineering.local.md configuration file defines your active review agents, plan review agents, and project-specific review context. It controls which automated code review agents run during your /ce:review and /ce:work commands.

How to fix inconsistent code review standards across different development workflows?

Fix inconsistent code review standards by generating a standardized compound-engineering.local.md configuration file. This ensures every project applies uniform review agents and project-specific context, eliminating manual configuration discrepancies across your team.

Do I need to manually edit configuration files to set up review agents?

No, you do not need to manually edit configuration files. The Skill offers a one-click auto-configuration with pre-tuned defaults based on your detected stack, or an interactive custom setup to select review focus areas without manual file editing.