Agent SkillsAgent Skills
EveryInc

setup

@EveryInc/setup
EveryInc
13,273
1011 forks
Updated 4/7/2026
View on GitHub

Configure project-level settings for compound-engineering workflows. Currently a placeholder — review agent selection is handled automatically by ce:review.

Installation

$npx agent-skills-cli install @EveryInc/setup
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/compound-engineering/skills/setup/SKILL.md
Branchmain
Scoped Name@EveryInc/setup

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: setup description: Configure project-level settings for compound-engineering workflows. Currently a placeholder — review agent selection is handled automatically by ce:review. disable-model-invocation: true

Compound Engineering Setup

Project-level configuration for compound-engineering workflows.

Current State

Review agent selection is handled automatically by the ce:review skill, which uses intelligent tiered selection based on diff content. No per-project configuration is needed for code reviews.

If this skill is invoked, inform the user:

Review agent configuration is no longer needed — ce:review automatically selects the right reviewers based on your diff. Project-specific review context (e.g., "we serve 10k req/s" or "watch for N+1 queries") belongs in your project's CLAUDE.md or AGENTS.md, where all agents already read it.

Future Use

This skill is reserved for future project-level configuration needs beyond review agent selection.