setup

Generate compound-engineering.local.md to configure Python review agents.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill setup-weorbitant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/weorbitant/compound-engineering-feat-python-plugin/tree/main/skills/setup
Command: npx skills add https://github.com/weorbitant/compound-engineering-feat-python-plugin --skill setup-weorbitant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates configuring the review agents for Python projects by generating a local configuration file to guide /workflows:review and /workflows:work.

Core Features & Use Cases

  • Auto-detects Python stack from project dependencies and writes compound-engineering.local.md to centralize agent configuration.
  • Step-by-step interactive setup that checks existing config, detects frameworks, and lets you customize frameworks, databases, focus areas, and workflow skills.
  • Builds a tailored agent list for all five workflows (brainstorm, plan, work, review, compound) based on the detected stack.

Quick Start

Run the interactive setup to generate compound-engineering.local.md and configure which agents run during reviews.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I auto-configure review agents for a Python project?

Auto-configuring review agents for a Python project involves generating a local configuration file named compound-engineering.local.md. This file detects frameworks like Django or FastAPI and maps them to workflow agents for subsequent runs.

What is the best way to set up review workflows for a Django or FastAPI stack?

Setting up review workflows for Django or FastAPI stacks is handled by auto-detecting project dependencies and mapping them to brainstorm, plan, work, review, and compound agents through an interactive setup process.

Does the agent setup process work with Celery and other Python frameworks?

Yes, the agent setup process works with Celery and other common Python stacks by detecting project dependencies and allowing you to customize frameworks, databases, and focus areas during the interactive configuration.

How do I customize which agents run during my Python code reviews?

To customize which agents run during Python code reviews, you run the interactive setup. This process builds a tailored agent list across all five workflows and writes the selections to compound-engineering.local.md.

What do I need before running automated workflow configuration for Python?

Before running automated workflow configuration for Python, you need a configured repository with stack-detection references. The setup uses these references to detect dependencies and output the local agent configuration file.

Why does my Python stack-detection setup not generate the local configuration file?

Python stack-detection setup fails to generate the local configuration file if the repository lacks proper stack-detection references. The setup requires these references to detect dependencies and output compound-engineering.local.md successfully.