setup

Configure compound engineering review agents and generate a compound-engineering.local.md file.

240|75|Updated Jul 13, 2023
One-click install
npx skills add https://github.com/udecode/plate-playground-template --skill setup-udecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/udecode/plate-playground-template/tree/main/.codex/skills/setup
Command: npx skills add https://github.com/udecode/plate-playground-template --skill setup-udecode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the configuration of review agents for your project, ensuring that the right tools are used for code reviews and planning based on your project's stack and priorities.

Core Features & Use Cases

  • Automated Stack Detection: Intelligently identifies your project's programming language and framework (e.g., Rails, Python, TypeScript).
  • Customizable Review Focus: Allows you to select specific areas like Security, Performance, or Architecture for in-depth review.
  • Configurable Review Depth: Choose between Thorough, Fast, or Comprehensive review levels.
  • Use Case: When starting a new project or onboarding a new team member, run this Skill to quickly set up the optimal code review process, ensuring consistency and quality from the start.

Quick Start

Run the setup skill to auto-configure your project's review agents.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure code review agents for a new project?

To configure code review agents, run the setup skill to auto-detect your project stack and generate a compound-engineering.local.md file with your specified review agents and plan review agents.

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

Yes, you can customize code review focus areas by selecting specific options like Security, Performance, Architecture, or code simplicity when configuring your review agents.

Does the automated project setup support Python and TypeScript stacks?

The automated project setup supports Rails, Python, TypeScript, and general projects by intelligently detecting the programming language and framework to configure appropriate review agents.

What is the best way to set up review depth for code reviews?

The best way to set up review depth is choosing between Thorough, Fast, or Comprehensive levels during configuration, which defines how deeply the review agents analyze your code.

How does automated stack detection work for engineering agents?

Automated stack detection works by intelligently identifying your project's programming language and framework, then generating tailored configuration files to ensure the right tools are used for code reviews and planning.

What files are generated when configuring compound engineering agents?

Configuring compound engineering agents generates a compound-engineering.local.md file containing your specified review_agents and plan_review_agents settings based on the detected project stack.