AgentSkillsCN

codeeagle-design

利用 CodeEagle 的知识图谱,审查架构模式、API 设计的一致性以及跨服务模式。适用于设计评审与模式识别。

SKILL.md
--- frontmatter
name: codeeagle-design
description: Review architecture patterns, API design consistency, and cross-service patterns using CodeEagle's knowledge graph. Use for design reviews and pattern recognition.
allowed-tools: Bash(codeeagle *)

CodeEagle Design

Run the CodeEagle design agent to review architecture and design patterns.

Usage

Use the Bash tool to run:

code
codeeagle agent design "$ARGUMENTS"

Prerequisites

  • CodeEagle must be installed and on PATH
  • Project must be initialized (codeeagle init) with an indexed graph (codeeagle sync)

Notes

  • Recognizes architecture patterns: how is auth handled across services?
  • Reviews API design: is this new endpoint consistent with existing patterns?
  • Suggests patterns based on what the codebase already uses
  • Checks cross-service consistency